ApplicationGatewayEntraJWTValidationConfigPropertiesFormat Class
Properties of entra jwt validation configuration of the application gateway.
Constructor
ApplicationGatewayEntraJWTValidationConfigPropertiesFormat(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
un_authorized_request_action
|
Unauthorized request action. Known values are: "Deny" and "Allow". |
|
tenant_id
|
The Tenant ID of the Microsoft Entra ID application. |
|
client_id
|
The Client ID of the Microsoft Entra ID application. |
|
audiences
|
List of acceptable audience claims that can be present in the token (aud claim). A maximum of 5 audiences are permitted. |
|
provisioning_state
|
The provisioning state of the entra jwt validation configuration resource. Known values are: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting". |
Attributes
audiences
List of acceptable audience claims that can be present in the token (aud claim). A maximum of 5 audiences are permitted.
audiences: list[str] | None
client_id
The Client ID of the Microsoft Entra ID application.
client_id: str | None
provisioning_state
The provisioning state of the entra jwt validation configuration resource. Known values are: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting".
provisioning_state: str | _models.ProvisioningState | None
tenant_id
The Tenant ID of the Microsoft Entra ID application.
tenant_id: str | None
un_authorized_request_action
"Deny" and "Allow".
un_authorized_request_action: str | _models.ApplicationGatewayUnAuthorizedRequestAction | None