Partager via


Type de ressource auditActor

Espace de noms: microsoft.graph

Important: Les API Microsoft Graph sous la version /beta sont susceptibles d’être modifiées ; l’utilisation de production n’est pas prise en charge.

Remarque : l’API Microsoft Graph pour Intune requiert une licence Intune active pour le client.

Classe contenant les propriétés d’un acteur d’audit.

Propriétés

Propriété Type Description
type Chaîne Type d’acteur.
auditActorType String Type d’acteur.
userPermissions Collection de chaînes Liste des autorisations utilisateur lorsque l’audit a été effectué.
applicationId Chaîne ID d’application AAD.
applicationDisplayName Chaîne Nom de l’application.
userPrincipalName Chaîne Nom d’utilisateur principal (UPN)
servicePrincipalName Chaîne Nom de service principal (SPN)
ipAddress Chaîne Adresse IP.
userId Chaîne ID utilisateur.
userRoleScopeTags collection roleScopeTagInfo Liste des balises d’étendue utilisateur lors de l’audit.
remoteTenantId String ID de locataire distant
remoteUserId String ID d’utilisateur distant

Relations

Aucun

Représentation JSON

Voici une représentation JSON de la ressource.

{
  "@odata.type": "#microsoft.graph.auditActor",
  "type": "String",
  "auditActorType": "String",
  "userPermissions": [
    "String"
  ],
  "applicationId": "String",
  "applicationDisplayName": "String",
  "userPrincipalName": "String",
  "servicePrincipalName": "String",
  "ipAddress": "String",
  "userId": "String",
  "userRoleScopeTags": [
    {
      "@odata.type": "microsoft.graph.roleScopeTagInfo",
      "displayName": "String",
      "roleScopeTagId": "String"
    }
  ],
  "remoteTenantId": "String",
  "remoteUserId": "String"
}