Document representing a functional permission.
Property | Type | Constraints | Description |
---|---|---|---|
description |
Localized<String> | The description of the functional permission. | |
display_name |
Localized<String> | The display name of the functional permission. | |
name |
String | The name of the functional permission. | |
type |
String | The permission type. | |
values |
[String] | The list of possible values for the functional permission, e.g. ACCESS or READONLY. |