Skip to content

Latest commit

 

History

History
50 lines (42 loc) · 1.43 KB

File metadata and controls

50 lines (42 loc) · 1.43 KB
title verifiedIdProfileConfiguration resource type
description Profile configuration defining set of properties of a specific Verified ID credential.
author tilarso
ms.date 10/14/2025
ms.localizationpriority medium
ms.subservice entra-sign-in
doc_type resourcePageType

verifiedIdProfileConfiguration resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Verified ID profile configuration defining set of properties of a specific Verified ID credential.

Properties

Property Type Description
acceptedIssuer String Trusted Verified ID issuer.
claimBindings claimBinding collection Claim bindings from Verified ID to source attributes.
claimBindingSource claimBindingSource Source to validate against Verified ID claims. The possible values are: directory, unknownFutureValue.
type String Verified ID type.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.verifiedIdProfileConfiguration",
  "type": "String",
  "acceptedIssuer": "String",
  "claimBindingSource": "String",
  "claimBindings": [
    {
      "@odata.type": "microsoft.graph.claimBinding"
    }
  ]
}