NAMA
gdcloud iam roles list - List roles[custom/predefined/all].
SINOPSIS
gdcloud iam roles list (custom | predefined | all) [--project=PROJECT] [flags]
DESKRIPSI
Perintah ini mencantumkan peran dari jenis yang ditentukan: 'custom', 'predefined', atau 'all'. Secara opsional, Anda dapat menentukan project untuk memfilter hasil.
CONTOH
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
FLAG OPSIONAL
--type string Type of roles to list. Valid values are 'custom', 'predefined', or 'all'. (default "all")
FLAG GDCLOUD WIDE
Flag ini tersedia untuk semua perintah: --configuration
, --format
, --help
, --project
, --quiet
.
Untuk mengetahui informasi selengkapnya, lihat halaman ringkasan referensi gcloud CLI.