Get Secret Value
- 인쇄
- PDF
Get Secret Value
- 인쇄
- PDF
기사 요약
이 요약이 도움이 되었나요?
의견을 보내 주셔서 감사합니다.
개요
Secret의 기밀 정보를 조회합니다.
GET https://secretmanager.apigw.ntruss.com/api/v1/secrets/{secretId}/values
요청
요청 파라미터
파라미터명 | 타입 | 설명 |
---|---|---|
secretId | String | Secret ID |
요청 바디
None
응답
응답 바디
{
"code": "SUCCESS",
"data": {
"decryptedSecretChain": {
"previous": "string",
"active": "string",
"pending": "string"
},
"rotationTargets": [
"string"
]
}
}
파라미터명 | 타입 | 설명 |
---|---|---|
decryptedSecretChain.previous | String | 이전 Secret 값 |
decryptedSecretChain.active | String | 활성 Secret 값 |
decryptedSecretChain.pending | String | 대기 중인 Secret 값 |
rotationTargets | String[] | 회전 대상 Secret 값 목록 |
이 문서가 도움이 되었습니까?