Get Secret Detail
    • PDF

    Get Secret Detail

    • PDF

    記事の要約

    概要

    Secretの詳細情報を照会します。

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

    リクエスト

    リクエストパラメータ

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

    リクエストボディ

    None
    

    レスポンス

    レスポンスボディ

    {
      "code": "SUCCESS",
      "data": {
        "secretId": "string",
        "secretName": "string",
        "secretStatus": "ENABLE",
        "secretType": "string",
        "memo": "string",
        "region": "string",
        "expectedDestroyDate": 0,
        "updateDate": 0,
        "registerDate": 0,
        "autoRotationYN": "Y",
        "autoRotationPeriod": 0,
        "nextRotationDate": 0,
        "rotationPhase": "NONE",
        "lastRotationDate": 0,
        "lastRotationResultId": "string",
        "trigger": {
          "id": "string",
          "name": "string",
          "url": "string"
        },
        "protectionKey": {
          "type": "DEFAULT",
          "kmsKeyTag": "string",
          "kmsKeyName": "string"
        }
      }
    }
    
    パラメータ名タイプ説明
    secretIdStringSecret ID
    secretNameStringSecret名
    secretStatusStringSecretの状態(ENABLEDISABLEREVOKEROTATINGDESTROYED)
    secretTypeStringSecretの種類(BASIC)
    memoStringメモ
    regionString地域コード
    expectedDestroyDateInteger予想廃棄日
    updateDateInteger更新日
    registerDateInteger登録日
    autoRotationYNString自動交換の有無(Y)
    autoRotationPeriodInteger自動交換周期
    nextRotationDateInteger次の交換日
    rotationPhaseString交換段階(NONE)
    lastRotationDateInteger最終交換日
    lastRotationResultIdString最終交換結果 ID
    trigger.idStringトリガー ID
    trigger.nameStringトリガー名
    trigger.urlStringトリガー URL
    protectionKey.typeStringSecret保護キータイプ(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.