Events
Mar 17, 9 PM - Mar 21, 10 AM
Join the meetup series to build scalable AI solutions based on real-world use cases with fellow developers and experts.
Register nowThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Namespace: microsoft.graph
The audit actor represented by the Microsoft Entra user and application associated with the audit event.
Property | Type | Description |
---|---|---|
applicationDisplayName | String | Name of the application. |
applicationId | String | Microsoft Entra application ID. |
ipAddress | String | IP address. |
remoteTenantId | String | The delegated partner tenant ID. |
remoteUserId | String | The delegated partner user ID. |
servicePrincipalName | String | Service Principal Name (SPN). |
userId | String | Microsoft Entra user ID. |
userPermissions | String collection | List of user permissions and application permissions when the audit event was performed. |
userPrincipalName | String | User Principal Name (UPN). |
userRoleScopeTags | cloudPcUserRoleScopeTagInfo collection | List of role scope tags. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.cloudPcAuditActor",
"userPermissions": [
"String"
],
"applicationId": "String",
"applicationDisplayName": "String",
"userPrincipalName": "String",
"servicePrincipalName": "String",
"ipAddress": "String",
"userId": "String",
"userRoleScopeTags": [
{
"@odata.type": "microsoft.graph.cloudPcUserRoleScopeTagInfo",
"displayName": "String",
"roleScopeTagId": "String"
}
],
"remoteTenantId": "String",
"remoteUserId": "String"
}
Events
Mar 17, 9 PM - Mar 21, 10 AM
Join the meetup series to build scalable AI solutions based on real-world use cases with fellow developers and experts.
Register now