Type Alias: AdvancedAuditLogKeyFilter
type AdvancedAuditLogKeyFilter = object;
Defined in: gen/types.gen.ts:4377
Advanced filter
Advanced AuditLogKey filter.
Properties
$eq?
optional $eq: AuditLogKey;
Defined in: gen/types.gen.ts:4381
Checks for equality with the provided value.
$exists?
optional $exists: boolean;
Defined in: gen/types.gen.ts:4389
Checks if the current property exists.
$in?
optional $in: AuditLogKey[];
Defined in: gen/types.gen.ts:4393
Checks if the property matches any of the provided values.
$neq?
optional $neq: AuditLogKey;
Defined in: gen/types.gen.ts:4385
Checks for inequality with the provided value.
$notIn?
optional $notIn: AuditLogKey[];
Defined in: gen/types.gen.ts:4397
Checks if the property matches none of the provided values.