DefaultAuthorizationPolicy Class
The configuration settings of the Azure Active Directory default authorization policy.
- Inheritance
-
azure.mgmt.appcontainers._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. |
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python