AppInstanceCondition
AppInstanceCondition
A condition to be used against AppInstance
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. | |
orgId | UUID | Checks for equality with the object’s `orgId` field. | |
appInstallId | UUID | Checks for equality with the object’s `appInstallId` field. | |
spaceId | UUID | Checks for equality with the object’s `spaceId` 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. | |
createdBy | UUID | Checks for equality with the object’s `createdBy` field. | |
updatedBy | UUID | Checks for equality with the object’s `updatedBy` field. | |
isTemplate | Boolean | Checks for equality with the object’s `isTemplate` field. | |
status | AppInstanceStatus | Checks for equality with the object’s `status` field. | |
thumbnailFileId | UUID | Checks for equality with the object’s `thumbnailFileId` field. | |
commonAppInstanceTemplateId | UUID | Checks for equality with the object’s `commonAppInstanceTemplateId` field. | |
targetCommonAppInstanceTemplateId | UUID | Checks for equality with the object’s `targetCommonAppInstanceTemplateId` field. | |
appId | UUID | Checks for equality with the object’s `appId` field. | |
isShared | Boolean | Checks for equality with the object’s `isShared` field. | |
isSharedExplicit | Boolean | Checks for equality with the object’s `isSharedExplicit` field. | |
isSharedAll | Boolean | Checks for equality with the object’s `isSharedAll` field. |