SystemAccessCondition
SystemAccessCondition
A condition to be used against SystemAccess
object types. All fields are
tested for equality and combined with a logical ‘and.’
Field | Type | Description | |
---|---|---|---|
id | UUID | Checks for equality with the object’s `id` field. | |
orgId | UUID | Checks for equality with the object’s `orgId` field. | |
status | SystemAccessStatus | Checks for equality with the object’s `status` field. | |
targets | [SystemAccessTarget] | Checks for equality with the object’s `targets` field. | |
reason | String | Checks for equality with the object’s `reason` field. | |
zendeskTicketId | Int | Checks for equality with the object’s `zendeskTicketId` field. | |
createdAt | Datetime | Checks for equality with the object’s `createdAt` field. | |
createdBy | UUID | Checks for equality with the object’s `createdBy` field. | |
updatedAt | Datetime | Checks for equality with the object’s `updatedAt` field. | |
updatedBy | UUID | Checks for equality with the object’s `updatedBy` field. |