AuditLogActorTypeFilter
Filter by the type of actor that performed the action.
input AuditLogActorTypeFilter {
eq: AuditLogActorType
in: [AuditLogActorType!]
}
Fields
AuditLogActorTypeFilter.eq ● AuditLogActorType enum {#eq}
Exact match
AuditLogActorTypeFilter.in ● [AuditLogActorType!] list enum {#in}
Match any of these actor types
Member Of
AuditLogsFilter input