| title | authorizationSystemIdentity resource type |
|---|---|
| description | A container representing an identity in an authorization system. |
| author | mrudulahg01 |
| ms.reviewer | ciem_pm |
| ms.localizationpriority | medium |
| ms.subservice | entra-permissions-management |
| doc_type | resourcePageType |
| ms.date | 04/17/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
[!INCLUDE permissions-management-retirement-note]
A container representing an identity in an authorization system.
Inherits from entity.
The following resource types inherit from this object:
- awsIdentity resource type
- azureIdentity resource type
- gcpIdentity resource type
None.
| Property | Type | Description |
|---|---|---|
| displayName | String | The name of the identity. Read-only. Supports $filter and (eq,contains). |
| externalId | String | Unique ID of the identity within the external system. Read-only. |
| id | String | ID for the identity within Permissions Management. Inherited from entity. |
| source | authorizationSystemIdentitySource | Represents details of the source of the identity. |
| Relationship | Type | Description |
|---|---|---|
| authorizationSystem | authorizationSystem | Navigation to the authorizationSystem object |
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.authorizationSystemIdentity",
"id": "String (identifier)",
"displayName": "String",
"source": {
"@odata.type": "microsoft.graph.authorizationSystemIdentitySource"
},
"externalId": "String"
}