Page cover

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:

  1. Identify the Role ID of the role you want to check. Refer to the Organization Role List section to view all Role IDs.

  2. Run the following command in your terminal:

./cldkctl organization role detail <role_id>

  1. Replace <role_id> with the actual ID of the role you want to inspect.

  2. 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).

Column
Description

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

Column
Description

-a, --all

View all available permissions.

-h, --help

Help for the detail subcommand.

Last updated