Values.UpdateConfigurationSourceContains an update to replace the configuration in an existing identity source.
type nonrec t = {cognitoUserPoolConfiguration : UpdateCognitoUserPoolConfiguration.t option;Contains configuration details of a Amazon Cognito user pool.
*)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.
*)}val 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 ]