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.datasources.items.unmappedids.html b/docs/dyn/cloudsearch_v1.debug.datasources.items.unmappedids.html
index 4971f91..ddfd6fa 100644
--- a/docs/dyn/cloudsearch_v1.debug.datasources.items.unmappedids.html
+++ b/docs/dyn/cloudsearch_v1.debug.datasources.items.unmappedids.html
@@ -107,21 +107,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>