Values.GetOpenIDConnectProviderResponseSourceContains the response to a successful GetOpenIDConnectProvider request.
type getOpenIDConnectProviderResult = {url : OpenIDConnectProviderUrlType.t option;The URL that the IAM OIDC provider resource object is associated with. For more information, see CreateOpenIDConnectProvider.
*)clientIDList : ClientIDListType.t option;A list of client IDs (also known as audiences) that are associated with the specified IAM OIDC provider resource object. For more information, see CreateOpenIDConnectProvider.
*)thumbprintList : ThumbprintListType.t option;A list of certificate thumbprints that are associated with the specified IAM OIDC provider resource object. For more information, see CreateOpenIDConnectProvider.
*)createDate : DateType.t option;The date and time when the IAM OIDC provider resource object was created in the Amazon Web Services account.
*)}and t = {getOpenIDConnectProviderResult : getOpenIDConnectProviderResult;responseMetaData : responseMetaData;}type error = [ | `InvalidInputException of InvalidInputException.t| `NoSuchEntityException of NoSuchEntityException.t| `ServiceFailureException of ServiceFailureException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidInputException of InvalidInputException.t
| `NoSuchEntityException of NoSuchEntityException.t
| `ServiceFailureException of ServiceFailureException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidInputException of InvalidInputException.t
| `NoSuchEntityException of NoSuchEntityException.t
| `ServiceFailureException of ServiceFailureException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `List of
[> `String of ClientIDType.t
| `Structure of
(string * [> `String of TagKeyType.t ]) list ]
list
| `String of OpenIDConnectProviderUrlType.t
| `Timestamp of DateType.t ])
list ])
list ]