刪除规定人數字符簽署 - AWS CloudHSM

本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。

刪除规定人數字符簽署

使用 CloudHSM CLI 中的 quorum token-sign delete 命令刪除規定人數授權服務的一個或多個權杖。

使用者類型

下列使用者可以執行此命令。

  • 管理員

語法

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 CLI 中的 quorum token-sign delete 命令刪除規定人數授權服務的一個或多個權杖。

範例 :刪除規定人數授權服務的一個或多個權杖
aws-cloudhsm > quorum token-sign delete --scope all { "error_code": 0, "data": "Deletion of quorum token(s) successful" }

引數

<CLUSTER_ID>

執行此作業的叢集識別碼。

必要:如果已設定多個叢集。

<SCOPE>

AWS CloudHSM 群集中令牌將被刪除的範圍。

有效值

  • 使用者:僅用於刪除登入使用者擁有的權杖。

  • 全部:用於刪除 AWS CloudHSM 群集中的所有令牌。

相關主題