You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A cloud alias is the username an employee uses to access cloud services such as Google Drive or Box. Adding a cloud alias allows Incydr to link a user's cloud activity with their Code42 username. Each user has a default cloud alias of their Code42 username. You can add one additional alias."""
"""List the cloud aliases for a given user. Each user has a default cloud alias of their Code42 username with up to one additional alias."""
255
257
user=_get_user(state.sdk, username)
256
258
aliases=user["cloudUsernames"]
257
259
ifaliases:
@@ -577,7 +579,7 @@ def handle_row(**row):
577
579
578
580
@bulk.command(
579
581
name="add-alias",
580
-
help=f"Add aliases to a list of users from the provided CSV in format: {','.join(_bulk_user_alias_headers)}",
582
+
help=f"Add aliases to a list of users from the provided CSV in format: {','.join(_bulk_user_alias_headers)}.\n\nA cloud alias is the username an employee uses to access cloud services such as Google Drive or Box. Adding a cloud alias allows Incydr to link a user's cloud activity with their Code42 username. Each user has a default cloud alias of their Code42 username. You can add one additional alias.",
0 commit comments