auditActor リソースの種類
名前空間: microsoft.graph
注: Intune 用 Microsoft Graph API には、テナントの 有効な Intune ライセンスが必要です。
監査アクターのプロパティが含まれるクラス。
プロパティ
| プロパティ | 種類 | 説明 |
|---|---|---|
| type | 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",
"userPermissions": [
"String"
],
"applicationId": "String",
"applicationDisplayName": "String",
"userPrincipalName": "String",
"servicePrincipalName": "String",
"ipAddress": "String",
"userId": "String"
}
フィードバック
フィードバックの送信と表示