GroupSpaceFilter
GroupSpaceFilter
A filter to be used against GroupSpace
object types. All fields are combined with a logical ‘and.’
Field | Type | Description | |
---|---|---|---|
orgId | UUIDFilter | Filter by the object’s `orgId` field. | |
groupId | UUIDFilter | Filter by the object’s `groupId` field. | |
spaceId | UUIDFilter | Filter by the object’s `spaceId` field. | |
permissions | StringListFilter | Filter by the object’s `permissions` field. | |
permissionSets | UUIDListFilter | Filter by the object’s `permissionSets` field. | |
and | [GroupSpaceFilter!] | Checks for all expressions in this list. | |
or | [GroupSpaceFilter!] | Checks for any expressions in this list. | |
not | GroupSpaceFilter | Negates the expression. |