Skip to content

Latest commit

 

History

History
46 lines (37 loc) · 1.22 KB

File metadata and controls

46 lines (37 loc) · 1.22 KB
title sourcedAttribute resource type
description An attribute specifying where the claim data is sourced.
author rahul-nagraj
ms.localizationpriority medium
ms.subservice entra-id
doc_type resourcePageType
ms.date 06/10/2024

sourcedAttribute resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

An attribute specifying where the claim data is sourced.

Inherits from customClaimAttributeBase.

Properties

Property Type Description
id String The identifier of the attribute on the specified source.
isExtensionAttribute Boolean A flag that indicates if the name specified is that of an extension attribute.
source String The source where the claim is going to retrieve its value. Valid sources include user, application, resource, audience and company.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.sourcedAttribute",
  "id": "String",
  "source": "String",
  "isExtensionAttribute": "Boolean"
}