DataPlaneProxyPropertiesResponse

data class DataPlaneProxyPropertiesResponse(val authenticationMode: String? = null, val privateLinkDelegation: String? = null)

The data plane proxy settings for a configuration store.

Constructors

Link copied to clipboard
constructor(authenticationMode: String? = null, privateLinkDelegation: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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.