JwtClaimChecks Class
The configuration settings of the checks that should be made while validating the JWT Claims.
- Inheritance
-
azure.mgmt.appcontainers._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. |
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