module RoleSets:sig..end
type t = {
|
additionalRoles : |
(* |
The supported additional roles with the primary role.
| *) |
|
primaryRole : |
(* |
A primary permission role.
| *) |
val additionalRoles : (t, string list)
GapiLens.t
val primaryRole : (t, string) GapiLens.t
val empty : t
val render : t ->
GapiJson.json_data_model list
val parse : t ->
GapiJson.json_data_model ->
t