Get Protection Key List
    • PDF

    Get Protection Key List

    • PDF

    기사 요약

    개요

    Secret 보호키로 지정할 KMS 키 목록을 조회합니다.

    GET https://secretmanager.apigw.ntruss.com/api/v1/keys
    

    요청

    요청 바디

    None
    

    응답

    응답 바디

    {
      "code": "SUCCESS",
      "data": [
        {
          "keyList": [
            {
              "keyId": "string",
              "keyTag": "string",
              "keyName": "string",
              "keyStatus": "ENABLE",
              "keyType": "AES256"
            }
          ]
        }
      ]
    }
    
    파라미터명타입설명
    keyList.kmsKeyIdlong키 식별자
    keyList.kmsKeyTagString키 태그
    keyList.kmsKeyNameString키 이름
    keyList.kmsKeyStatusString키 상태(ENABLE, DISABLE)
    keyList.kmsKeyTypeString키 타입(AES256, RSA2048)

    이 문서가 도움이 되었습니까?

    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.