DataPlaneProxyProperties interface
The data plane proxy settings for a configuration store.
Properties
authentication |
The data plane proxy authentication mode. This property manages the authentication mode of request to the data plane resources. |
private |
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. |
Property Details
authenticationMode
The data plane proxy authentication mode. This property manages the authentication mode of request to the data plane resources.
authenticationMode?: string
Property Value
string
privateLinkDelegation
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.
privateLinkDelegation?: string
Property Value
string