ALTER PASSWORD
command. If the user has the WRITE_USER
privilege, they can change the password of another user. CREATE SECRET
command to generate a secret for the current user and graph. It is optional to provide an alias for the secret.AUTO_GENERATED_ALIAS_
and include a random 7-character string.SHOW SECRET
to list all secrets of the current user. The secrets will be masked and only the first and last three characters of the secrets will be shown. The alias of the secret and the graph that the secret is associated with will also be listed:DROP SECRET
command to drop a secret. Since a user can have multiple secrets, the secret to drop must be specified in the command. You can specify a secret either by the secret string itself or by its alias.