この記事では、Azure Monitor での Azure Active Directory (Azure AD) 監査ログ スキーマについて説明します。This article describes the Azure Active Directory (Azure AD) audit log schema in Azure Monitor.次の 2 つの例のように、個々のログ エントリはテキストとして保存され、形式は JSON BLOB となります。Each individual log entry is stored as text and formatted as a JSON blob, as shown in the following two examples:
クライアントによって要求された REST API のバージョン。The REST API version that's requested by the client.
categorycategory
現在、サポートされている値は Audit のみです。Currently, Audit is the only supported value.
tenantIdtenantId
ログに関連付けられたテナント GUID。The tenant GUID that's associated with the logs.
resultTyperesultType
操作の結果。The result of the operation.結果は Success または Failure になります。The result can be Success or Failure.
resultSignatureresultSignature
このフィールドはマップされていないため、無視しても問題ありません。This field is unmapped, and you can safely ignore it.
resultDescriptionresultDescription
結果に関する追加の説明です (使用可能な場合)。An additional description of the result, where available.
durationMsdurationMs
このフィールドはマップされていないため、無視しても問題ありません。This field is unmapped, and you can safely ignore it.
callerIpAddresscallerIpAddress
要求を行ったクライアントの IP アドレス。The IP address of the client that made the request.
correlationIdcorrelationId
クライアントから渡される省略可能な GUID。An optional GUID that's passed by the client.クライアント側の操作をサーバー側の操作と関連付けるために役立ちます。また、複数のサービスにまたがるログをトレースする場合に便利です。It can help correlate client-side operations with server-side operations and it's useful when you're tracking logs that span services.
identityidentity
要求を行ったときに提示されたトークンからの ID。The identity from the token that was presented when you made the request.この ID は、ユーザー アカウント、システム アカウント、またはサービス プリンシパルになります。The identity can be a user account, system account, or service principal.
levellevel
メッセージの種類。The message type.監査ログの場合、レベルは常に Informational です。For audit logs, the level is always Informational.
locationlocation
データセンターの場所。The location of the datacenter.
propertiesproperties
サポートされているプロパティのうち、監査ログに関連するプロパティを一覧表示します。Lists the supported properties that are related to an audit log.詳細については、次の表を参照してください。For more information, see the next table.
プロパティ名Property name
説明Description
AuditEventCategoryAuditEventCategory
監査イベントの種類。The type of audit event.User Management や Application Management などを指定できます。It can be User Management, Application Management, or another type.
Identity TypeIdentity Type
Application か User になります。The type can be Application or User.
操作の種類Operation Type
Add、Update、Delete、The type can be Add, Update, Delete.または Other になります。or Other.
Target Resource TypeTarget Resource Type
操作が実行されたターゲット リソースの種類を指定します。Specifies the target resource type that the operation was performed on.Application、User、Role、Policy を指定できます。The type can be Application, User, Role, Policy
Target Resource NameTarget Resource Name
ターゲット リソースの名前。The name of the target resource.アプリケーション名、ロール名、ユーザー プリンシパル名、またはサービス プリンシパル名になります。It can be an application name, a role name, a user principal name, or a service principal name.
additionalTargetsadditionalTargets
特定の操作の追加のプロパティをすべて一覧表示します。Lists any additional properties for specific operations.たとえば、更新操作の場合、以前の値と新しい値が targetUpdatedProperties 以下に一覧表示されます。For example, for an update operation, the old values and the new values are listed under targetUpdatedProperties.