detail
The cldkctl organization role detail command retrieves detailed information about a specific role, including the associated services and the permissions assigned to that role. This command is useful for verifying which access levels are granted to each service under a given role.
Usage
cldkctl organization role detail [role_id] [flags]Steps
Follow the steps below to run and view the result of this command:
Identify the Role ID of the role you want to check. Refer to the Organization Role List section to view all Role IDs.
Run the following command in your terminal:
./cldkctl organization role detail <role_id>
Replace
<role_id>with the actual ID of the role you want to inspect.Wait for the command to execute and review the displayed details, which include the role name, description, and a table showing each service with its corresponding permission level (for example, Editor or Viewer).

Role Detail: Name
The name of the role.
Role Detail: Description
A brief summary of what the role allows.
Privilages: Access
The name of each service within the organization.
Privilages: Permission
The permission level assigned to that service (e.g., Viewer, Editor).
Flags
This command supports refer to the Global Flags section for details.
-a, --all
View all available permissions.
-h, --help
Help for the detail subcommand.
Last updated
