AuthenticationPolicyPropertiesFormat interface
Properties of the authentication policy.
Properties
| associated |
A collection of resource IDs that reference this authentication policy. |
| authentication |
The authentication provider configuration for the policy. |
| on |
The action to take when a request is unauthenticated. When omitted, user sign-in policies default to |
| provisioning |
The provisioning state of the authentication policy resource. |
| resource |
The resource GUID property of the authentication policy resource. |
| user |
The type of the user trust provider. Only Microsoft Entra is supported, using the serialized value |
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