Disable auto rotation
- Print
- PDF
Disable auto rotation
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Summary
Turn off the automatic rotation of a secret.
POST https://secretmanager.apigw.ntruss.com/api/v1/secrets/{secretId}/disable-auto-rotation
Request
Request parameters
Parameter name | Type | Description |
---|---|---|
secretId | String | Secret ID |
Request body
None
Response
Response body
{
"code": "SUCCESS",
"data": {
"secretId": "string",
"autoRotationYN": "N"
}
}
Parameter name | Type | Description |
---|---|---|
secretId | String | Secret ID |
autoRotationYN | String | Automatic rotation status (N ) |
Was this article helpful?