OrgCondition
OrgCondition
A condition to be used against Org
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. | |
name | String | Checks for equality with the object’s `name` field. | |
slug | String | Checks for equality with the object’s `slug` field. | |
status | OrgStatus | Checks for equality with the object’s `status` field. | |
brandForegroundColor | String | Checks for equality with the object’s `brandForegroundColor` field. | |
brandBackgroundColor | String | Checks for equality with the object’s `brandBackgroundColor` field. | |
defaultUserPermissions | [String] | Checks for equality with the object’s `defaultUserPermissions` field. | |
featureFlagsCache | [String] | Checks for equality with the object’s `featureFlagsCache` field. | |
preferences | JSON | Checks for equality with the object’s `preferences` field. | |
env | JSON | Checks for equality with the object’s `env` field. | |
createdAt | Datetime | Checks for equality with the object’s `createdAt` field. | |
updatedAt | Datetime | Checks for equality with the object’s `updatedAt` field. | |
deletedAt | Datetime | Checks for equality with the object’s `deletedAt` field. | |
createdBy | UUID | Checks for equality with the object’s `createdBy` field. | |
updatedBy | UUID | Checks for equality with the object’s `updatedBy` field. | |
deletedBy | UUID | Checks for equality with the object’s `deletedBy` field. | |
blankChannelId | UUID | Checks for equality with the object’s `blankChannelId` field. | |
brandChannelId | UUID | Checks for equality with the object’s `brandChannelId` field. | |
startChannelId | UUID | Checks for equality with the object’s `startChannelId` field. | |
brandLogoId | UUID | Checks for equality with the object’s `brandLogoId` field. | |
brandBackgroundId | UUID | Checks for equality with the object’s `brandBackgroundId` field. | |
defaultChannelThemeId | UUID | Checks for equality with the object’s `defaultChannelThemeId` field. | |
splashChannelThemeId | UUID | Checks for equality with the object’s `splashChannelThemeId` field. | |
billingCustomerId | String | Checks for equality with the object’s `billingCustomerId` field. | |
isDraft | Boolean | Checks for equality with the object’s `isDraft` field. | |
billingDistributorId | String | Checks for equality with the object’s `billingDistributorId` field. | |
billingResellerId | String | Checks for equality with the object’s `billingResellerId` field. | |
billingExpiresAt | Date | Checks for equality with the object’s `billingExpiresAt` field. |