Studio Service

SiteCondition

SiteCondition

A condition to be used against Site 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.
spaceIdUUIDChecks for equality with the object’s `spaceId` field.
nameStringChecks for equality with the object’s `name` field.
typeSiteTypeChecks for equality with the object’s `type` field.
urlStringChecks for equality with the object’s `url` field.
actionsJSONChecks for equality with the object’s `actions` field.
computeJSONChecks for equality with the object’s `compute` field.
configJSONChecks for equality with the object’s `config` field.
thumbnailIdUUIDChecks for equality with the object’s `thumbnailId` field.
tags[String]Checks for equality with the object’s `tags` field.
credentialIds[UUID]Checks for equality with the object’s `credentialIds` field.
createdAtDatetimeChecks for equality with the object’s `createdAt` field.
updatedAtDatetimeChecks for equality with the object’s `updatedAt` field.
createdByUUIDChecks for equality with the object’s `createdBy` field.
updatedByUUIDChecks for equality with the object’s `updatedBy` field.
isSharedBooleanChecks for equality with the object’s `isShared` field.
isSharedExplicitBooleanChecks for equality with the object’s `isSharedExplicit` field.
isSharedAllBooleanChecks for equality with the object’s `isSharedAll` field.