Values.JWTOptionsOutputSourceDescribes the JWT options configured for the domain.
type nonrec t = {enabled : Boolean.t option;True if JWT use is enabled.
*)subjectKey : String_.t option;The key used for matching the JWT subject attribute.
*)rolesKey : String_.t option;The key used for matching the JWT roles attribute.
*)jwksUrl : JwksUrl.t option;The configured JWKS URL endpoint from which the cluster retrieves public keys to verify JWT requests.
*)publicKey : String_.t option;The key used to verify the signature of incoming JWT requests.
*)}