Module Values.GetPermissionGroupRequestSource

Retrieves the details of a specific permission group.

Sourcetype nonrec t = {
  1. permissionGroupId : PermissionGroupId.t;
    (*

    The unique identifier for the permission group.

    *)
}
Sourceval context_ : string
Sourceval make : permissionGroupId:PermissionGroupId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of PermissionGroupId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t