Get Secret Detail
- 인쇄
- PDF
Get Secret Detail
- 인쇄
- PDF
기사 요약
이 요약이 도움이 되었나요?
의견을 보내 주셔서 감사합니다.
개요
Secret 상세 정보를 조회합니다.
GET https://secretmanager.apigw.ntruss.com/api/v1/secrets/{secretId}
요청
요청 파라미터
파라미터명 | 타입 | 설명 |
---|---|---|
secretId | String | Secret ID |
요청 바디
None
응답
응답 바디
{
"code": "SUCCESS",
"data": {
"secretId": "string",
"secretName": "string",
"secretStatus": "ENABLE",
"secretType": "string",
"memo": "string",
"region": "string",
"expectedDestroyDate": 0,
"updateDate": 0,
"registerDate": 0,
"autoRotationYN": "Y",
"autoRotationPeriod": 0,
"nextRotationDate": 0,
"rotationPhase": "NONE",
"lastRotationDate": 0,
"lastRotationResultId": "string",
"trigger": {
"id": "string",
"name": "string",
"url": "string"
},
"protectionKey": {
"type": "DEFAULT",
"kmsKeyTag": "string",
"kmsKeyName": "string"
}
}
}
파라미터명 | 타입 | 설명 |
---|---|---|
secretId | String | Secret ID |
secretName | String | Secret 이름 |
secretStatus | String | Secret 상태(ENABLE , DISABLE , REVOKE , ROTATING , DESTROYED ) |
secretType | String | Secret 종류(BASIC ) |
memo | String | 메모 |
region | String | 지역 코드 |
expectedDestroyDate | Integer | 예상 파기 날짜 |
updateDate | Integer | 업데이트 날짜 |
registerDate | Integer | 등록 날짜 |
autoRotationYN | String | 자동 교체 여부 (Y ) |
autoRotationPeriod | Integer | 자동 교체 주기 |
nextRotationDate | Integer | 다음 교체 날짜 |
rotationPhase | String | 교체 단계 (NONE ) |
lastRotationDate | Integer | 마지막 교체 날짜 |
lastRotationResultId | String | 마지막 교체 결과 ID |
trigger.id | String | 트리거 ID |
trigger.name | String | 트리거 이름 |
trigger.url | String | 트리거 URL |
protectionKey.type | String | Secret 보호키 타입(DEFAULT , USER_MANAGED_KEY ) |
protectionKey.kmsKeyTag | String | KMS 키 태그 |
protectionKey.kmsKeyName | String | KMS 키 이름 |
이 문서가 도움이 되었습니까?