ApplicationGatewayEntraJWTValidationConfigPropertiesFormat interface
Properties of entra jwt validation configuration of the application gateway.
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. |
| provisioning |
The provisioning state of the entra jwt validation configuration resource. |
| tenant |
The Tenant ID of the Microsoft Entra ID application. |
| un |
Unauthorized request action. |
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
provisioningState
The provisioning state of the entra jwt validation configuration resource.
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