confluent iam service-account create

説明

サービスアカウントを作成します。

confluent iam service-account create <name> [flags]

フラグ

    --description string   REQUIRED: Description of the service account.
-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).

DemoServiceAccount という名前のサービスアカウントを作成します。

confluent service-account create DemoServiceAccount --description "This is a demo service account."

関連情報