Get secret value
- Print
- PDF
Get secret value
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Summary
View confidential information in a secret.
GET https://secretmanager.apigw.ntruss.com/api/v1/secrets/{secretId}/values
Request
Request parameters
Parameter name | Type | Description |
---|---|---|
secretId | String | Secret ID |
Request body
None
Response
Response body
{
"code": "SUCCESS",
"data": {
"decryptedSecretChain": {
"previous": "string",
"active": "string",
"pending": "string"
},
"rotationTargets": [
"string"
]
}
}
Parameter name | Type | Description |
---|---|---|
decryptedSecretChain.previous | String | Previous secret value |
decryptedSecretChain.active | String | Active secret value |
decryptedSecretChain.pending | String | Pending secret value |
rotationTargets | String[] | List of secret values to rotate |
Was this article helpful?