다음을 통해 공유


AADCustomSecurityAttributeAuditLogs 테이블에 대한 쿼리

Azure Portal에서 이러한 쿼리를 사용하는 방법에 대한 자세한 내용은 Log Analytics 자습서를 참조하세요. REST API는 쿼리를 참조 하세요.

사용자의 사용자 지정 보안 특성 감사

특정 사용자에 대한 사용자 지정 보안 특성 감사 로그를 반환합니다.

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