DataPlaneProxyPropertiesArgs

data class DataPlaneProxyPropertiesArgs(val authenticationMode: Output<Either<String, AuthenticationMode>>? = null, val privateLinkDelegation: Output<Either<String, PrivateLinkDelegation>>? = null) : ConvertibleToJava<DataPlaneProxyPropertiesArgs>

The data plane proxy settings for a configuration store.

Constructors

Link copied to clipboard
constructor(authenticationMode: Output<Either<String, AuthenticationMode>>? = null, privateLinkDelegation: Output<Either<String, PrivateLinkDelegation>>? = null)

Properties

Link copied to clipboard
val authenticationMode: Output<Either<String, AuthenticationMode>>? = null

The data plane proxy authentication mode. This property manages the authentication mode of request to the data plane resources.

Link copied to clipboard
val privateLinkDelegation: Output<Either<String, PrivateLinkDelegation>>? = null

The data plane proxy private link delegation. This property manages if a request from delegated Azure Resource Manager (ARM) private link is allowed when the data plane resource requires private link.

Functions

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