Studio Service

OrgCondition

OrgCondition

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

FieldTypeDescription
idUUIDChecks for equality with the object’s `id` field.
nameStringChecks for equality with the object’s `name` field.
slugStringChecks for equality with the object’s `slug` field.
statusOrgStatusChecks for equality with the object’s `status` field.
brandForegroundColorStringChecks for equality with the object’s `brandForegroundColor` field.
brandBackgroundColorStringChecks 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.
preferencesJSONChecks for equality with the object’s `preferences` field.
envJSONChecks for equality with the object’s `env` field.
createdAtDatetimeChecks for equality with the object’s `createdAt` field.
updatedAtDatetimeChecks for equality with the object’s `updatedAt` field.
deletedAtDatetimeChecks for equality with the object’s `deletedAt` field.
createdByUUIDChecks for equality with the object’s `createdBy` field.
updatedByUUIDChecks for equality with the object’s `updatedBy` field.
deletedByUUIDChecks for equality with the object’s `deletedBy` field.
blankChannelIdUUIDChecks for equality with the object’s `blankChannelId` field.
brandChannelIdUUIDChecks for equality with the object’s `brandChannelId` field.
startChannelIdUUIDChecks for equality with the object’s `startChannelId` field.
brandLogoIdUUIDChecks for equality with the object’s `brandLogoId` field.
brandBackgroundIdUUIDChecks for equality with the object’s `brandBackgroundId` field.
defaultChannelThemeIdUUIDChecks for equality with the object’s `defaultChannelThemeId` field.
splashChannelThemeIdUUIDChecks for equality with the object’s `splashChannelThemeId` field.
billingCustomerIdStringChecks for equality with the object’s `billingCustomerId` field.
isDraftBooleanChecks for equality with the object’s `isDraft` field.
billingDistributorIdStringChecks for equality with the object’s `billingDistributorId` field.
billingResellerIdStringChecks for equality with the object’s `billingResellerId` field.
billingExpiresAtDateChecks for equality with the object’s `billingExpiresAt` field.