Skip to content

Latest commit

 

History

History
55 lines (43 loc) · 1.22 KB

File metadata and controls

55 lines (43 loc) · 1.22 KB
title propertyToEvaluate resource type
description Defines the name and the value of the property.
ms.localizationpriority medium
author yuhko-msft
ms.reviewer mbhargav, khotzteam, aadgroupssg
ms.subservice entra-groups
doc_type resourcePageType
ms.date 07/22/2024

propertyToEvaluate resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Defines the name and the value of the property.

Properties

Property Type Description
propertyName String Provides the property name.
propertyValue String Provides the property value.

JSON representation

The following JSON representation shows the resource type.

{
  "propertyName": "String",
  "propertyValue": "String"
}