Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 887 Bytes

V1alpha1TlsClientConfig.md

File metadata and controls

14 lines (10 loc) · 887 Bytes

V1alpha1TlsClientConfig

Properties

Name Type Description Notes
CaData string [optional] [default to null]
CertData string [optional] [default to null]
Insecure bool Insecure specifies that the server should be accessed without verifying the TLS certificate. For testing only. [optional] [default to null]
KeyData string [optional] [default to null]
ServerName string ServerName is passed to the server for SNI and is used in the client to check server certificates against. If ServerName is empty, the hostname used to contact the server is used. [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]