Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/dyn/admin_directory_v1.domainAliases.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ <h3>Method Details</h3>
<pre>Retrieves a domain alias of the customer.

Args:
customer: string, Immutable ID of the Google Workspace account. (required)
customer: string, The unique ID for the customer&#x27;s Google Workspace account. In case of a multi-domain account, to fetch all groups for a customer, use this field instead of `domain`. You can also use the `my_customer` alias to represent your account&#x27;s `customerId`. The `customerId` is also returned as part of the [Users](/admin-sdk/directory/v1/reference/users) resource. You must provide either the `customer` or the `domain` parameter. (required)
domainAliasName: string, Name of domain alias to be retrieved. (required)
x__xgafv: string, V1 error format.
Allowed values
Expand Down Expand Up @@ -175,7 +175,7 @@ <h3>Method Details</h3>
<pre>Lists the domain aliases of the customer.

Args:
customer: string, Immutable ID of the Google Workspace account. (required)
customer: string, The unique ID for the customer&#x27;s Google Workspace account. In case of a multi-domain account, to fetch all groups for a customer, use this field instead of `domain`. You can also use the `my_customer` alias to represent your account&#x27;s `customerId`. The `customerId` is also returned as part of the [Users](/admin-sdk/directory/v1/reference/users) resource. You must provide either the `customer` or the `domain` parameter. (required)
parentDomainName: string, Name of the parent domain for which domain aliases are to be fetched.
x__xgafv: string, V1 error format.
Allowed values
Expand Down
4 changes: 2 additions & 2 deletions docs/dyn/admin_directory_v1.domains.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ <h3>Method Details</h3>
<pre>Retrieves a domain of the customer.

Args:
customer: string, Immutable ID of the Google Workspace account. (required)
customer: string, The unique ID for the customer&#x27;s Google Workspace account. In case of a multi-domain account, to fetch all groups for a customer, use this field instead of `domain`. You can also use the `my_customer` alias to represent your account&#x27;s `customerId`. The `customerId` is also returned as part of the [Users](/admin-sdk/directory/v1/reference/users) resource. You must provide either the `customer` or the `domain` parameter. (required)
domainName: string, Name of domain to be retrieved (required)
x__xgafv: string, V1 error format.
Allowed values
Expand Down Expand Up @@ -205,7 +205,7 @@ <h3>Method Details</h3>
<pre>Lists the domains of the customer.

Args:
customer: string, Immutable ID of the Google Workspace account. (required)
customer: string, The unique ID for the customer&#x27;s Google Workspace account. In case of a multi-domain account, to fetch all groups for a customer, use this field instead of `domain`. You can also use the `my_customer` alias to represent your account&#x27;s `customerId`. The `customerId` is also returned as part of the [Users](/admin-sdk/directory/v1/reference/users) resource. You must provide either the `customer` or the `domain` parameter. (required)
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
Expand Down
2 changes: 1 addition & 1 deletion docs/dyn/admin_directory_v1.groups.html
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ <h3>Method Details</h3>
<pre>Retrieves all groups of a domain or of a user given a userKey (paginated).

Args:
customer: string, The unique ID for the customer&#x27;s Google Workspace account. In case of a multi-domain account, to fetch all groups for a customer, fill in this field instead of `domain`. You can also use the `my_customer` alias to represent your account&#x27;s `customerId`. The `customerId` is also returned as part of the [Users](/admin-sdk/directory/v1/reference/users) resource. Either the `customer` or the `domain` parameter must be provided.
customer: string, The unique ID for the customer&#x27;s Google Workspace account. In case of a multi-domain account, to fetch all groups for a customer, use this field instead of `domain`. You can also use the `my_customer` alias to represent your account&#x27;s `customerId`. The `customerId` is also returned as part of the [Users](/admin-sdk/directory/v1/reference/users) resource. You must provide either the `customer` or the `domain` parameter.
domain: string, The domain name. Use this field to get groups from only one domain. To return all domains for a customer account, use the `customer` query parameter instead.
maxResults: integer, Maximum number of results to return. Max allowed value is 200.
orderBy: string, Column to use for sorting results
Expand Down
4 changes: 2 additions & 2 deletions docs/dyn/admin_directory_v1.members.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ <h2>Instance Methods</h2>
<p class="firstline">Adds a user to the specified group.</p>
<p class="toc_element">
<code><a href="#list">list(groupKey, includeDerivedMembership=None, maxResults=None, pageToken=None, roles=None, x__xgafv=None)</a></code></p>
<p class="firstline">Retrieves a paginated list of all members in a group.</p>
<p class="firstline">Retrieves a paginated list of all members in a group. This method times out after 60 minutes. For more information, see [Troubleshoot error codes](https://developers.google.com/admin-sdk/directory/v1/guides/troubleshoot-error-codes).</p>
<p class="toc_element">
<code><a href="#list_next">list_next()</a></code></p>
<p class="firstline">Retrieves the next page of results.</p>
Expand Down Expand Up @@ -210,7 +210,7 @@ <h3>Method Details</h3>

<div class="method">
<code class="details" id="list">list(groupKey, includeDerivedMembership=None, maxResults=None, pageToken=None, roles=None, x__xgafv=None)</code>
<pre>Retrieves a paginated list of all members in a group.
<pre>Retrieves a paginated list of all members in a group. This method times out after 60 minutes. For more information, see [Troubleshoot error codes](https://developers.google.com/admin-sdk/directory/v1/guides/troubleshoot-error-codes).

Args:
groupKey: string, Identifies the group in the API request. The value can be the group&#x27;s email address, group alias, or the unique group ID. (required)
Expand Down
4 changes: 2 additions & 2 deletions docs/dyn/admin_directory_v1.mobiledevices.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ <h2>Instance Methods</h2>
<p class="firstline">Retrieves a mobile device's properties.</p>
<p class="toc_element">
<code><a href="#list">list(customerId, maxResults=None, orderBy=None, pageToken=None, projection=None, query=None, sortOrder=None, x__xgafv=None)</a></code></p>
<p class="firstline">Retrieves a paginated list of all user-owned mobile devices for an account. To retrieve a list that includes company-owned devices, use the Cloud Identity [Devices API](https://cloud.google.com/identity/docs/concepts/overview-devices) instead.</p>
<p class="firstline">Retrieves a paginated list of all user-owned mobile devices for an account. To retrieve a list that includes company-owned devices, use the Cloud Identity [Devices API](https://cloud.google.com/identity/docs/concepts/overview-devices) instead. This method times out after 60 minutes. For more information, see [Troubleshoot error codes](https://developers.google.com/admin-sdk/directory/v1/guides/troubleshoot-error-codes).</p>
<p class="toc_element">
<code><a href="#list_next">list_next()</a></code></p>
<p class="firstline">Retrieves the next page of results.</p>
Expand Down Expand Up @@ -214,7 +214,7 @@ <h3>Method Details</h3>

<div class="method">
<code class="details" id="list">list(customerId, maxResults=None, orderBy=None, pageToken=None, projection=None, query=None, sortOrder=None, x__xgafv=None)</code>
<pre>Retrieves a paginated list of all user-owned mobile devices for an account. To retrieve a list that includes company-owned devices, use the Cloud Identity [Devices API](https://cloud.google.com/identity/docs/concepts/overview-devices) instead.
<pre>Retrieves a paginated list of all user-owned mobile devices for an account. To retrieve a list that includes company-owned devices, use the Cloud Identity [Devices API](https://cloud.google.com/identity/docs/concepts/overview-devices) instead. This method times out after 60 minutes. For more information, see [Troubleshoot error codes](https://developers.google.com/admin-sdk/directory/v1/guides/troubleshoot-error-codes).

Args:
customerId: string, The unique ID for the customer&#x27;s Google Workspace account. As an account administrator, you can also use the `my_customer` alias to represent your account&#x27;s `customerId`. The `customerId` is also returned as part of the [Users resource](/admin-sdk/directory/v1/reference/users). (required)
Expand Down
2 changes: 1 addition & 1 deletion docs/dyn/admin_directory_v1.privileges.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ <h3>Method Details</h3>
<pre>Retrieves a paginated list of all privileges for a customer.

Args:
customer: string, Immutable ID of the Google Workspace account. (required)
customer: string, The unique ID for the customer&#x27;s Google Workspace account. In case of a multi-domain account, to fetch all groups for a customer, use this field instead of `domain`. You can also use the `my_customer` alias to represent your account&#x27;s `customerId`. The `customerId` is also returned as part of the [Users](/admin-sdk/directory/v1/reference/users) resource. You must provide either the `customer` or the `domain` parameter. (required)
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
Expand Down
4 changes: 2 additions & 2 deletions docs/dyn/admin_directory_v1.roleAssignments.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ <h3>Method Details</h3>
<pre>Retrieves a role assignment.

Args:
customer: string, Immutable ID of the Google Workspace account. (required)
customer: string, The unique ID for the customer&#x27;s Google Workspace account. In case of a multi-domain account, to fetch all groups for a customer, use this field instead of `domain`. You can also use the `my_customer` alias to represent your account&#x27;s `customerId`. The `customerId` is also returned as part of the [Users](/admin-sdk/directory/v1/reference/users) resource. You must provide either the `customer` or the `domain` parameter. (required)
roleAssignmentId: string, Immutable ID of the role assignment. (required)
x__xgafv: string, V1 error format.
Allowed values
Expand Down Expand Up @@ -181,7 +181,7 @@ <h3>Method Details</h3>
<pre>Retrieves a paginated list of all roleAssignments.

Args:
customer: string, Immutable ID of the Google Workspace account. (required)
customer: string, The unique ID for the customer&#x27;s Google Workspace account. In case of a multi-domain account, to fetch all groups for a customer, use this field instead of `domain`. You can also use the `my_customer` alias to represent your account&#x27;s `customerId`. The `customerId` is also returned as part of the [Users](/admin-sdk/directory/v1/reference/users) resource. You must provide either the `customer` or the `domain` parameter. (required)
maxResults: integer, Maximum number of results to return.
pageToken: string, Token to specify the next page in the list.
roleId: string, Immutable ID of a role. If included in the request, returns only role assignments containing this role ID.
Expand Down
4 changes: 2 additions & 2 deletions docs/dyn/admin_directory_v1.roles.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ <h3>Method Details</h3>
<pre>Retrieves a role.

Args:
customer: string, Immutable ID of the Google Workspace account. (required)
customer: string, The unique ID for the customer&#x27;s Google Workspace account. In case of a multi-domain account, to fetch all groups for a customer, use this field instead of `domain`. You can also use the `my_customer` alias to represent your account&#x27;s `customerId`. The `customerId` is also returned as part of the [Users](/admin-sdk/directory/v1/reference/users) resource. You must provide either the `customer` or the `domain` parameter. (required)
roleId: string, Immutable ID of the role. (required)
x__xgafv: string, V1 error format.
Allowed values
Expand Down Expand Up @@ -205,7 +205,7 @@ <h3>Method Details</h3>
<pre>Retrieves a paginated list of all the roles in a domain.

Args:
customer: string, Immutable ID of the Google Workspace account. (required)
customer: string, The unique ID for the customer&#x27;s Google Workspace account. In case of a multi-domain account, to fetch all groups for a customer, use this field instead of `domain`. You can also use the `my_customer` alias to represent your account&#x27;s `customerId`. The `customerId` is also returned as part of the [Users](/admin-sdk/directory/v1/reference/users) resource. You must provide either the `customer` or the `domain` parameter. (required)
maxResults: integer, Maximum number of results to return.
pageToken: string, Token to specify the next page in the list.
x__xgafv: string, V1 error format.
Expand Down
4 changes: 2 additions & 2 deletions docs/dyn/admin_directory_v1.schemas.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ <h3>Method Details</h3>
<pre>Retrieves a schema.

Args:
customerId: string, Immutable ID of the Google Workspace account. (required)
customerId: string, The unique ID for the customer&#x27;s Google Workspace account. In case of a multi-domain account, to fetch all groups for a customer, use this field instead of `domain`. You can also use the `my_customer` alias to represent your account&#x27;s `customerId`. The `customerId` is also returned as part of the [Users](/admin-sdk/directory/v1/reference/users) resource. You must provide either the `customer` or the `domain` parameter. (required)
schemaKey: string, Name or immutable ID of the schema. (required)
x__xgafv: string, V1 error format.
Allowed values
Expand Down Expand Up @@ -229,7 +229,7 @@ <h3>Method Details</h3>
<pre>Retrieves all schemas for a customer.

Args:
customerId: string, Immutable ID of the Google Workspace account. (required)
customerId: string, The unique ID for the customer&#x27;s Google Workspace account. In case of a multi-domain account, to fetch all groups for a customer, use this field instead of `domain`. You can also use the `my_customer` alias to represent your account&#x27;s `customerId`. The `customerId` is also returned as part of the [Users](/admin-sdk/directory/v1/reference/users) resource. You must provide either the `customer` or the `domain` parameter. (required)
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
Expand Down
Loading