本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。
使用 Cloud 刪除量化權杖HSM CLI
使用 CloudHSM 中的 quorum token-sign delete命令CLI來刪除量子授權服務的一或多個權杖。
使用者類型
下列使用者可以執行此命令。
-
管理員
語法
aws-cloudhsm >
help quorum token-sign delete
Delete one or more Quorum Tokens Usage: quorum token-sign delete --scope
<SCOPE>
Options: --cluster-id<CLUSTER_ID>
Unique Id to choose which of the clusters in the config file to run the operation against. If not provided, will fall back to the value provided when interactive mode was started, or error --scope<SCOPE>
Scope of which token(s) will be deleted Possible values: - user: Deletes all token(s) of currently logged in user - all: Deletes all token(s) on the HSM -h, --help Print help (see a summary with '-h')
範例
下列範例示範如何使用 CloudHSM 中的 quorum token-sign delete 命令CLI來刪除量子授權服務的一或多個權杖。
範例 :刪除規定人數授權服務的一個或多個權杖
aws-cloudhsm >
quorum token-sign delete --scope all
{ "error_code": 0, "data": "Deletion of quorum token(s) successful" }
引數
<CLUSTER_ID>
-
執行此操作的叢集 ID。
必要:如果已設定多個叢集。
<SCOPE>
-
在 AWS CloudHSM 叢集中刪除字符的範圍 (s)。
有效值
使用者:僅用於刪除登入使用者擁有的權杖。
所有 :用於刪除 AWS CloudHSM 叢集中的所有權杖。