Create Secret
    • PDF

    Create Secret

    • PDF

    記事の要約

    概要

    Secretを作成します。

    POST https://secretmanager.apigw.ntruss.com/api/v1/secrets
    

    リクエスト

    リクエストボディ

    {
      "secretName": "string",
      "memo": "string",
      "secretValue": {
        "value": "string",
        "rotationTargets": [
          "string"
        ]
      },
      "secretType": "BASIC",
      "autoRotationYN": "N",
      "autoRotationPeriod": 0,
      "triggerId": "string",
      "protectionKeyType": "DEFAULT",
      "kmsKeyTag": "string"
    }
    
    パラメータ名タイプ説明
    secretNameStringSecret名
    memoStringメモ
    secretValueObjectSecret値のオブジェクト
    secretValue.valueStringSecret値
    secretValue.rotationTargetsString[]ローテーション対象の Secret値のリスト
    secretTypeStringSecretタイプ(例: BASIC)
    autoRotationYNString自動ローテーションかどうか(例: N)
    autoRotationPeriodInteger自動ローテーション周期
    triggerIdStringトリガー ID
    protectionKeyTypeString保護キータイプ(例: DEFAULTUSER_MANAGED_KEY)
    kmsKeyTagStringKMSキータグ

    レスポンス

    レスポンスボディ

    {
      "code": "SUCCESS",
      "data": {
        "secretId": "string",
        "secretName": "string",
        "secretStatus": "ENABLE",
        "secretType": "string",
        "memo": "string",
        "region": "string",
        "registerDate": 0,
        "autoRotationYN": "Y",
        "autoRotationPeriod": 0,
        "nextRotationDate": 0,
        "rotationPhase": "NONE",
        "trigger": {
          "id": "string",
          "name": "string",
          "url": "string",
          "recentlyExecutedAction": "string"
        },
        "protectionKey": {
          "type": "DEFAULT",
          "kmsKeyTag": "string",
          "kmsKeyName": "string"
        }
      }
    }
    
    パラメータ名タイプ説明
    secretIdStringSecret ID
    secretNameStringSecret名
    secretStatusStringSecretの状態(ENABLEDISABLEREVOKEROTATINGDESTROYED)
    secretTypeStringSecretタイプ(BASIC)
    memoStringメモ
    regionString地域
    registerDateInteger登録日
    autoRotationYNString自動交換の有無
    autoRotationPeriodInteger自動交換周期
    nextRotationDateInteger次の交換日
    rotationPhaseString現在の交換段階(NONE)
    trigger.idStringトリガー ID
    trigger.nameStringトリガー名
    trigger.urlStringトリガー URL
    trigger.recentlyExecutedActionString最近実行されたアクション
    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.