OpenAuthenticationAccessPolicy Class
Open authentication access policy defined by user.
- Inheritance
-
msrest.serialization.ModelOpenAuthenticationAccessPolicy
Constructor
OpenAuthenticationAccessPolicy(*, type: str | OpenAuthenticationProviderType | None = None, claims: List[OpenAuthenticationPolicyClaim] | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
type
|
Type of provider for OAuth. Possible values include: "AAD". |
claims
|
The access policy claims. |
Variables
Name | Description |
---|---|
type
|
Type of provider for OAuth. Possible values include: "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