Module Values.OpenIDConnectProviderConfigurationSource

Information about the OIDC-compliant identity provider (IdP) used to authenticate end users of an Amazon Q Business web experience.

Sourcetype nonrec t = {
  1. secretsArn : SecretArn.t;
    (*

    The Amazon Resource Name (ARN) of a Secrets Manager secret containing the OIDC client secret.

    *)
  2. secretsRole : RoleArn.t;
    (*

    An IAM role with permissions to access KMS to decrypt the Secrets Manager secret containing your OIDC client secret.

    *)
}
Sourceval context_ : string
Sourceval make : secretsArn:SecretArn.t -> secretsRole:RoleArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of SecretArn.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