Module Values.AwsAdditionalDetailsSource

This structure contains Amazon Web Services-specific parameter extensions and the identity context.

Sourcetype nonrec t = {
  1. identityContext : IdentityContext.t option;
    (*

    The trusted context assertion is signed and encrypted by STS. It provides access to sts:identity_context claim in the idToken without JWT parsing Identity context comprises information that Amazon Web Services services use to make authorization decisions when they receive requests.

    *)
}
Sourceval make : ?identityContext:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of IdentityContext.t ]) 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