Values.SAMLPrivateKeySourceContains the private keys for the SAML provider. This data type is used as a response element in the GetSAMLProvider operation.
type nonrec t = {keyId : PrivateKeyIdType.t option;The unique identifier for the SAML private key.
*)timestamp : DateType.t option;The date and time, in ISO 8601 date-time format, when the private key was uploaded.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of PrivateKeyIdType.t | `Timestamp of DateType.t ])
list ]