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
#### beyondcorp:v1alpha
The following keys were added:
- resources.organizations.resources.locations.resources.subscriptions.methods.patch (Total Keys: 16)
<pclass="firstline">Updates an existing BeyondCorp Enterprise Subscription in a given organization. Location will always be global as BeyondCorp subscriptions are per organization.</p>
<pre>Updates an existing BeyondCorp Enterprise Subscription in a given organization. Location will always be global as BeyondCorp subscriptions are per organization.
221
+
222
+
Args:
223
+
name: string, Required. Unique resource name of the Subscription. The name is ignored when creating a subscription. (required)
224
+
body: object, The request body.
225
+
The object takes the form of:
226
+
227
+
{ # A BeyondCorp Subscription resource represents BeyondCorp Enterprise Subscription. BeyondCorp Enterprise Subscription enables BeyondCorp Enterprise permium features for an organization.
228
+
"autoRenewEnabled": True or False, # Output only. Represents that, if subscription will renew or end when the term ends.
229
+
"createTime": "A String", # Output only. Create time of the subscription.
230
+
"endTime": "A String", # Output only. End time of the subscription.
231
+
"name": "A String", # Required. Unique resource name of the Subscription. The name is ignored when creating a subscription.
232
+
"seatCount": "A String", # Optional. Number of seats in the subscription.
233
+
"sku": "A String", # Required. SKU of subscription.
234
+
"startTime": "A String", # Output only. Start time of the subscription.
235
+
"state": "A String", # Output only. The current state of the subscription.
236
+
"type": "A String", # Required. Type of subscription.
237
+
}
238
+
239
+
requestId: string, Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
240
+
updateMask: string, Required. Field mask is used to specify the fields to be overwritten in the Subscription resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all mutable fields will be overwritten. Mutable fields: type, state.
241
+
x__xgafv: string, V1 error format.
242
+
Allowed values
243
+
1 - v1 error format
244
+
2 - v2 error format
245
+
246
+
Returns:
247
+
An object of the form:
248
+
249
+
{ # A BeyondCorp Subscription resource represents BeyondCorp Enterprise Subscription. BeyondCorp Enterprise Subscription enables BeyondCorp Enterprise permium features for an organization.
250
+
"autoRenewEnabled": True or False, # Output only. Represents that, if subscription will renew or end when the term ends.
251
+
"createTime": "A String", # Output only. Create time of the subscription.
252
+
"endTime": "A String", # Output only. End time of the subscription.
253
+
"name": "A String", # Required. Unique resource name of the Subscription. The name is ignored when creating a subscription.
254
+
"seatCount": "A String", # Optional. Number of seats in the subscription.
255
+
"sku": "A String", # Required. SKU of subscription.
256
+
"startTime": "A String", # Output only. Start time of the subscription.
257
+
"state": "A String", # Output only. The current state of the subscription.
258
+
"type": "A String", # Required. Type of subscription.
"description": "Updates an existing BeyondCorp Enterprise Subscription in a given organization. Location will always be global as BeyondCorp subscriptions are per organization.",
"description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
1307
+
"location": "query",
1308
+
"type": "string"
1309
+
},
1310
+
"updateMask": {
1311
+
"description": "Required. Field mask is used to specify the fields to be overwritten in the Subscription resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all mutable fields will be overwritten. Mutable fields: type, state.",
0 commit comments