CommonPermissionSetFilter
CommonPermissionSetFilter
A filter to be used against CommonPermissionSet object types. All fields are combined with a logical ‘and.’
| Field | Type | Description | |
|---|---|---|---|
| id | UUIDFilter | Filter by the object’s `id` field. | |
| name | StringFilter | Filter by the object’s `name` field. | |
| color | StringFilter | Filter by the object’s `color` field. | |
| description | StringFilter | Filter by the object’s `description` field. | |
| permissions | StringListFilter | Filter by the object’s `permissions` field. | |
| isDefaultProvided | BooleanFilter | Filter by the object’s `isDefaultProvided` field. | |
| isDefaultProvidedAsGroup | BooleanFilter | Filter by the object’s `isDefaultProvidedAsGroup` field. | |
| and | [CommonPermissionSetFilter!] | Checks for all expressions in this list. | |
| or | [CommonPermissionSetFilter!] | Checks for any expressions in this list. | |
| not | CommonPermissionSetFilter | Negates the expression. | |