Module Values.UpdateConfigurationSource

Contains an update to replace the configuration in an existing identity source.

Sourcetype nonrec t = {
  1. cognitoUserPoolConfiguration : UpdateCognitoUserPoolConfiguration.t option;
    (*

    Contains configuration details of a Amazon Cognito user pool.

    *)
  2. openIdConnectConfiguration : UpdateOpenIdConnectConfiguration.t option;
    (*

    Contains configuration details of an OpenID Connect (OIDC) identity provider, or identity source, that Verified Permissions can use to generate entities from authenticated identities. It specifies the issuer URL, token type that you want to use, and policy store entity details.

    *)
}
Sourceval make : ?cognitoUserPoolConfiguration:??? -> ?openIdConnectConfiguration:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `List of [> `String of ClientId.t ] list | `String of UserPoolArn.t | `Structure of (string * [> `String of GroupEntityType.t | `Structure of (string * [> `List of [> `String of Audience.t ] list | `String of Claim.t ]) 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