DataFlowEndpointAuthenticationX509Args

data class DataFlowEndpointAuthenticationX509Args(val secretRef: Output<String>) : ConvertibleToJava<DataFlowEndpointAuthenticationX509Args>

DataFlowEndpoint Authentication X509 properties

Constructors

Link copied to clipboard
constructor(secretRef: Output<String>)

Properties

Link copied to clipboard
val secretRef: Output<String>

Secret reference of the X.509 certificate.

Functions

Link copied to clipboard
open override fun toJava(): DataFlowEndpointAuthenticationX509Args