DataPlaneProxyAuthenticationMode Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The data plane proxy authentication mode. This property manages the authentication mode of request to the data plane resources.
public readonly struct DataPlaneProxyAuthenticationMode : IEquatable<Azure.ResourceManager.AppConfiguration.Models.DataPlaneProxyAuthenticationMode>
type DataPlaneProxyAuthenticationMode = struct
Public Structure DataPlaneProxyAuthenticationMode
Implements IEquatable(Of DataPlaneProxyAuthenticationMode)
- Inheritance
-
DataPlaneProxyAuthenticationMode
- Implements
Constructors
| DataPlaneProxyAuthenticationMode(String) |
Initializes a new instance of DataPlaneProxyAuthenticationMode. |
Properties
| Local |
The local authentication mode. Users are not required to have data plane permissions if local authentication is not disabled. |
| PassThrough |
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). |
Methods
| Equals(DataPlaneProxyAuthenticationMode) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Equality(DataPlaneProxyAuthenticationMode, DataPlaneProxyAuthenticationMode) |
Determines if two DataPlaneProxyAuthenticationMode values are the same. |
| Implicit(String to DataPlaneProxyAuthenticationMode) |
Converts a String to a DataPlaneProxyAuthenticationMode. |
| Inequality(DataPlaneProxyAuthenticationMode, DataPlaneProxyAuthenticationMode) |
Determines if two DataPlaneProxyAuthenticationMode values are not the same. |