Module Values.GetIdentityCenterAuthTokenRequestSource

The request parameters for GetIdentityCenterAuthToken.

Sourcetype nonrec t = {
  1. clusterIds : ClusterIdentifierList.t;
    (*

    A list of cluster identifiers that the generated token can be used with. The token will be scoped to only allow authentication to the specified clusters. Constraints: ClusterIds must contain at least 1 cluster identifier. ClusterIds can hold a maximum of 20 cluster identifiers. Cluster identifiers must be 1 to 63 characters in length. The characters accepted for cluster identifiers are the following: Alphanumeric characters Hyphens Cluster identifiers must start with a letter. Cluster identifiers can't end with a hyphen or contain two consecutive hyphens.

    *)
}
Sourceval context_ : string
Sourceval make : clusterIds:ClusterIdentifierList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of String_.t ] 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