| title | permissionsDefinitionAuthorizationSystemIdentity |
|---|---|
| description | Represents an identity that's requesting permissions in an authorization system, either directly or indirectly. |
| 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 identity that's requesting permissions in an authorization system, either directly or indirectly.
None.
| Property | Type | Description |
|---|---|---|
| externalId | String | Unique ID of the identity within the external system. Prefixed with rsn: if this is a SAML or ED user in AWS. Alternate key. |
| identityType | permissionsDefinitionIdentityType | The type of identity that is assigned the permission in the authorization system. The possible values are: user, role, application, managedIdentity, serviceAccount, unknownFutureValue. |
| source | permissionsDefinitionIdentitySource | The source system for the identity. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.permissionsDefinitionAuthorizationSystemIdentity",
"externalId": "String (identifier)",
"identityType": "String",
"source": {
"@odata.type": "microsoft.graph.permissionsDefinitionIdentitySource"
}
}