| title | federatedIdentityExpression resource type |
|---|---|
| description | Enables configuration for flexible federated identity credential matching through the claimsMatchingExpression property of the federatedIdentityCredential resource type. |
| author | nickludwig |
| ms.localizationpriority | medium |
| ms.subservice | entra-applications |
| doc_type | resourcePageType |
| ms.date | 12/03/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Enables the use of a restricted expression language for flexible matching of federated identity credentials to workload scenarios. Primarily, this resource type allows the specification of wildcard-based expressions within claimsMatchingExpression property of federatedIdentityCredential resource type > value property. For more information on supported patterns and scenarios, visit the flexible federated identity credentials documentation.
| Property | Type | Description |
|---|---|---|
| languageVersion | Int32 | Indicated the language version to be used. Should always be set to 1. Required. |
| value | String | Indicates the configured expression. Required. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.federatedIdentityExpression",
"languageVersion": "Integer",
"value": "String"
}