Update Secret Value
    • PDF

    Update Secret Value

    • PDF

    記事の要約

    概要

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

    注意

    すべてのステージが入力された値に変更されます。(ステージの値が emptyの場合、ステージ値を削除します)。
    特定のステージのみ更新するには、Update Secret Stage Value APIをご利用ください。

    PUT https://secretmanager.apigw.ntruss.com/api/v1/secrets/{secretId}/values
    

    リクエスト

    リクエストパラメータ

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

    リクエストボディ

    {
      "previous": "string",
      "active": "string",
      "pending": "string"
    }
    
    パラメータ名タイプ説明
    previousString以前の状態の Secret値
    activeString有効化状態の Secret値
    pendingString待機状態の Secret値

    レスポンス

    レスポンスボディ

    {
      "code": "SUCCESS",
      "data": {
        "encryptedSecretChain": {
          "previous": "string",
          "active": "string",
          "pending": "string"
        }
      }
    }
    
    パラメータ名タイプ説明
    encryptedSecretChain.previousString以前の状態の暗号化された Secret値
    encryptedSecretChain.activeString有効化状態の暗号化された Secret値
    encryptedSecretChain.pendingString待機状態の暗号化された Secret値

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

    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.