CommonPermissionSetCondition
CommonPermissionSetCondition
A condition to be used against CommonPermissionSet
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. | |
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. | |
isDefaultProvided | Boolean | Checks for equality with the object’s `isDefaultProvided` field. | |
isDefaultProvidedAsGroup | Boolean | Checks for equality with the object’s `isDefaultProvidedAsGroup` field. |