REST Resource: organizations.apis.keyvaluemaps

Resource: KeyValueMap

Collection of key/value string pairs.

JSON representation
{
  "name": string,
  "encrypted": boolean
}
Fields
name

string

Required. ID of the key value map.

encrypted

boolean

Required. Flag that specifies whether entry values will be encrypted. This field is retained for backward compatibility and the value of encrypted will always be true. Apigee X and hybrid do not support unencrypted key value maps.

Methods

create

Creates a key value map in an API proxy.

delete

Deletes a key value map from an API proxy.

list

Lists key value maps in an API proxy.