AuthenticationPolicyPropertiesFormat interface

Properties of the authentication policy.

Properties

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 authenticate and JWT validation policies default to deny.

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 entra.

Property Details

associatedResources

A collection of resource IDs that reference this authentication policy.

associatedResources?: string[]

Property Value

string[]

authenticationProperties

The authentication provider configuration for the policy.

authenticationProperties: AuthenticationProviderProperties

Property Value

onUnauthenticatedRequest

The action to take when a request is unauthenticated. When omitted, user sign-in policies default to authenticate and JWT validation policies default to deny.

onUnauthenticatedRequest?: string

Property Value

string

provisioningState

The provisioning state of the authentication policy resource.

provisioningState?: string

Property Value

string

resourceGuid

The resource GUID property of the authentication policy resource.

resourceGuid?: string

Property Value

string

userTrustProviderType

The type of the user trust provider. Only Microsoft Entra is supported, using the serialized value entra.

userTrustProviderType: string

Property Value

string