AuthenticationPolicyPropertiesFormat Class
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.
Properties of the authentication policy.
public class AuthenticationPolicyPropertiesFormat : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.AuthenticationPolicyPropertiesFormat>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.AuthenticationPolicyPropertiesFormat>
type AuthenticationPolicyPropertiesFormat = class
interface IJsonModel<AuthenticationPolicyPropertiesFormat>
interface IPersistableModel<AuthenticationPolicyPropertiesFormat>
Public Class AuthenticationPolicyPropertiesFormat
Implements IJsonModel(Of AuthenticationPolicyPropertiesFormat), IPersistableModel(Of AuthenticationPolicyPropertiesFormat)
- Inheritance
-
AuthenticationPolicyPropertiesFormat
- Implements
Constructors
| Name | Description |
|---|---|
| AuthenticationPolicyPropertiesFormat(UserTrustProviderType, AuthenticationProviderProperties) |
Initializes a new instance of AuthenticationPolicyPropertiesFormat. |
Properties
| Name | Description |
|---|---|
| AssociatedResources |
A collection of resource IDs that reference this authentication policy. |
| AuthenticationProperties |
The authentication provider configuration for the policy. |
| OnUnauthenticatedRequest |
The action to take when a request is unauthenticated. When omitted, user sign-in policies default to |
| ProvisioningState |
The provisioning state of the authentication policy resource. |
| ResourceGuid |
The resource GUID property of the authentication policy resource. |
| UserTrustProviderType |
The type of the user trust provider. Only Microsoft Entra is supported, using the serialized value |