confluent api-key list

説明

API キーを一覧表示します。

confluent api-key list [flags]

フラグ

    --resource string          The resource ID to filter by. Use "cloud" to show only Cloud API keys.
    --current-user             Show only API keys belonging to current user.
    --service-account string   Service account ID.
-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).

クラスター "lkc-123456" のサービスアカウント "sa-123456" に属する API キーを一覧表示します。

confluent api-key list --resource lkc-123456 --service-account sa-123456

関連情報