cloudPcAuditActor 资源类型

命名空间:microsoft.graph

由与审核事件关联的Microsoft Entra用户和应用程序表示的审核参与者。

属性

属性 类型 说明
applicationDisplayName String 应用程序的名称。
applicationId String Microsoft Entra应用程序 ID。
ipAddress String IP 地址。
remoteTenantId String 委托的合作伙伴租户 ID。
remoteUserId String 委托的合作伙伴用户 ID。
servicePrincipalName String 服务主体名称 (SPN)。
userId String Microsoft Entra用户 ID。
userPermissions 字符串集合 执行审核事件时的用户权限和应用程序权限的列表。
userPrincipalName String 用户主体名称 (UPN)。
userRoleScopeTags cloudPcUserRoleScopeTagInfo 集合 角色范围标记的列表。

关系

无。

JSON 表示形式

以下 JSON 表示形式显示了资源类型。

{
  "@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"
}