| title | awsIdentitySource resource type |
|---|---|
| description | Represents an permissionsDefinitionIdentitySource for a cross-account user in AWS. |
| author | mrudulahg01 |
| ms.reviewer | ciem_pm |
| ms.localizationpriority | medium |
| ms.subservice | entra-permissions-management |
| doc_type | resourcePageType |
| ms.date | 04/18/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
[!INCLUDE permissions-management-retirement-note]
Represents an permissionsDefinitionIdentitySource for a cross-account user in AWS.
Inherits from permissionsDefinitionIdentitySource.
| Property | Type | Description |
|---|---|---|
| authorizationSystemInfo | permissionsDefinitionAuthorizationSystem | Authorization system information of the source of the user. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.awsIdentitySource",
"authorizationSystemInfo": {
"@odata.type": "microsoft.graph.permissionsDefinitionAuthorizationSystem"
}
}