CommonAppInstanceTemplateCondition
CommonAppInstanceTemplateCondition
A condition to be used against CommonAppInstanceTemplate
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. | |
version | String | Checks for equality with the object’s `version` field. | |
config | JSON | Checks for equality with the object’s `config` field. | |
state | JSON | Checks for equality with the object’s `state` field. | |
tags | [String] | Checks for equality with the object’s `tags` field. | |
createdAt | Datetime | Checks for equality with the object’s `createdAt` field. | |
updatedAt | Datetime | Checks for equality with the object’s `updatedAt` field. | |
status | AppInstanceStatus | Checks for equality with the object’s `status` field. | |
thumbnailFileId | UUID | Checks for equality with the object’s `thumbnailFileId` field. | |
isPublished | Boolean | Checks for equality with the object’s `isPublished` field. | |
isDeprecated | Boolean | Checks for equality with the object’s `isDeprecated` field. | |
sourceOrgId | UUID | Checks for equality with the object’s `sourceOrgId` field. | |
sourceAppInstanceId | UUID | Checks for equality with the object’s `sourceAppInstanceId` field. | |
appId | UUID | Checks for equality with the object’s `appId` field. |