OpenAuthenticationAccessPolicy Class
Open authentication access policy defined by user.
- Inheritance
-
azure.mgmt.web._serialization.ModelOpenAuthenticationAccessPolicy
Constructor
OpenAuthenticationAccessPolicy(*, type: str | _models.OpenAuthenticationProviderType | None = None, claims: List[_models.OpenAuthenticationPolicyClaim] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
type
|
Type of provider for OAuth. "AAD" |
claims
|
The access policy claims. |
Variables
Name | Description |
---|---|
type
|
Type of provider for OAuth. "AAD" |
claims
|
The access policy claims. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python