GroupSpaceCondition
GroupSpaceCondition
A condition to be used against GroupSpace
object types. All fields are tested
for equality and combined with a logical ‘and.’
Field | Type | Description | |
---|---|---|---|
orgId | UUID | Checks for equality with the object’s `orgId` field. | |
groupId | UUID | Checks for equality with the object’s `groupId` field. | |
spaceId | UUID | Checks for equality with the object’s `spaceId` field. | |
permissions | [String] | Checks for equality with the object’s `permissions` field. | |
permissionSets | [UUID] | Checks for equality with the object’s `permissionSets` field. |