OpenAuthenticationPolicyClaim Class
Open authentication policy claim.
Constructor
OpenAuthenticationPolicyClaim(*, name: str | None = None, value: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
The name of the claim. |
value
|
The value of the claim. |
Variables
Name | Description |
---|---|
name
|
The name of the claim. |
value
|
The value of the claim. |
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for Python