AppCondition
AppCondition
A condition to be used against App 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. | |
| visibility | AppVisibility | Checks for equality with the object’s `visibility` field. | |
| categories | [String] | Checks for equality with the object’s `categories` field. | |
| requirements | [String] | Checks for equality with the object’s `requirements` field. | |
| name | String | Checks for equality with the object’s `name` field. | |
| scrn | String | Checks for equality with the object’s `scrn` field. | |
| description | String | Checks for equality with the object’s `description` field. | |
| iconUrl | String | Checks for equality with the object’s `iconUrl` field. | |
| developer | String | Checks for equality with the object’s `developer` 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. | |
| defaultInstall | AppDefaultInstallType | Checks for equality with the object’s `defaultInstall` field. | |
| slug | String | Checks for equality with the object’s `slug` field. | |