Skip to content

Latest commit

 

History

History
42 lines (34 loc) · 1.58 KB

File metadata and controls

42 lines (34 loc) · 1.58 KB
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

federatedIdentityExpression resource type

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.

Properties

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.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.federatedIdentityExpression",
  "languageVersion": "Integer",
  "value": "String"
}