auditActor リソースの種類
名前空間: microsoft.graph
注:Intune 用 Microsoft Graph API には、テナントの有効な Intune ライセンスが必要です。
監査アクターのプロパティが含まれるクラス。
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
type | 文字列型 (String) | アクターの種類。 |
auditActorType | String | アクターの種類。 |
userPermissions | String コレクション | 監査の実行時におけるユーザーのアクセス許可の一覧。 |
applicationId | 文字列型 (String) | AAD アプリケーション ID。 |
applicationDisplayName | 文字列型 (String) | アプリケーションの名前。 |
userPrincipalName | 文字列型 (String) | ユーザー プリンシパル名 (UPN)。 |
servicePrincipalName | 文字列型 (String) | サービス プリンシパル名 (SPN)。 |
ipAddress | 文字列型 (String) | IPAddress。 |
userId | 文字列型 (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"
}