Resource: KeyValueEntry
Key value map pair where the value represents the data associated with the corresponding key.
Note: Supported for Apigee hybrid 1.8.x and higher.
| JSON representation |
|---|
{ "name": string, "value": string } |
| Fields | |
|---|---|
name |
Resource URI that can be used to identify the scope of the key value map entries. |
value |
Required. Data or payload that is being retrieved and associated with the unique key. |
Methods |
|
|---|---|
|
Creates key value entries in a key value map scoped to an organization, environment, or API proxy. |
|
Deletes a key value entry from a key value map scoped to an organization, environment, or API proxy. |
|
Get the key value entry value for a key value map scoped to an organization, environment, or API proxy. |
|
Lists key value entries for key values maps scoped to an organization, environment, or API proxy. |
|
Update key value entry scoped to an organization, environment, or API proxy for an existing key. |