Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 926 Bytes

File metadata and controls

42 lines (33 loc) · 926 Bytes
title valueBasedAttribute resource type
description Represents an attribute backed by a static value.
author rahul-nagraj
ms.localizationpriority medium
ms.subservice entra-id
doc_type resourcePageType
ms.date 06/11/2024

valueBasedAttribute resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents an attribute backed by a static value.

Inherits from customClaimAttributeBase.

Properties

Property Type Description
value String The static value to be used an the attribute.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.valueBasedAttribute",
  "value": "String"
}