| title | customClaimTransformation resource type |
|---|---|
| description | Represents an abstract type for a single input attribute. |
| 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 abstract type for a single input attribute.
| Property | Type | Description |
|---|---|---|
| input | transformationAttribute | The input attribute that provides the source for the transformation. This parameter is required if it's the first or only transformation in the list of transformations to be applied. Subsequent transformations use the output of the prior transformation as input. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.customClaimTransformation",
"input": {
"@odata.type": "microsoft.graph.transformationAttribute"
}
}