Szerkesztés

Megosztás a következőn keresztül:


userIdentity resource type

Namespace: microsoft.graph

In the context of a Microsoft Entra audit log, this resource represents the user information that initiated or was affected by an audit activity. In the context of callRecords, this resource represents the identity of a participant or organizer in a call.

Inherits from identity.

Properties

Property Type Description
displayName String The display name of the identity. This might not always be available or up-to-date.
id String Unique identifier for the identity. Nullable. When the unique identifier is unavailable, the displayName property is provided for the identity, but the id property isn't included in the response.
ipAddress String Indicates the client IP address associated with the user performing the activity (audit log only).
userPrincipalName String The userPrincipalName attribute of the user.

JSON representation

The following JSON representation shows the resource type.

{
  "displayName": "String",
  "id": "String (identifier)",
  "ipAddress": "String",
  "userPrincipalName": "String"
}