Module Values.GrantItemSource

A structure that defines a single grant and its configuration.

Sourcetype nonrec t = {
  1. grantType : GrantType.t option;
    (*

    The type of the selected grant.

    *)
  2. grant : Grant.t option;
    (*

    The configuration structure for the selected grant.

    *)
}
Sourceval make : ?grantType:??? -> ?grant:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `Structure of (string * [> `List of [> `String of URI.t | `Structure of (string * [> `List of [> `String of TokenIssuerAudience.t ] list | `String of TrustedTokenIssuerArn.t ]) list ] 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