servicePrincipalIdentity resource type
Namespace: microsoft.graph
Models a service principal identity.
Inherits from identity.
Properties
Property | Type | Description |
---|---|---|
appId | String | The application identifier of the service principal. |
displayName | String | The display name of the service principal identity. Inherited from identity |
id | String | The identifier of the service principal identity. Inherited from identity |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.servicePrincipalIdentity",
"id": "String (identifier)",
"displayName": "String",
"appId": "String"
}