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. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python