keyValuePair resource type

Namespace: microsoft.graph

Key value pair for action parameters.

Properties

Property Type Description
name String Name for this key-value pair
value String Value for this key-value pair

JSON representation

The following is a JSON representation of the resource.

{
  "name": "String",
  "value": "String"
}