
Answer-first summary for fast verification
Answer: Use the transfer tool to migrate unmanaged users.
Option B is the correct answer because it directly addresses the scenario where employees have created unmanaged Google Cloud accounts using their corporate email addresses. The Google transfer tool is specifically designed to migrate these unmanaged users into the managed Cloud Identity domain, allowing them to become managed users under the company's control. This is the official Google-recommended approach for this situation. Option A (GCDS with search rules) is incorrect because GCDS syncs users from an external directory but doesn't handle existing unmanaged accounts. Option C (custom script with Admin SDK) is unnecessarily complex and error-prone when Google provides a dedicated tool for this purpose. Option D (GCDS with exclusion rules) would prevent user suspension but doesn't address the core requirement of transferring unmanaged accounts to Cloud Identity.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
You are migrating your company to Google Cloud and plan to synchronize users using Google Cloud Directory Sync (GCDS). Some employees have already created Google Cloud accounts using their corporate email addresses, which were created outside of the GCDS process. You need to ensure these users are created in Cloud Identity.
What should you do?
A
Configure GCDS and use GCDS search rules to sync these users.
B
Use the transfer tool to migrate unmanaged users.
C
Write a custom script to identify existing Google Cloud users and call the Admin SDK: Directory API to transfer their account.
D
Configure GCDS and use GCDS exclusion rules to ensure users are not suspended.