Module Values.IdcAuthConfigurationSource

Information about the IAM Identity Center Application used to configure authentication for a plugin.

Sourcetype nonrec t = {
  1. idcApplicationArn : IdcApplicationArn.t;
    (*

    The Amazon Resource Name (ARN) of the IAM Identity Center Application used to configure authentication.

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

    The Amazon Resource Name (ARN) of the IAM role with permissions to perform actions on Amazon Web Services services on your behalf.

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