Values.CreateTrustStoreRequestSourceCreates a trust store.
type nonrec t = {name : String_.t;A name for the trust store.
*)caCertificatesBundleSource : CaCertificatesBundleSource.t;The CA certificates bundle source for the trust store.
*)useClientCertificateOCSPEndpoint : Boolean.t option;A Boolean that determines whether to use the CA certificate's OCSP endpoint to check certificate revocation status.
*)}val make :
?useClientCertificateOCSPEndpoint:??? ->
?tags:??? ->
name:String_.t ->
caCertificatesBundleSource:CaCertificatesBundleSource.t ->
unit ->
t