confluent iam rbac role-binding list

説明

特定のプリンシパルおよび/またはロール、および特定範囲の ロールバインディングをリスト表示します。

confluent iam rbac role-binding list [flags]

フラグ

    --principal string       Principal whose role bindings should be listed.
    --current-user           Show role bindings belonging to current user.
    --role string            List role bindings under a specific role given to a principal. Or if no principal is specified, list principals with the role.
    --cloud-cluster string   Cloud cluster ID for scope of role binding listings.
    --environment string     Environment ID for scope of role binding listings.
    --current-env            Use current environment ID for scope.
-o, --output string          Specify the output format as "human", "json", or "yaml". (default "human")

グローバルフラグ

-h, --help            Show help for this command.
-v, --verbose count   Increase verbosity (-v for warn, -vv for info, -vvv for debug, -vvvv for trace).

現在のユーザーのロールバインディングをリスト表示するには、次のようにします。

confluent iam rbac role-binding list --current-user

特定のプリンシパルの ロールバインディングをリスト表示するには、次のようにします。

confluent iam rbac role-binding list --principal User:frodo

特定のプリンシパルの ロールバインディングを、特定のロールにフィルター処理してリストを表示するには、次のようにします。

confluent iam rbac role-binding list --principal User:frodo --role CloudClusterAdmin --environment env-123 --cloud-cluster lkc-1111aaa

特定のロールに結合されたプリンシパルのリストを表示するには、次のようにします。

confluent iam rbac role-binding list --role CloudClusterAdmin --current-env --cloud-cluster lkc-1111aaa

関連情報