Studio Service

AppInstanceCondition

AppInstanceCondition

A condition to be used against AppInstance 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.
appInstallIdUUIDChecks for equality with the object’s `appInstallId` field.
spaceIdUUIDChecks for equality with the object’s `spaceId` field.
nameStringChecks for equality with the object’s `name` field.
versionStringChecks for equality with the object’s `version` field.
configJSONChecks for equality with the object’s `config` field.
stateJSONChecks for equality with the object’s `state` field.
tags[String]Checks for equality with the object’s `tags` 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.
isTemplateBooleanChecks for equality with the object’s `isTemplate` field.
statusAppInstanceStatusChecks for equality with the object’s `status` field.
thumbnailFileIdUUIDChecks for equality with the object’s `thumbnailFileId` field.
commonAppInstanceTemplateIdUUIDChecks for equality with the object’s `commonAppInstanceTemplateId` field.
targetCommonAppInstanceTemplateIdUUIDChecks for equality with the object’s `targetCommonAppInstanceTemplateId` field.
appIdUUIDChecks for equality with the object’s `appId` 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.