Skip to main content

AuditLogActorTypeFilter

Filter audit log events by the type of actor that performed the action.

Provide either eq for an exact match or in for matching any of several actor types.

input AuditLogActorTypeFilter {
eq: AuditLogActorType
in: [AuditLogActorType!]
}

Fields

AuditLogActorTypeFilter.eq ● AuditLogActorType enum {#eq}

Match events where the actor type is exactly this value.

AuditLogActorTypeFilter.in ● [AuditLogActorType!] list enum {#in}

Match events where the actor type is any of these values.

Member Of

AuditLogsFilter input