| title | transformationAttribute resource type |
|---|---|
| description | Represents an attribute used to support transformations. |
| author | rahul-nagraj |
| ms.localizationpriority | medium |
| ms.subservice | entra-id |
| doc_type | resourcePageType |
| ms.date | 06/10/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents an attribute used to support transformations.
| Property | Type | Description |
|---|---|---|
| attribute | customClaimAttributeBase | Attribute to be used as input for the transformation. |
| treatAsMultiValue | Boolean | This flag is only relevant in the case where the attribute is multivalued. By default, transformations are only applied to the first element in a multi-valued claim, however setting this flag to true ensures the transformation is applied to all values, resulting in a multivalued output. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.transformationAttribute",
"attribute": {
"@odata.type": "microsoft.graph.customClaimAttributeBase"
},
"treatAsMultiValue": "Boolean"
}