ApplicationGatewayEntraJWTValidationConfig interface
Entra JWT Validation Configuration of an application gateway.
- Extends
Properties
| audiences | List of acceptable audience claims that can be present in the token (aud claim). A maximum of 5 audiences are permitted. |
| client |
The Client ID of the Microsoft Entra ID application. |
| etag | A unique read-only string that changes whenever the resource is updated. NOTE: This property will not be serialized. It can only be populated by the server. |
| name | Name of the entra jwt validation configuration that is unique within an application gateway. |
| provisioning |
The provisioning state of the entra jwt validation configuration resource. NOTE: This property will not be serialized. It can only be populated by the server. |
| tenant |
The Tenant ID of the Microsoft Entra ID application. |
| un |
Unauthorized request action. |
Inherited Properties
| id | Resource ID. |
Property Details
audiences
List of acceptable audience claims that can be present in the token (aud claim). A maximum of 5 audiences are permitted.
audiences?: string[]
Property Value
string[]
clientId
The Client ID of the Microsoft Entra ID application.
clientId?: string
Property Value
string
etag
A unique read-only string that changes whenever the resource is updated. NOTE: This property will not be serialized. It can only be populated by the server.
etag?: string
Property Value
string
name
Name of the entra jwt validation configuration that is unique within an application gateway.
name?: string
Property Value
string
provisioningState
The provisioning state of the entra jwt validation configuration resource. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
tenantId
The Tenant ID of the Microsoft Entra ID application.
tenantId?: string
Property Value
string
unAuthorizedRequestAction
Unauthorized request action.
unAuthorizedRequestAction?: string
Property Value
string