Studio Service

GroupFilter

GroupFilter

A filter to be used against Group object types. All fields are combined with a logical ‘and.’

FieldTypeDescription
idUUIDFilterFilter by the object’s `id` field.
orgIdUUIDFilterFilter by the object’s `orgId` field.
nameStringFilterFilter by the object’s `name` field.
descriptionStringFilterFilter by the object’s `description` field.
createdAtDatetimeFilterFilter by the object’s `createdAt` field.
updatedAtDatetimeFilterFilter by the object’s `updatedAt` field.
createdByUUIDFilterFilter by the object’s `createdBy` field.
updatedByUUIDFilterFilter by the object’s `updatedBy` field.
permissionsStringListFilterFilter by the object’s `permissions` field.
permissionSetsUUIDListFilterFilter by the object’s `permissionSets` field.
isDefaultBooleanFilterFilter by the object’s `isDefault` field.
and[GroupFilter!]Checks for all expressions in this list.
or[GroupFilter!]Checks for any expressions in this list.
notGroupFilterNegates the expression.