JwtClaimChecks Class
The configuration settings of the checks that should be made while validating the JWT Claims.
- Inheritance
-
azure.mgmt.web._serialization.ModelJwtClaimChecks
Constructor
JwtClaimChecks(*, allowed_groups: List[str] | None = None, allowed_client_applications: List[str] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
allowed_groups
|
The list of the allowed groups. |
allowed_client_applications
|
The list of the allowed client applications. |
Variables
Name | Description |
---|---|
allowed_groups
|
The list of the allowed groups. |
allowed_client_applications
|
The list of the allowed client applications. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python