| 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 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
An attribute specifying where the claim data is sourced.
Inherits from customClaimAttributeBase.
| 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. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.sourcedAttribute",
"id": "String",
"source": "String",
"isExtensionAttribute": "Boolean"
}