Studio Service

SystemAccessCondition

SystemAccessCondition

A condition to be used against SystemAccess object types. All fields are tested for equality and combined with a logical ‘and.’

FieldTypeDescription
idUUIDChecks for equality with the object’s `id` field.
orgIdUUIDChecks for equality with the object’s `orgId` field.
statusSystemAccessStatusChecks for equality with the object’s `status` field.
targets[SystemAccessTarget]Checks for equality with the object’s `targets` field.
reasonStringChecks for equality with the object’s `reason` field.
zendeskTicketIdIntChecks for equality with the object’s `zendeskTicketId` field.
createdAtDatetimeChecks for equality with the object’s `createdAt` field.
createdByUUIDChecks for equality with the object’s `createdBy` field.
updatedAtDatetimeChecks for equality with the object’s `updatedAt` field.
updatedByUUIDChecks for equality with the object’s `updatedBy` field.