Module Values.SubscribedPrincipalSource

The principal that has the subscription grant for the asset.

Sourcetype nonrec t = {
  1. project : SubscribedProject.t option;
    (*

    The project that has the subscription grant.

    *)
  2. user : SubscribedUser.t option;
    (*

    The subscribed user.

    *)
  3. group : SubscribedGroup.t option;
    (*

    The subscribed group.

    *)
  4. iam : SubscribedIamPrincipal.t option;
    (*

    The subscribed IAM principal.

    *)
}
Sourceval make : ?project:??? -> ?user:??? -> ?group:??? -> ?iam:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `String of ProjectId.t | `Structure of (string * [> `Structure of (string * [> `String of String_.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