You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<pclass="firstline">Deletes a key value entry from a key value map scoped to an organization, environment, or API proxy. **Note:** After you delete the key value entry, the policy consuming the entry will continue to function with its cached values for a few minutes. This is expected behavior.</p>
<pre>Creates key value entries in a key value map scoped to an organization, environment, or API proxy.
104
+
105
+
Args:
106
+
parent: string, Required. Scope as indicated by the URI in which to create the key value map entry. Use **one** of the following structures in your request: * `organizations/{organization}/apis/{api}/keyvaluemaps/{keyvaluemap}`. * `organizations/{organization}/environments/{environment}/keyvaluemaps/{keyvaluemap}` * `organizations/{organization}/keyvaluemaps/{keyvaluemap}`. (required)
107
+
body: object, The request body.
108
+
The object takes the form of:
109
+
110
+
{ # Key value map pair where the value represents the data associated with the corresponding key.
111
+
"name": "A String", # Resource URI that can be used to identify the scope of the key value map entries.
112
+
"value": "A String", # Required. Data or payload that is being retrieved and associated with the unique key.
113
+
}
114
+
115
+
x__xgafv: string, V1 error format.
116
+
Allowed values
117
+
1 - v1 error format
118
+
2 - v2 error format
119
+
120
+
Returns:
121
+
An object of the form:
122
+
123
+
{ # Key value map pair where the value represents the data associated with the corresponding key.
124
+
"name": "A String", # Resource URI that can be used to identify the scope of the key value map entries.
125
+
"value": "A String", # Required. Data or payload that is being retrieved and associated with the unique key.
<pre>Deletes a key value entry from a key value map scoped to an organization, environment, or API proxy. **Note:** After you delete the key value entry, the policy consuming the entry will continue to function with its cached values for a few minutes. This is expected behavior.
132
+
133
+
Args:
134
+
name: string, Required. Scope as indicated by the URI in which to delete the key value map entry. Use **one** of the following structures in your request: * `organizations/{organization}/apis/{api}/keyvaluemaps/{keyvaluemap}/entries/{entry}`. * `organizations/{organization}/environments/{environment}/keyvaluemaps/{keyvaluemap}/entries/{entry}` * `organizations/{organization}/keyvaluemaps/{keyvaluemap}/entries/{entry}`. (required)
135
+
x__xgafv: string, V1 error format.
136
+
Allowed values
137
+
1 - v1 error format
138
+
2 - v2 error format
139
+
140
+
Returns:
141
+
An object of the form:
142
+
143
+
{ # Key value map pair where the value represents the data associated with the corresponding key.
144
+
"name": "A String", # Resource URI that can be used to identify the scope of the key value map entries.
145
+
"value": "A String", # Required. Data or payload that is being retrieved and associated with the unique key.
<pre>Get the Key value entry value for org, env or apis scoped Key value map.
152
+
153
+
Args:
154
+
name: string, Required. Scope as indicated by the URI in which to fetch the key value map entry/value. Use **one** of the following structures in your request: * `organizations/{organization}/apis/{api}/keyvaluemaps/{keyvaluemap}/entries/{entry}`. * `organizations/{organization}/environments/{environment}/keyvaluemaps/{keyvaluemap}/entries/{entry}` * `organizations/{organization}/keyvaluemaps/{keyvaluemap}/entries/{entry}`. (required)
155
+
x__xgafv: string, V1 error format.
156
+
Allowed values
157
+
1 - v1 error format
158
+
2 - v2 error format
159
+
160
+
Returns:
161
+
An object of the form:
162
+
163
+
{ # Key value map pair where the value represents the data associated with the corresponding key.
164
+
"name": "A String", # Resource URI that can be used to identify the scope of the key value map entries.
165
+
"value": "A String", # Required. Data or payload that is being retrieved and associated with the unique key.
<pre>Lists key value entries for key values maps scoped to an organization, environment, or API proxy.
172
+
173
+
Args:
174
+
parent: string, Required. Scope as indicated by the URI in which to list key value maps. Use **one** of the following structures in your request: * `organizations/{organization}/apis/{api}/keyvaluemaps/{keyvaluemap}`. * `organizations/{organization}/environments/{environment}/keyvaluemaps/{keyvaluemap}` * `organizations/{organization}/keyvaluemaps/{keyvaluemap}`. (required)
175
+
pageSize: integer, Optional. Maximum number of key value entries to return. If unspecified, at most 100 entries will be returned.
176
+
pageToken: string, Optional. Page token. If provides, must be a valid key value entry returned from a previous call that can be used to retrieve the next page.
177
+
x__xgafv: string, V1 error format.
178
+
Allowed values
179
+
1 - v1 error format
180
+
2 - v2 error format
181
+
182
+
Returns:
183
+
An object of the form:
184
+
185
+
{ # The request structure for listing Key value map keys and its corrresponding values.
186
+
"keyValueEntries": [ # One or more key value map keys and values.
187
+
{ # Key value map pair where the value represents the data associated with the corresponding key.
188
+
"name": "A String", # Resource URI that can be used to identify the scope of the key value map entries.
189
+
"value": "A String", # Required. Data or payload that is being retrieved and associated with the unique key.
190
+
},
191
+
],
192
+
"nextPageToken": "A String", # Token that can be sent as `next_page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
"encrypted": True or False, # Optional. Flag that specifies whether entry values will be encrypted. Enable to encrypt entry values.
107
+
"encrypted": True or False, # Optional. Flag that specifies whether entry values will be encrypted. You must set this value to `true`. Apigee X and hybrid do not support unencrytped key value maps.
103
108
"name": "A String", # Required. ID of the key value map.
104
109
}
105
110
@@ -112,7 +117,7 @@ <h3>Method Details</h3>
112
117
An object of the form:
113
118
114
119
{ # Collection of key/value string pairs.
115
-
"encrypted": True or False, # Optional. Flag that specifies whether entry values will be encrypted. Enable to encrypt entry values.
120
+
"encrypted": True or False, # Optional. Flag that specifies whether entry values will be encrypted. You must set this value to `true`. Apigee X and hybrid do not support unencrytped key value maps.
116
121
"name": "A String", # Required. ID of the key value map.
117
122
}</pre>
118
123
</div>
@@ -132,7 +137,7 @@ <h3>Method Details</h3>
132
137
An object of the form:
133
138
134
139
{ # Collection of key/value string pairs.
135
-
"encrypted": True or False, # Optional. Flag that specifies whether entry values will be encrypted. Enable to encrypt entry values.
140
+
"encrypted": True or False, # Optional. Flag that specifies whether entry values will be encrypted. You must set this value to `true`. Apigee X and hybrid do not support unencrytped key value maps.
136
141
"name": "A String", # Required. ID of the key value map.
<pclass="firstline">Deletes an environment from an organization.</p>
165
+
<pclass="firstline">Deletes an environment from an organization. **Note**: You must delete all key value maps and key value entries before you can delete an environment.</p>
<pre>Deletes an environment from an organization. **Note**: You must delete all key value maps and key value entries before you can delete an environment.
272
272
273
273
Args:
274
274
name: string, Required. Name of the environment. Use the following structure in your request: `organizations/{org}/environments/{env}` (required)
0 commit comments