DefaultAuthorizationPolicy Class
The configuration settings of the Azure Active Directory default authorization policy.
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. |
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Python