Forrest logo
back to context overview

odps-auth

List of commands for odps-auth:

  • odps-auth:tldr:1b7ad odps-auth: Add a user to the current project.
    $ add user ${username};
    try on your machine
    explain this command
  • odps-auth:tldr:30cb5 odps-auth: Describe authorities of a role.
    $ desc role ${role_name};
    try on your machine
    explain this command
  • odps-auth:tldr:45cde odps-auth: Grant a set of authorities to a user.
    $ grant ${action_list} on ${object_type} ${object_name} to user ${username};
    try on your machine
    explain this command
  • odps-auth:tldr:62a9e odps-auth: Grant a set of authorities to a role.
    $ grant ${action_list} on ${object_type} ${object_name} to role ${role_name};
    try on your machine
    explain this command
  • odps-auth:tldr:63064 odps-auth: Show authorities of a user.
    $ show grants for ${username};
    try on your machine
    explain this command
  • odps-auth:tldr:9ac67 odps-auth: Grant a role to a user.
    $ grant ${role_name} to ${username};
    try on your machine
    explain this command
  • odps-auth:tldr:d1f36 odps-auth: Create a user role.
    $ create role ${role_name};
    try on your machine
    explain this command
back to context overview