auditActor リソースの種類
名前空間: microsoft.graph
重要: Microsoft Graph /beta バージョンの API は変更される場合があります。実稼働での使用はサポートされていません。
注: 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。 |
| userRoleScopeTags | roleScopeTagInfo コレクション | 監査が実行されたユーザー スコープ タグの一覧。 |
| remoteTenantId | String | リモート テナント ID |
| remoteUserId | 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",
"userRoleScopeTags": [
{
"@odata.type": "microsoft.graph.roleScopeTagInfo",
"displayName": "String",
"roleScopeTagId": "String"
}
],
"remoteTenantId": "String",
"remoteUserId": "String"
}
フィードバック
フィードバックの送信と表示