gdcloud iam service-accounts keys list - 列出服务账号的所有公钥。
摘要
gdcloud iam service-accounts keys list [flags]
说明
列出项目服务账号的所有公钥的 ID、算法和有效时间段。
示例
To list all the public keys for service account "psa-test" in project "iam-test", run:
gdcloud iam service-accounts keys list --iam-account=psa-test --project=iam-test
必需标志
--iam-account string Project's service account to list the keys for. The flag is required to run the command.