Update Protection Key
    • PDF

    Update Protection Key

    • PDF

    記事の要約

    概要

    Secretの保護キーを変更します。
    REVOKE(削除リクエスト)中の Secret保護キーは変更できません。

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

    リクエスト

    リクエストパラメータ

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

    リクエストボディ

    {
      "protectionKeyType": "DEFAULT",
      "kmsKeyTag": "string"
    }
    
    パラメータ名タイプ説明
    protectionKeyTypeStringSecret保護キーの種類(DEFAULTUSER_MANAGED_KEY)
    kmsKeyTagStringKMSキータグ

    レスポンス

    レスポンスボディ

    {
      "code": "SUCCESS",
      "data": {
        "secretId": "string",
        "protectionKey": {
          "type": "DEFAULT",
          "kmsKeyTag": "string",
          "kmsKeyName": "string"
        }
      }
    }
    
    パラメータ名タイプ説明
    secretIdStringSecret ID
    protectionKey.typeString保護キーの種類(DEFAULTUSER_MANAGED_KEY)
    protectionKey.kmsKeyTagStringKMSキータグ
    protectionKey.kmsKeyNameStringKMSキー名

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

    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.