Module Values.PolicyGrantPrincipalSource

The policy grant principal.

Sourcetype nonrec t = {
  1. user : UserPolicyGrantPrincipal.t option;
    (*

    The user of the policy grant principal.

    *)
  2. group : GroupPolicyGrantPrincipal.t option;
    (*

    The group of the policy grant principal.

    *)
  3. project : ProjectPolicyGrantPrincipal.t option;
    (*

    The project of the policy grant principal.

    *)
  4. domainUnit : DomainUnitPolicyGrantPrincipal.t option;
    (*

    The domain unit of the policy grant principal.

    *)
}
Sourceval make : ?user:??? -> ?group:??? -> ?project:??? -> ?domainUnit:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `String of UserIdentifier.t | `Structure of (string * [> `Structure of (string * [> `Boolean of Boolean.t | `String of DomainUnitId.t ]) list ]) list ]) list ]) 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