Skip to content

Latest commit

 

History

History
41 lines (34 loc) · 1.19 KB

File metadata and controls

41 lines (34 loc) · 1.19 KB
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

customClaimTransformation resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents an abstract type for a single input attribute.

Properties

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.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.customClaimTransformation",
  "input": {
    "@odata.type": "microsoft.graph.transformationAttribute"
  }
}