Sdílet prostřednictvím


Dotazy na tabulku AADCustomSecurityAttributeAuditLogs

Audity vlastních atributů zabezpečení uživatele

Vrátí protokoly auditu vlastních atributů zabezpečení pro konkrétního uživatele.

AADCustomSecurityAttributeAuditLogs
| extend targetUPN = parse_json(TargetResources)[0].userPrincipalName
| where targetUPN == 'CSALogTester@tenant.com'
| limit 100