SiteCondition
SiteCondition
A condition to be used against Site
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. | |
spaceId | UUID | Checks for equality with the object’s `spaceId` field. | |
name | String | Checks for equality with the object’s `name` field. | |
type | SiteType | Checks for equality with the object’s `type` field. | |
url | String | Checks for equality with the object’s `url` field. | |
actions | JSON | Checks for equality with the object’s `actions` field. | |
compute | JSON | Checks for equality with the object’s `compute` field. | |
config | JSON | Checks for equality with the object’s `config` field. | |
thumbnailId | UUID | Checks 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. | |
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. | |
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. |