DefaultAuthorizationPolicy Class

The configuration settings of the Azure Active Directory default authorization policy.

Inheritance
azure.mgmt.web._serialization.Model
DefaultAuthorizationPolicy

Constructor

DefaultAuthorizationPolicy(*, allowed_principals: _models.AllowedPrincipals | None = None, allowed_applications: List[str] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
allowed_principals

The configuration settings of the Azure Active Directory allowed principals.

allowed_applications

The configuration settings of the Azure Active Directory allowed applications.

Variables

Name Description
allowed_principals

The configuration settings of the Azure Active Directory allowed principals.

allowed_applications

The configuration settings of the Azure Active Directory allowed applications.