7 files changed

+127
-45
lines changed
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ <h3>Method Details</h3>
381381
An object of the form:
382382

383383
{ # Response containing resource names of the DeviceUsers associated with the caller&#x27;s credentials.
384-
&quot;customer&quot;: &quot;A String&quot;, # The obfuscated customer Id that may be passed back to other Devices API methods such as List, Get, etc.
384+
&quot;customer&quot;: &quot;A String&quot;, # The customer resource name that may be passed back to other Devices API methods such as List, Get, etc.
385385
&quot;names&quot;: [ # [Resource names](https://cloud.google.com/apis/design/resource_names) of the DeviceUsers in the format: `devices/{device}/deviceUsers/{user_resource}`, where device is the unique ID assigned to a Device and user_resource is the unique user ID
386386
&quot;A String&quot;,
387387
],
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ <h3>Method Details</h3>
153153
&quot;a_key&quot;: &quot;A String&quot;,
154154
},
155155
&quot;name&quot;: &quot;A String&quot;, # Output only. The [resource name](https://cloud.google.com/apis/design/resource_names) of the `Group`. Shall be of the form `groups/{group}`.
156-
&quot;parent&quot;: &quot;A String&quot;, # Required. Immutable. The resource name of the entity under which this `Group` resides in the Cloud Identity resource hierarchy. Must be of the form `identitysources/{identity_source}` for external- identity-mapped groups or `customers/{customer}` for Google Groups. The `customer` must begin with &quot;C&quot; (for example, &#x27;C046psxkn&#x27;).
156+
&quot;parent&quot;: &quot;A String&quot;, # Required. Immutable. The resource name of the entity under which this `Group` resides in the Cloud Identity resource hierarchy. Must be of the form `identitysources/{identity_source}` for external [identity-mapped groups](https://support.google.com/a/answer/9039510) or `customers/{customer_id}` for Google Groups. The `customer_id` must begin with &quot;C&quot; (for example, &#x27;C046psxkn&#x27;). [Find your customer ID.] (https://support.google.com/cloudidentity/answer/10070793)
157157
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time when the `Group` was last updated.
158158
}
159159

@@ -264,7 +264,7 @@ <h3>Method Details</h3>
264264
&quot;a_key&quot;: &quot;A String&quot;,
265265
},
266266
&quot;name&quot;: &quot;A String&quot;, # Output only. The [resource name](https://cloud.google.com/apis/design/resource_names) of the `Group`. Shall be of the form `groups/{group}`.
267-
&quot;parent&quot;: &quot;A String&quot;, # Required. Immutable. The resource name of the entity under which this `Group` resides in the Cloud Identity resource hierarchy. Must be of the form `identitysources/{identity_source}` for external- identity-mapped groups or `customers/{customer}` for Google Groups. The `customer` must begin with &quot;C&quot; (for example, &#x27;C046psxkn&#x27;).
267+
&quot;parent&quot;: &quot;A String&quot;, # Required. Immutable. The resource name of the entity under which this `Group` resides in the Cloud Identity resource hierarchy. Must be of the form `identitysources/{identity_source}` for external [identity-mapped groups](https://support.google.com/a/answer/9039510) or `customers/{customer_id}` for Google Groups. The `customer_id` must begin with &quot;C&quot; (for example, &#x27;C046psxkn&#x27;). [Find your customer ID.] (https://support.google.com/cloudidentity/answer/10070793)
268268
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time when the `Group` was last updated.
269269
}</pre>
270270
</div>
@@ -302,7 +302,7 @@ <h3>Method Details</h3>
302302
Args:
303303
pageSize: integer, The maximum number of results to return. Note that the number of results returned may be less than this value even if there are more available results. To fetch all results, clients must continue calling this method repeatedly until the response no longer contains a `next_page_token`. If unspecified, defaults to 200 for `View.BASIC` and to 50 for `View.FULL`. Must not be greater than 1000 for `View.BASIC` or 500 for `View.FULL`.
304304
pageToken: string, The `next_page_token` value returned from a previous list request, if any.
305-
parent: string, Required. The parent resource under which to list all `Group` resources. Must be of the form `identitysources/{identity_source}` for external- identity-mapped groups or `customers/{customer}` for Google Groups. The `customer` must begin with &quot;C&quot; (for example, &#x27;C046psxkn&#x27;).
305+
parent: string, Required. The parent resource under which to list all `Group` resources. Must be of the form `identitysources/{identity_source}` for external- identity-mapped groups or `customers/{customer_id}` for Google Groups. The `customer_id` must begin with &quot;C&quot; (for example, &#x27;C046psxkn&#x27;). [Find your customer ID.] (https://support.google.com/cloudidentity/answer/10070793)
306306
view: string, The level of detail to be returned. If unspecified, defaults to `View.BASIC`.
307307
Allowed values
308308
VIEW_UNSPECIFIED - Default. Should not be used.
@@ -342,7 +342,7 @@ <h3>Method Details</h3>
342342
&quot;a_key&quot;: &quot;A String&quot;,
343343
},
344344
&quot;name&quot;: &quot;A String&quot;, # Output only. The [resource name](https://cloud.google.com/apis/design/resource_names) of the `Group`. Shall be of the form `groups/{group}`.
345-
&quot;parent&quot;: &quot;A String&quot;, # Required. Immutable. The resource name of the entity under which this `Group` resides in the Cloud Identity resource hierarchy. Must be of the form `identitysources/{identity_source}` for external- identity-mapped groups or `customers/{customer}` for Google Groups. The `customer` must begin with &quot;C&quot; (for example, &#x27;C046psxkn&#x27;).
345+
&quot;parent&quot;: &quot;A String&quot;, # Required. Immutable. The resource name of the entity under which this `Group` resides in the Cloud Identity resource hierarchy. Must be of the form `identitysources/{identity_source}` for external [identity-mapped groups](https://support.google.com/a/answer/9039510) or `customers/{customer_id}` for Google Groups. The `customer_id` must begin with &quot;C&quot; (for example, &#x27;C046psxkn&#x27;). [Find your customer ID.] (https://support.google.com/cloudidentity/answer/10070793)
346346
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time when the `Group` was last updated.
347347
},
348348
],
@@ -417,7 +417,7 @@ <h3>Method Details</h3>
417417
&quot;a_key&quot;: &quot;A String&quot;,
418418
},
419419
&quot;name&quot;: &quot;A String&quot;, # Output only. The [resource name](https://cloud.google.com/apis/design/resource_names) of the `Group`. Shall be of the form `groups/{group}`.
420-
&quot;parent&quot;: &quot;A String&quot;, # Required. Immutable. The resource name of the entity under which this `Group` resides in the Cloud Identity resource hierarchy. Must be of the form `identitysources/{identity_source}` for external- identity-mapped groups or `customers/{customer}` for Google Groups. The `customer` must begin with &quot;C&quot; (for example, &#x27;C046psxkn&#x27;).
420+
&quot;parent&quot;: &quot;A String&quot;, # Required. Immutable. The resource name of the entity under which this `Group` resides in the Cloud Identity resource hierarchy. Must be of the form `identitysources/{identity_source}` for external [identity-mapped groups](https://support.google.com/a/answer/9039510) or `customers/{customer_id}` for Google Groups. The `customer_id` must begin with &quot;C&quot; (for example, &#x27;C046psxkn&#x27;). [Find your customer ID.] (https://support.google.com/cloudidentity/answer/10070793)
421421
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time when the `Group` was last updated.
422422
}
423423

@@ -458,7 +458,7 @@ <h3>Method Details</h3>
458458
Args:
459459
pageSize: integer, The maximum number of results to return. Note that the number of results returned may be less than this value even if there are more available results. To fetch all results, clients must continue calling this method repeatedly until the response no longer contains a `next_page_token`. If unspecified, defaults to 200 for `GroupView.BASIC` and 50 for `GroupView.FULL`. Must not be greater than 1000 for `GroupView.BASIC` or 500 for `GroupView.FULL`.
460460
pageToken: string, The `next_page_token` value returned from a previous search request, if any.
461-
query: string, Required. The search query. Must be specified in [Common Expression Language](https://opensource.google/projects/cel). May only contain equality operators on the parent and inclusion operators on labels (e.g., `parent == &#x27;customers/{customer}&#x27; &amp;&amp; &#x27;cloudidentity.googleapis.com/groups.discussion_forum&#x27; in labels`). The `customer` must begin with &quot;C&quot; (for example, &#x27;C046psxkn&#x27;).
461+
query: string, Required. The search query. Must be specified in [Common Expression Language](https://opensource.google/projects/cel). May only contain equality operators on the parent and inclusion operators on labels (e.g., `parent == &#x27;customers/{customer_id}&#x27; &amp;&amp; &#x27;cloudidentity.googleapis.com/groups.discussion_forum&#x27; in labels`). The `customer_id` must begin with &quot;C&quot; (for example, &#x27;C046psxkn&#x27;). [Find your customer ID.] (https://support.google.com/cloudidentity/answer/10070793)
462462
view: string, The level of detail to be returned. If unspecified, defaults to `View.BASIC`.
463463
Allowed values
464464
VIEW_UNSPECIFIED - Default. Should not be used.
@@ -498,7 +498,7 @@ <h3>Method Details</h3>
498498
&quot;a_key&quot;: &quot;A String&quot;,
499499
},
500500
&quot;name&quot;: &quot;A String&quot;, # Output only. The [resource name](https://cloud.google.com/apis/design/resource_names) of the `Group`. Shall be of the form `groups/{group}`.
501-
&quot;parent&quot;: &quot;A String&quot;, # Required. Immutable. The resource name of the entity under which this `Group` resides in the Cloud Identity resource hierarchy. Must be of the form `identitysources/{identity_source}` for external- identity-mapped groups or `customers/{customer}` for Google Groups. The `customer` must begin with &quot;C&quot; (for example, &#x27;C046psxkn&#x27;).
501+
&quot;parent&quot;: &quot;A String&quot;, # Required. Immutable. The resource name of the entity under which this `Group` resides in the Cloud Identity resource hierarchy. Must be of the form `identitysources/{identity_source}` for external [identity-mapped groups](https://support.google.com/a/answer/9039510) or `customers/{customer_id}` for Google Groups. The `customer_id` must begin with &quot;C&quot; (for example, &#x27;C046psxkn&#x27;). [Find your customer ID.] (https://support.google.com/cloudidentity/answer/10070793)
502502
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time when the `Group` was last updated.
503503
},
504504
],
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,13 @@ <h2>Instance Methods</h2>
9292
<code><a href="#close">close()</a></code></p>
9393
<p class="firstline">Close httplib2 connections.</p>
9494
<p class="toc_element">
95-
<code><a href="#delete">delete(name, x__xgafv=None)</a></code></p>
95+
<code><a href="#delete">delete(name, customer=None, x__xgafv=None)</a></code></p>
9696
<p class="firstline">Deletes the specified DeviceUser. This also revokes the user's access to device data.</p>
9797
<p class="toc_element">
98-
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
98+
<code><a href="#get">get(name, customer=None, x__xgafv=None)</a></code></p>
9999
<p class="firstline">Retrieves the specified DeviceUser</p>
100100
<p class="toc_element">
101-
<code><a href="#list">list(parent, filter=None, orderBy=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
101+
<code><a href="#list">list(parent, customer=None, filter=None, orderBy=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
102102
<p class="firstline">Lists/Searches DeviceUsers.</p>
103103
<p class="toc_element">
104104
<code><a href="#list_next">list_next()</a></code></p>
@@ -123,6 +123,7 @@ <h3>Method Details</h3>
123123
The object takes the form of:
124124

125125
{ # Request message for approving the device to access user data.
126+
&quot;customer&quot;: &quot;A String&quot;, # Optional. [Resource name](https://cloud.google.com/apis/design/resource_names) of the customer. If you&#x27;re using this API for your own organization, use `customers/my_customer` If you&#x27;re using this API to manage another organization, use `customers/{customer_id}`, where customer_id is the customer to whom the device belongs.
126127
}
127128

128129
x__xgafv: string, V1 error format.
@@ -164,6 +165,7 @@ <h3>Method Details</h3>
164165
The object takes the form of:
165166

166167
{ # Request message for blocking account on device.
168+
&quot;customer&quot;: &quot;A String&quot;, # Optional. [Resource name](https://cloud.google.com/apis/design/resource_names) of the customer. If you&#x27;re using this API for your own organization, use `customers/my_customer` If you&#x27;re using this API to manage another organization, use `customers/{customer_id}`, where customer_id is the customer to whom the device belongs.
167169
}
168170

169171
x__xgafv: string, V1 error format.
@@ -205,6 +207,7 @@ <h3>Method Details</h3>
205207
The object takes the form of:
206208

207209
{ # Request message for cancelling an unfinished user account wipe.
210+
&quot;customer&quot;: &quot;A String&quot;, # Optional. [Resource name](https://cloud.google.com/apis/design/resource_names) of the customer. If you&#x27;re using this API for your own organization, use `customers/my_customer` If you&#x27;re using this API to manage another organization, use `customers/{customer_id}`, where customer_id is the customer to whom the device belongs.
208211
}
209212

210213
x__xgafv: string, V1 error format.
@@ -242,11 +245,12 @@ <h3>Method Details</h3>
242245
</div>
243246

244247
<div class="method">
245-
<code class="details" id="delete">delete(name, x__xgafv=None)</code>
248+
<code class="details" id="delete">delete(name, customer=None, x__xgafv=None)</code>
246249
<pre>Deletes the specified DeviceUser. This also revokes the user&#x27;s access to device data.
247250

248251
Args:
249252
name: string, Required. [Resource name](https://cloud.google.com/apis/design/resource_names) of the Device in format: `devices/{device_id}/deviceUsers/{device_user_id}`, where device_id is the unique ID assigned to the Device, and device_user_id is the unique ID assigned to the User. (required)
253+
customer: string, Optional. [Resource name](https://cloud.google.com/apis/design/resource_names) of the customer. If you&#x27;re using this API for your own organization, use `customers/my_customer` If you&#x27;re using this API to manage another organization, use `customers/{customer_id}`, where customer_id is the customer to whom the device belongs.
250254
x__xgafv: string, V1 error format.
251255
Allowed values
252256
1 - v1 error format
@@ -277,11 +281,12 @@ <h3>Method Details</h3>
277281
</div>
278282

279283
<div class="method">
280-
<code class="details" id="get">get(name, x__xgafv=None)</code>
284+
<code class="details" id="get">get(name, customer=None, x__xgafv=None)</code>
281285
<pre>Retrieves the specified DeviceUser
282286

283287
Args:
284288
name: string, Required. [Resource name](https://cloud.google.com/apis/design/resource_names) of the Device in format: `devices/{device_id}/deviceUsers/{device_user_id}`, where device_id is the unique ID assigned to the Device, and device_user_id is the unique ID assigned to the User. (required)
289+
customer: string, Optional. [Resource name](https://cloud.google.com/apis/design/resource_names) of the customer. If you&#x27;re using this API for your own organization, use `customers/my_customer` If you&#x27;re using this API to manage another organization, use `customers/{customer_id}`, where customer_id is the customer to whom the device belongs.
285290
x__xgafv: string, V1 error format.
286291
Allowed values
287292
1 - v1 error format
@@ -305,11 +310,12 @@ <h3>Method Details</h3>
305310
</div>
306311

307312
<div class="method">
308-
<code class="details" id="list">list(parent, filter=None, orderBy=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
313+
<code class="details" id="list">list(parent, customer=None, filter=None, orderBy=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
309314
<pre>Lists/Searches DeviceUsers.
310315

311316
Args:
312317
parent: string, Required. To list all DeviceUsers, set this to &quot;devices/-&quot;. To list all DeviceUsers owned by a device, set this to the resource name of the device. Format: devices/{device} (required)
318+
customer: string, Optional. [Resource name](https://cloud.google.com/apis/design/resource_names) of the customer. If you&#x27;re using this API for your own organization, use `customers/my_customer` If you&#x27;re using this API to manage another organization, use `customers/{customer_id}`, where customer_id is the customer to whom the device belongs.
313319
filter: string, Optional. Additional restrictions when fetching list of devices. For a list of search fields, refer to [Mobile device search fields](https://developers.google.com/admin-sdk/directory/v1/search-operators). Multiple search fields are separated by the space character.
314320
orderBy: string, Optional. Order specification for devices in the response.
315321
pageSize: integer, Optional. The maximum number of DeviceUsers to return. If unspecified, at most 5 DeviceUsers will be returned. The maximum value is 20; values above 20 will be coerced to 20.
@@ -375,7 +381,7 @@ <h3>Method Details</h3>
375381
An object of the form:
376382

377383
{ # Response containing resource names of the DeviceUsers associated with the caller&#x27;s credentials.
378-
&quot;customer&quot;: &quot;A String&quot;, # The obfuscated customer Id that may be passed back to other Devices API methods such as List, Get, etc.
384+
&quot;customer&quot;: &quot;A String&quot;, # The customer Id that may be passed back to other Devices API methods such as List, Get, etc.
379385
&quot;names&quot;: [ # [Resource names](https://cloud.google.com/apis/design/resource_names) of the DeviceUsers in the format: `devices/{device_id}/deviceUsers/{user_resource_id}`, where device_id is the unique ID assigned to a Device and user_resource_id is the unique user ID
380386
&quot;A String&quot;,
381387
],
@@ -407,6 +413,7 @@ <h3>Method Details</h3>
407413
The object takes the form of:
408414

409415
{ # Request message for starting an account wipe on device.
416+
&quot;customer&quot;: &quot;A String&quot;, # Optional. [Resource name](https://cloud.google.com/apis/design/resource_names) of the customer. If you&#x27;re using this API for your own organization, use `customers/my_customer` If you&#x27;re using this API to manage another organization, use `customers/{customer_id}`, where customer_id is the customer to whom the device belongs.
410417
}
411418

412419
x__xgafv: string, V1 error format.

0 commit comments

Comments
 (0)