ACREntraAuthenticationAuditLog 表的查询
有关在 Azure 门户中使用这些查询的信息,请参阅 Log Analytics 教程。 有关 REST API,请参阅查询。
Microsoft Entra 身份验证审核日志
记录 Microsoft Entra 身份验证审核事件。
source
| project
TimeGenerated = todatetime(['time']),
Location = location,
OperationName = operationName,
CacheName = tostring(properties.tenant),
Message = tostring(properties.message),
Authentication = tostring(properties.authentication),
Username = tostring(properties.username),
IpAddress = tostring(properties.ipAddress),
ClientId = tostring(properties.clientId),
ClientName = tostring(properties.clientName),
Lifetime = tostring(properties.lifetime),
RoleInstance = toint(properties.roleInstance)