Resource: KeyValueMap
Collection of key/value string pairs.
| JSON representation |
|---|
{ "name": string, "encrypted": boolean, "maskedValues": boolean } |
| Fields | |
|---|---|
name |
Required. ID of the key value map. |
encrypted |
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 |
maskedValues |
Optional. Flag that specifies whether entry values will be masked when returned. |
Methods |
|
|---|---|
|
Creates a key value map in an organization. |
|
Deletes a key value map from an organization. |
|
Get the key value map scoped to an organization, environment, or API proxy. |
|
Lists key value maps in an organization. |
|
Update the key value map scoped to an organization, environment, or API proxy. |