Skip to main content
Version: 8.9 (unreleased)

Type Alias: AdvancedOperationTypeFilter

type AdvancedOperationTypeFilter = object;

Defined in: gen/types.gen.ts:378

Advanced filter

Advanced AuditLogOperationTypeEnum filter.

Properties

$eq?

optional $eq: AuditLogOperationTypeEnum;

Defined in: gen/types.gen.ts:382

Checks for equality with the provided value.


$exists?

optional $exists: boolean;

Defined in: gen/types.gen.ts:390

Checks if the current property exists.


$in?

optional $in: AuditLogOperationTypeEnum[];

Defined in: gen/types.gen.ts:394

Checks if the property matches any of the provided values.


$like?

optional $like: LikeFilter;

Defined in: gen/types.gen.ts:395


$neq?

optional $neq: AuditLogOperationTypeEnum;

Defined in: gen/types.gen.ts:386

Checks for inequality with the provided value.