PermissionSetCondition
PermissionSetCondition
A condition to be used against PermissionSet object types. All fields are
tested for equality and combined with a logical ‘and.’
| Field | Type | Description | |
|---|---|---|---|
| id | UUID | Checks for equality with the object’s `id` field. | |
| orgId | UUID | Checks for equality with the object’s `orgId` field. | |
| commonPermissionSetId | UUID | Checks for equality with the object’s `commonPermissionSetId` field. | |
| name | String | Checks for equality with the object’s `name` field. | |
| color | String | Checks for equality with the object’s `color` field. | |
| description | String | Checks for equality with the object’s `description` field. | |
| permissions | [String] | Checks for equality with the object’s `permissions` field. | |