Cancel Secret Deletion
    • PDF

    Cancel Secret Deletion

    • PDF

    記事の要約

    概要

    Secretの削除リクエストをキャンセルします。
    REVOKE(削除リクエスト)状態の Secretのみ削除リクエストをキャンセルできます。
    削除リクエストをキャンセルするとDISABLE(利用停止)状態になり、再び利用するには利用の再開が必要です。

    PUT https://secretmanager.apigw.ntruss.com/api/v1/secrets/{secretId}/cancel-deletion
    

    リクエスト

    リクエストパラメータ

    パラメータ名タイプ説明
    secretIdStringSecret ID

    リクエストボディ

    None
    

    レスポンス

    レスポンスボディ

    {
      "code": "SUCCESS",
      "data": {
        "secretId": "string",
        "secretStatus": "DISABLE",
        "updateDate": 0
      }
    }
    
    パラメータ名タイプ説明
    secretIdStringSecret ID
    secretStatusStringSecretの状態(DISABLE)
    updateDateInteger更新日

    この記事は役に立ちましたか?

    What's Next
    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.