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">Creates a new BeyondCorp Enterprise Subscription in a given organization. Location will always be global as BeyondCorp subscriptions are per organization.</p>
<pre>Creates a new BeyondCorp Enterprise Subscription in a given organization. Location will always be global as BeyondCorp subscriptions are per organization.
101
+
102
+
Args:
103
+
parent: string, Required. The resource name of the subscription location using the form: `organizations/{organization_id}/locations/{location}` (required)
104
+
body: object, The request body.
105
+
The object takes the form of:
106
+
107
+
{ # A BeyondCorp Subscription resource represents BeyondCorp Enterprise Subscription. BeyondCorp Enterprise Subscription enables BeyondCorp Enterprise permium features for an organization.
108
+
"autoRenewEnabled": True or False, # Output only. Represents that, if subscription will renew or end when the term ends.
109
+
"createTime": "A String", # Output only. Create time of the subscription.
110
+
"endTime": "A String", # Output only. End time of the subscription.
111
+
"name": "A String", # Required. Unique resource name of the Subscription. The name is ignored when creating a subscription.
112
+
"seatCount": "A String", # Output only. Number of seats in the subscription.
113
+
"sku": "A String", # Required. SKU of subscription.
114
+
"startTime": "A String", # Output only. Start time of the subscription.
115
+
"state": "A String", # Output only. The current state of the subscription.
116
+
"type": "A String", # Required. Type of subscription.
117
+
}
118
+
119
+
x__xgafv: string, V1 error format.
120
+
Allowed values
121
+
1 - v1 error format
122
+
2 - v2 error format
123
+
124
+
Returns:
125
+
An object of the form:
126
+
127
+
{ # A BeyondCorp Subscription resource represents BeyondCorp Enterprise Subscription. BeyondCorp Enterprise Subscription enables BeyondCorp Enterprise permium features for an organization.
128
+
"autoRenewEnabled": True or False, # Output only. Represents that, if subscription will renew or end when the term ends.
129
+
"createTime": "A String", # Output only. Create time of the subscription.
130
+
"endTime": "A String", # Output only. End time of the subscription.
131
+
"name": "A String", # Required. Unique resource name of the Subscription. The name is ignored when creating a subscription.
132
+
"seatCount": "A String", # Output only. Number of seats in the subscription.
133
+
"sku": "A String", # Required. SKU of subscription.
134
+
"startTime": "A String", # Output only. Start time of the subscription.
135
+
"state": "A String", # Output only. The current state of the subscription.
136
+
"type": "A String", # Required. Type of subscription.
name: string, Required. The resource name of Subscription using the form: `organizations/{organization_id}/locations/{location}/subscriptions/{subscription_id}` (required)
146
+
x__xgafv: string, V1 error format.
147
+
Allowed values
148
+
1 - v1 error format
149
+
2 - v2 error format
150
+
151
+
Returns:
152
+
An object of the form:
153
+
154
+
{ # A BeyondCorp Subscription resource represents BeyondCorp Enterprise Subscription. BeyondCorp Enterprise Subscription enables BeyondCorp Enterprise permium features for an organization.
155
+
"autoRenewEnabled": True or False, # Output only. Represents that, if subscription will renew or end when the term ends.
156
+
"createTime": "A String", # Output only. Create time of the subscription.
157
+
"endTime": "A String", # Output only. End time of the subscription.
158
+
"name": "A String", # Required. Unique resource name of the Subscription. The name is ignored when creating a subscription.
159
+
"seatCount": "A String", # Output only. Number of seats in the subscription.
160
+
"sku": "A String", # Required. SKU of subscription.
161
+
"startTime": "A String", # Output only. Start time of the subscription.
162
+
"state": "A String", # Output only. The current state of the subscription.
163
+
"type": "A String", # Required. Type of subscription.
<pre>Lists Subscriptions in a given organization and location.
170
+
171
+
Args:
172
+
parent: string, Required. The resource name of Subscription using the form: `organizations/{organization_id}/locations/{location}` (required)
173
+
pageSize: integer, Optional. The maximum number of items to return. If not specified, a default value of 50 will be used by the service. Regardless of the page_size value, the response may include a partial list and a caller should only rely on response's next_page_token to determine if there are more instances left to be queried.
174
+
pageToken: string, Optional. The next_page_token value returned from a previous ListSubscriptionsRequest, if any.
175
+
x__xgafv: string, V1 error format.
176
+
Allowed values
177
+
1 - v1 error format
178
+
2 - v2 error format
179
+
180
+
Returns:
181
+
An object of the form:
182
+
183
+
{ # Response message for BeyondCorp.ListSubscriptions.
184
+
"nextPageToken": "A String", # A token to retrieve the next page of results, or empty if there are no more results in the list.
185
+
"subscriptions": [ # A list of BeyondCorp Subscriptions in the organization.
186
+
{ # A BeyondCorp Subscription resource represents BeyondCorp Enterprise Subscription. BeyondCorp Enterprise Subscription enables BeyondCorp Enterprise permium features for an organization.
187
+
"autoRenewEnabled": True or False, # Output only. Represents that, if subscription will renew or end when the term ends.
188
+
"createTime": "A String", # Output only. Create time of the subscription.
189
+
"endTime": "A String", # Output only. End time of the subscription.
190
+
"name": "A String", # Required. Unique resource name of the Subscription. The name is ignored when creating a subscription.
191
+
"seatCount": "A String", # Output only. Number of seats in the subscription.
192
+
"sku": "A String", # Required. SKU of subscription.
193
+
"startTime": "A String", # Output only. Start time of the subscription.
194
+
"state": "A String", # Output only. The current state of the subscription.
195
+
"type": "A String", # Required. Type of subscription.
0 commit comments