Type de ressource appIdentity
Espace de noms: microsoft.graph
Indique l’identité de l’application qui a effectué l’action ou a été modifiée. Inclut l’ID d’application, le nom, ainsi que l’ID et le nom du principal de service. Cette ressource est utilisée par l’opération directoryAudit .
Propriétés
Propriété | Type | Description |
---|---|---|
appId | Chaîne | Fait référence à l’ID unique représentant l’application dans l’ID Microsoft Entra. |
displayName | Chaîne | Fait référence au nom de l’application affiché dans le Centre d’administration Microsoft Entra. |
servicePrincipalId | Chaîne | Fait référence à l’ID unique du principal de service dans l’ID Microsoft Entra. |
servicePrincipalName | Chaîne | Fait référence au nom du principal du service est le nom de l’application dans le locataire. |
Relations
Aucun.
Représentation JSON
La représentation JSON suivante montre le type de ressource.
{
"appId": "String",
"displayName": "String",
"servicePrincipalId": "String",
"servicePrincipalName": "String"
}