DefaultAuthorizationPolicy Class
The configuration settings of the Azure Active Directory default authorization policy.
Constructor
DefaultAuthorizationPolicy(*args: Any, **kwargs: Any)
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. |
Attributes
allowed_applications
The configuration settings of the Azure Active Directory allowed applications.
allowed_applications: list[str] | None
allowed_principals
The configuration settings of the Azure Active Directory allowed principals.
allowed_principals: _models.AllowedPrincipals | None