Values.TrustStoreSourceA trust store.
type nonrec t = {id : String_.t option;The trust store's ID.
*)arn : String_.t option;The trust store's Amazon Resource Name (ARN).
*)name : String_.t option;The trust store's name.
*)status : TrustStoreStatus.t option;The trust store's status.
*)numberOfCaCertificates : Integer.t option;The trust store's number of CA certificates.
*)lastModifiedTime : Timestamp.t option;The trust store's last modified time.
*)reason : String_.t option;The trust store's reason.
*)useClientCertificateOCSPEndpoint : Boolean.t option;A Boolean that determines whether the trust store uses the CA certificate's OCSP endpoint to check certificate revocation status.
*)}