authorizationSystemIdentity resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
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
Methods
None.
Properties
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. |
Relationships
Relationship | Type | Description |
---|---|---|
authorizationSystem | authorizationSystem | Navigation to the authorizationSystem object |
JSON representation
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"
}