Skip to content

Latest commit

 

History

History
43 lines (36 loc) · 1.33 KB

File metadata and controls

43 lines (36 loc) · 1.33 KB
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

transformationAttribute resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents an attribute used to support transformations.

Properties

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.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.transformationAttribute",
  "attribute": {
    "@odata.type": "microsoft.graph.customClaimAttributeBase"
  },
  "treatAsMultiValue": "Boolean"
}