gdcloud iam roles list

이름

gdcloud iam roles list - 역할[custom/predefined/all]을 나열합니다.

개요

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

설명

이 명령어는 지정된 유형('custom', 'predefined' 또는 'all')의 역할을 나열합니다. 원하는 경우 결과를 필터링할 프로젝트를 지정할 수 있습니다.

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

선택적 플래그

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

GDCLOUD 전체 플래그

이러한 플래그는 모든 명령어에서 사용할 수 있습니다(--configuration, --format, --help, --project, --quiet).

자세한 내용은 gdcloud CLI 참조 개요 페이지를 참고하세요.