Module Values.CreateProjectFromProjectProfilePolicyGrantDetailSource

Specifies whether to create a project from project profile policy grant details.

Sourcetype nonrec t = {
  1. includeChildDomainUnits : Boolean.t option;
    (*

    Specifies whether to include child domain units when creating a project from project profile policy grant details

    *)
  2. projectProfiles : ProjectProfileList.t option;
    (*

    Specifies project profiles when creating a project from project profile policy grant details

    *)
}
Sourceval make : ?includeChildDomainUnits:??? -> ?projectProfiles:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Boolean.t | `List of [> `String of String_.t ] 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