Record
application-role
No description available.
record application-role {
default-groups: option<list<string>>,
default-groups-details: option<list<group-name>>,
defined: option<bool>,
group-details: option<list<group-name>>,
groups: option<list<string>>,
has-unlimited-seats: option<bool>,
key: option<string>,
name: option<string>,
number-of-seats: option<s32>,
platform: option<bool>,
remaining-seats: option<s32>,
selected-by-default: option<bool>,
user-count: option<s32>,
user-count-description: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| default-groups | option<list<string>> | |
| default-groups-details | option<list<group-name>> | |
| defined | option<bool> | |
| group-details | option<list<group-name>> | |
| groups | option<list<string>> | |
| has-unlimited-seats | option<bool> | |
| key | option<string> | |
| name | option<string> | |
| number-of-seats | option<s32> | |
| platform | option<bool> | |
| remaining-seats | option<s32> | |
| selected-by-default | option<bool> | |
| user-count | option<s32> | |
| user-count-description | option<string> |