Skip to main content
Version: 8.9 (unreleased)

Type Alias: AdvancedActorTypeFilter

type AdvancedActorTypeFilter = object;

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

Advanced filter

Advanced AuditLogActorTypeEnum filter.

Properties

$eq?

optional $eq: AuditLogActorTypeEnum;

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

Checks for equality with the provided value.


$exists?

optional $exists: boolean;

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

Checks if the current property exists.


$in?

optional $in: AuditLogActorTypeEnum[];

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

Checks if the property matches any of the provided values.


$like?

optional $like: LikeFilter;

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


$neq?

optional $neq: AuditLogActorTypeEnum;

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

Checks for inequality with the provided value.