PermissionSetFilter
PermissionSetFilter
A filter to be used against PermissionSet
object types. All fields are combined with a logical ‘and.’
Field | Type | Description | |
---|---|---|---|
id | UUIDFilter | Filter by the object’s `id` field. | |
orgId | UUIDFilter | Filter by the object’s `orgId` field. | |
commonPermissionSetId | UUIDFilter | Filter by the object’s `commonPermissionSetId` 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. | |
and | [PermissionSetFilter!] | Checks for all expressions in this list. | |
or | [PermissionSetFilter!] | Checks for any expressions in this list. | |
not | PermissionSetFilter | Negates the expression. |