名前空間: microsoft.graph
監査イベントに関連付けられているMicrosoft Entraユーザーとアプリケーションによって表される監査アクター。
プロパティ
| プロパティ | 型 | 説明 |
|---|---|---|
| applicationDisplayName | String | アプリケーションの名前。 |
| applicationId | 文字列型 (String) | アプリケーション ID をMicrosoft Entraします。 |
| ipAddress | String | IP アドレス。 |
| remoteTenantId | String | 委任されたパートナー テナント ID。 |
| remoteUserId | String | 委任されたパートナー ユーザー ID。 |
| servicePrincipalName | 文字列型 (String) | サービス プリンシパル名 (SPN)。 |
| userId | String | ユーザー ID をMicrosoft Entraします。 |
| userPermissions | String collection | 監査イベントが実行されたときのユーザーのアクセス許可とアプリケーションのアクセス許可の一覧。 |
| 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"
}