chore: update generated docs (#1115)
This PR was generated using Autosynth. :rainbow:
Synth log will be available here:
https://source.cloud.google.com/results/invocations/2ed9ab0e-55b4-4ab2-aede-c95e765f7376/targets
- [x] To automatically regenerate this PR, check this box.
Source-Link: https://github.com/googleapis/discovery-artifact-manager/commit/0bed8bdae25d545e796cfcdd7a9bfffff11e69da
Source-Link: https://github.com/googleapis/synthtool/commit/c2de32114ec484aa708d32012d1fa8d75232daf5
diff --git a/docs/dyn/cloudsearch_v1.debug.identitysources.unmappedids.html b/docs/dyn/cloudsearch_v1.debug.identitysources.unmappedids.html
index e0e0956..3d7ddc2 100644
--- a/docs/dyn/cloudsearch_v1.debug.identitysources.unmappedids.html
+++ b/docs/dyn/cloudsearch_v1.debug.identitysources.unmappedids.html
@@ -78,7 +78,7 @@
<code><a href="#close">close()</a></code></p>
<p class="firstline">Close httplib2 connections.</p>
<p class="toc_element">
- <code><a href="#list">list(parent, pageToken=None, resolutionStatusCode=None, debugOptions_enableDebugging=None, pageSize=None, x__xgafv=None)</a></code></p>
+ <code><a href="#list">list(parent, debugOptions_enableDebugging=None, pageSize=None, resolutionStatusCode=None, pageToken=None, x__xgafv=None)</a></code></p>
<p class="firstline">Lists unmapped user identities for an identity source. **Note:** This API requires an admin account to execute.</p>
<p class="toc_element">
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -90,12 +90,13 @@
</div>
<div class="method">
- <code class="details" id="list">list(parent, pageToken=None, resolutionStatusCode=None, debugOptions_enableDebugging=None, pageSize=None, x__xgafv=None)</code>
+ <code class="details" id="list">list(parent, debugOptions_enableDebugging=None, pageSize=None, resolutionStatusCode=None, pageToken=None, x__xgafv=None)</code>
<pre>Lists unmapped user identities for an identity source. **Note:** This API requires an admin account to execute.
Args:
parent: string, The name of the identity source, in the following format: identitysources/{source_id} (required)
- pageToken: string, The next_page_token value returned from a previous List request, if any.
+ debugOptions_enableDebugging: boolean, If you are asked by Google to help with debugging, set this field. Otherwise, ignore this field.
+ pageSize: integer, Maximum number of items to fetch in a request. Defaults to 100.
resolutionStatusCode: string, Limit users selection to this status.
Allowed values
CODE_UNSPECIFIED - Input-only value. Used to list all unmapped identities regardless of status.
@@ -104,8 +105,7 @@
IDENTITY_SOURCE_MISCONFIGURED - IDaaS does not understand the identity source, probably because the schema was modified in a non compatible way.
TOO_MANY_MAPPINGS_FOUND - The number of users associated with the external identity is too large.
INTERNAL_ERROR - Internal error.
- debugOptions_enableDebugging: boolean, If you are asked by Google to help with debugging, set this field. Otherwise, ignore this field.
- pageSize: integer, Maximum number of items to fetch in a request. Defaults to 100.
+ pageToken: string, The next_page_token value returned from a previous List request, if any.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -115,21 +115,21 @@
An object of the form:
{
- "nextPageToken": "A String", # Token to retrieve the next page of results, or empty if there are no more results in the list.
"unmappedIdentities": [
{
- "resolutionStatusCode": "A String", # The resolution status for the external identity.
"externalIdentity": { # Reference to a user, group, or domain. # The resource name for an external user.
+ "userResourceName": "A String", # This principal is a user identified using an external identity. The name field must specify the user resource name with this format: identitysources/{source_id}/users/{ID}
+ "groupResourceName": "A String", # This principal is a group identified using an external identity. The name field must specify the group resource name with this format: identitysources/{source_id}/groups/{ID}
"gsuitePrincipal": { # This principal is a GSuite user, group or domain.
+ "gsuiteGroupEmail": "A String", # This principal references a G Suite group account
"gsuiteDomain": True or False, # This principal represents all users of the G Suite domain of the customer.
"gsuiteUserEmail": "A String", # This principal references a G Suite user account
- "gsuiteGroupEmail": "A String", # This principal references a G Suite group account
},
- "groupResourceName": "A String", # This principal is a group identified using an external identity. The name field must specify the group resource name with this format: identitysources/{source_id}/groups/{ID}
- "userResourceName": "A String", # This principal is a user identified using an external identity. The name field must specify the user resource name with this format: identitysources/{source_id}/users/{ID}
},
+ "resolutionStatusCode": "A String", # The resolution status for the external identity.
},
],
+ "nextPageToken": "A String", # Token to retrieve the next page of results, or empty if there are no more results in the list.
}</pre>
</div>