命名空间:microsoft.graph
重要:Microsoft支持Intune /beta API,但它们会受到更频繁的更改。 Microsoft建议尽可能使用版本 v1.0。 使用版本选择器检查 API 在 v1.0 版中的可用性。
注意:适用于 Intune 的 Microsoft Graph API 需要适用于租户的活动 Intune 许可证。
包含审核主角的属性的类。
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| 类型 | String | 主角类型。 |
| auditActorType | String | 主角类型。 |
| userPermissions | String collection | 执行审核时的用户权限列表。 |
| applicationId | String | AAD 应用程序 ID。 |
| applicationDisplayName | String | 应用程序的名称。 |
| userPrincipalName | String | 用户主体名称 (UPN)。 |
| servicePrincipalName | String | 服务主体名称 (SPN)。 |
| ipAddress | String | IPAddress。 |
| userId | String | 用户 ID。 |
| userRoleScopeTags | roleScopeTagInfo 集合 | 执行审核时的用户范围标记列表。 |
| remoteTenantId | String | 远程租户 ID |
| remoteUserId | String | 远程用户 ID |
关系
无
JSON 表示形式
下面是资源的 JSON 表示形式。
{
"@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"
}