DefaultAuthorizationPolicy Class
The configuration settings of the Azure Active Directory default authorization policy.
- Inheritance
-
azure.mgmt.web._serialization.ModelDefaultAuthorizationPolicy
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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python