Values.GetSAMLProviderResponseSourceContains the response to a successful GetSAMLProvider request.
type getSAMLProviderResult = {sAMLProviderUUID : PrivateKeyIdType.t option;The unique identifier assigned to the SAML provider.
*)sAMLMetadataDocument : SAMLMetadataDocumentType.t option;The XML metadata document that includes information about an identity provider.
*)createDate : DateType.t option;The date and time when the SAML provider was created.
*)validUntil : DateType.t option;The expiration date and time for the SAML provider.
*)assertionEncryptionMode : AssertionEncryptionModeType.t option;Specifies the encryption setting for the SAML provider.
*)privateKeyList : PrivateKeyList.t option;The private key metadata for the SAML provider.
*)}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
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `String of TagKeyType.t
| `Timestamp of DateType.t ])
list ]
list
| `String of PrivateKeyIdType.t
| `Timestamp of DateType.t ])
list ])
list ]