|
|
char * | name |
| | Name of the role.
|
| |
|
SET_T * | included_roles |
| | A set of roles included within the role.
|
| |
|
SET_T * | global_permissions |
| | A set of global permissions assigned to the role.
|
| |
| SET_T * | default_path_permissions |
| |
| HASH_T * | path_permissions |
| |
|
const char * | locking_principal |
| | Principal that this role is locked by. Will be NULL if there is no locking principal.
|
| |
◆ default_path_permissions
| SET_T* security_store_role_s::default_path_permissions |
- Since
- 6.5 A set of default path permissions assigned to the role.
◆ path_permissions
| HASH_T* security_store_role_s::path_permissions |
- Since
- 6.5 A hash of path permissions assigned to the role.
The documentation for this struct was generated from the following file: