Module Values.DomainUnitPolicyGrantPrincipalSource

The domain unit principal to whom the policy is granted.

Sourcetype nonrec t = {
  1. domainUnitDesignation : DomainUnitDesignation.t;
    (*

    Specifes the designation of the domain unit users.

    *)
  2. domainUnitIdentifier : DomainUnitId.t option;
    (*

    The ID of the domain unit.

    *)
  3. domainUnitGrantFilter : DomainUnitGrantFilter.t option;
    (*

    The grant filter for the domain unit.

    *)
}
Sourceval context_ : string
Sourceval make : ?domainUnitIdentifier:??? -> ?domainUnitGrantFilter:??? -> domainUnitDesignation:DomainUnitDesignation.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of DomainUnitId.t | `Structure of (string * [> `Structure of 'a 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