cloudPcAuditActor 资源类型

命名空间:microsoft.graph

重要

Microsoft Graph版本下的 /beta API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。

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

属性

属性 类型 说明
类型 cloudPcAuditActorType 主角类型。 可能的值包括 ItProApplicationPartner Unknown
userPermissions String collection 执行审核事件时的用户权限和应用程序权限列表。
applicationId String Azure AD 应用程序 ID。
applicationDisplayName String 应用程序的名称。
userPrincipalName String 用户主体名称 (UPN)。
servicePrincipalName String 服务主体名称 (SPN)。
ipAddress String IP 地址。
userId String Azure AD 用户 ID。
userRoleScopeTags cloudPcUserRoleScopeTagInfo 集合 角色范围标记的列表。
remoteTenantId String 委派的合作伙伴租户 ID。
remoteUserId String 委派的合作伙伴用户 ID。

cloudPcAuditActorType 值

成员 说明
itPro 该操作由 IT 专业人员执行。
应用程序 操作由应用程序执行。
partner 操作由合作伙伴执行。
unknown 未知主角。

关系

无。

JSON 表示形式

下面是资源的 JSON 表示形式。

{
  "@odata.type": "#microsoft.graph.cloudPcAuditActor",
  "type": "String",
  "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"
}