Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 942 Bytes

File metadata and controls

43 lines (34 loc) · 942 Bytes
title claimBinding resource type
description Defines the mapping between a source attribute and a Verifiable ID claim.
author tilarso
ms.date 10/14/2025
ms.localizationpriority medium
ms.subservice entra-sign-in
doc_type resourcePageType

claimBinding resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Defines the mapping between a source attribute and a Verifiable ID claim.

Properties

Property Type Description
sourceAttribute String Source attribute value
verifiedIdClaim String Entra ID attribute value

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.claimBinding",
  "sourceAttribute": "String",
  "verifiedIdClaim": "String"
}