Values.JWTOptionsInputSourceThe JWT authentication and authorization configuration for an Amazon OpenSearch Service domain.
type nonrec t = {enabled : Boolean.t option;True to enable JWT authentication and authorization for a domain.
*)subjectKey : SubjectKey.t option;Element of the JWT assertion to use for the user name.
*)rolesKey : RolesKey.t option;Element of the JWT assertion to use for roles.
*)jwksUrl : JwksUrl.t option;The URL endpoint that hosts the JSON Web Key Set (JWKS) containing public keys used to verify JWT signatures.
*)publicKey : String_.t option;Element of the JWT assertion used by the cluster to verify JWT signatures.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Boolean.t | `String of SubjectKey.t ]) list ]