Share via


auditActor リソースの種類

名前空間: microsoft.graph

大事な: /beta バージョンの Microsoft Graph API は変更される可能性があります。運用環境での使用はサポートされていません。

注: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。
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"
}