Share via


DataPlaneProxyAuthenticationMode Enum

Definition

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

public enum DataPlaneProxyAuthenticationMode
type DataPlaneProxyAuthenticationMode = 
Public Enum DataPlaneProxyAuthenticationMode
Inheritance
DataPlaneProxyAuthenticationMode

Fields

Name Value Description
Local 0

The local authentication mode. Users are not required to have data plane permissions if local authentication is not disabled.

PassThrough 1

The pass-through authentication mode. User identity will be passed through from Azure Resource Manager (ARM), requiring user to have data plane action permissions (Available via App Configuration Data Owner/ App Configuration Data Reader).

Applies to