Data Object - RoleData
Java Class
com.omnissa.vdi.vlsi.binding.vdi.users.Role.RoleData
Property of
See also
Since
Horizon View 6.0
Data Object Description¶
Readonly data about this role.
Data Object Properties¶
Name | Type | Description | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
builtin | xsd:boolean | Whether or not this is a built-in role (or custom). Built-in roles cannot be edited. | ||||||||||||||||||||||||
permissions | PermissionId[] | Administrative permissions (user/group and access group) for this role. 1 | ||||||||||||||||||||||||
appliesToAccessGroup | xsd:boolean | Specifies whether access group is applicable for this role. This will be true when the role contains atleast one object specific privilege. Since Horizon 7.8 3 2 | ||||||||||||||||||||||||
type | xsd:string | The role type. It will be null for custom roles. Since Horizon 7.8 1 2 * This property will be one of:
|
||||||||||||||||||||||||
appliesToGlobalAccessGroup | xsd:boolean | Specifies whether global access group is applicable for this role. This will be true when the role contains atleast one of FEDEREATED_LDAP_MANAGE, FEDEREATED_LDAP_VIEW, FEDERATED_SESSIONS_MANAGE or FEDERATED_SESSIONS_VIEW privileges Since Horizon 8.2 3 2 |