Client Tls Policy Server Validation Ca Args
data class ClientTlsPolicyServerValidationCaArgs(val certificateProviderInstance: Output<ClientTlsPolicyServerValidationCaCertificateProviderInstanceArgs>? = null, val grpcEndpoint: Output<ClientTlsPolicyServerValidationCaGrpcEndpointArgs>? = null) : ConvertibleToJava<ClientTlsPolicyServerValidationCaArgs>
Constructors
Link copied to clipboard
constructor(certificateProviderInstance: Output<ClientTlsPolicyServerValidationCaCertificateProviderInstanceArgs>? = null, grpcEndpoint: Output<ClientTlsPolicyServerValidationCaGrpcEndpointArgs>? = null)
Properties
Link copied to clipboard
val certificateProviderInstance: Output<ClientTlsPolicyServerValidationCaCertificateProviderInstanceArgs>? = null
The certificate provider instance specification that will be passed to the data plane, which will be used to load necessary credential information. Structure is documented below.
Link copied to clipboard
gRPC specific configuration to access the gRPC server to obtain the cert and private key. Structure is documented below.