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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python