Values.UpdateTrustStoreRequestSourceUpdates a trust store.
type nonrec t = {id : ResourceId.t;The trust store ID.
*)caCertificatesBundleSource : CaCertificatesBundleSource.t option;The CA certificates bundle source.
*)useClientCertificateOCSPEndpoint : Boolean.t option;A Boolean that determines whether to use the CA certificate's OCSP endpoint to check certificate revocation status.
*)ifMatch : String_.t;The current version (ETag value) of the trust store you are updating.
*)}val make :
?caCertificatesBundleSource:??? ->
?useClientCertificateOCSPEndpoint:??? ->
id:ResourceId.t ->
ifMatch:String_.t ->
unit ->
tval of_header_and_body :
((string, ResourceId.t) Awso.Import.List.Assoc.t
* CaCertificatesBundleSource.t) ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `String of ResourceId.t
| `Structure of
(string
* [> `Structure of (string * [> `String of String_.t ]) list ])
list ])
list ]