gdcloud iam roles list

NAME

gdcloud iam roles list - List roles[custom/predefined/all].

SYNOPSIS

gdcloud iam roles list (custom | predefined | all) [--project=PROJECT] [flags]

DESCRIPTION

Este comando muestra los roles de un tipo especificado: "custom", "predefined" o "all". También puedes especificar un proyecto para filtrar los resultados.

EXAMPLES


To list all roles, run:

    gdcloud iam roles list

To list predefined roles, run:

    gdcloud iam roles list --type=predefined

To list custom roles, run:

    gdcloud iam roles list --type=custom

To list all roles for a specific project, run:

    gdcloud iam roles list --project=my-project

To list predefined roles for a specific project, run:

    gdcloud iam roles list --type=predefined --project=my-project

To list custom roles for a specific project, run:

    gdcloud iam roles list --type=custom --project=my-project

OPTIONAL FLAGS

      --type string   Type of roles to list. Valid values are 'custom', 'predefined', or 'all'. (default "all")

GDCLOUD WIDE FLAGS

These flags are available to all commands: --configuration, --format, --help, --project, --quiet.

For more information, see the gdcloud CLI reference overview page.