odpscmd-auth
Verified for current stable LTS
Odpscmd Auth Command: Grant Authorities To Role
Use for grant authorities to role with Odpscmd Auth. Exact CLI syntax to grant authorities to role using Odpscmd Auth.
When to use this: Use for grant authorities to role with Odpscmd Auth.
Command Syntax
grant <action_list> on <object_type> <object_name> to role <role_name>; grant <action_list> on <object_type> <object_name> to role <role_name>; Live Command Builder
Final Command
grant <action_list> on <object_type> <object_name> to role <role_name>; Command Breakdown
grant is the base executable for this command.
FAQ
Purpose: Exact syntax to grant authorities to role using Odpscmd Auth.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Odpscmd Auth Command: Add User To Project
add user <username>; Odpscmd Auth Command: Create User Role create role <role_name>; Odpscmd Auth Command: Describe Role Authorities desc role <role_name>; Odpscmd Auth Command: Grant Authorities To User grant <action_list> on <object_type> <object_name> to user <username>; Odpscmd Auth Command: Grant Role To User grant <role_name> to <username>;