REST Resource: organizations.keyvaluemaps

Resource: KeyValueMap

Collection of key/value string pairs.

JSON representation
{"name":string,"encrypted":boolean,"maskedValues":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 betrue. Apigee X and hybrid do not support unencrypted key value maps.

maskedValues

boolean

Optional. Flag that specifies whether entry values will be masked when returned.

Methods

create

Creates a key value map in an organization.

delete

Deletes a key value map from an organization.

get

Get the key value map scoped to an organization, environment, or API proxy.

list

Lists key value maps in an organization.

update

Update the key value map scoped to an organization, environment, or API proxy.

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-12-17 UTC.