Update Protection Key
- 인쇄
- PDF
Update Protection Key
- 인쇄
- PDF
기사 요약
이 요약이 도움이 되었나요?
의견을 보내 주셔서 감사합니다.
개요
Secret의 보호 키를 변경합니다.
REVOKE
(삭제 요청) 중인 Secret의 보호 키를 변경할 수 없습니다.
PUT https://secretmanager.apigw.ntruss.com/api/v1/secrets/{secretId}/protection-key
요청
요청 파라미터
파라미터명 | 타입 | 설명 |
---|---|---|
secretId | String | Secret ID |
요청 바디
{
"protectionKeyType": "DEFAULT",
"kmsKeyTag": "string"
}
파라미터명 | 타입 | 설명 |
---|---|---|
protectionKeyType | String | Secret 보호 키 종류(DEFAULT , USER_MANAGED_KEY ) |
kmsKeyTag | String | KMS 키 태그 |
응답
응답 바디
{
"code": "SUCCESS",
"data": {
"secretId": "string",
"protectionKey": {
"type": "DEFAULT",
"kmsKeyTag": "string",
"kmsKeyName": "string"
}
}
}
파라미터명 | 타입 | 설명 |
---|---|---|
secretId | String | Secret ID |
protectionKey.type | String | 보호 키 종류 (DEFAULT , USER_MANAGED_KEY ) |
protectionKey.kmsKeyTag | String | KMS 키 태그 |
protectionKey.kmsKeyName | String | KMS 키 이름 |
이 문서가 도움이 되었습니까?