CertificateDetailV1Dot2
CertificateDetailV1Dot2
| Name | Description | Schema | Default |
|---|---|---|---|
| account_id required | 계정 id Example : b82909b3576449fda984fb25c3123542da | string | |
| cert_body required | 인증서 body Example : | string | |
| cert_chain optional | 인증서 체인 Example : | any of [string, null] | |
| cert_kind optional | 인증서 타입 Example : DEV | string | |
| cert_type required | 인증서 타입 Example : pem | string | |
| cert_version required | 인증서 버전 Example : 2 | string | |
| cn required | 인증서 CN 정보 Example : test.go.kr | string | |
| created_at required | 생성 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| created_by required | 생성자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| days_until_expiration required | 만료 일자 Example : 830 | string | |
| id required | ID Example : 0fdd87aab8cb46f59b7c1f81ed03fb3e | string | |
| is_in_use required | 사용 여부 Example : is in use | boolean | |
| issuer optional | 발행자 Example : MyInternalSubCA | any of [string, null] | |
| key_bit_size required | 키 bit 크기 Example : 2048 | string | |
| modified_at required | 수정 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| modified_by required | 수정자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| name required | 인증서 이름 Example : test-certificate | string | |
| not_after_dt required | 인증서 만료일 Example : 2026-02-07T18:07:59 | string (date-time) | |
| not_before_dt required | 인증서 시작일 Example : 2025-02-08T18:07:00 | string (date-time) | |
| organization required | 인증서 O(조직) 정보 Example : samsungSDS | string | |
| private_key required | 개인키 Example : | string | |
| public_key_bit_size optional | 공공 키 비트 사이즈 Example : public key bit size | any of [string, null] | |
| public_key_type optional | 공공 키 타입 Example : public key type | any of [string, null] | |
| signature_algorithm optional | 서명 알고리즘 Example : signature algorithm | any of [string, null] | |
| state required | 인증서 상태 Example : VALID | string | |
| sub_domain optional | 추가 도메인 Example : api-guard.dev | any of [string, null] | |
| user_name required | 사용자 이름 Example : kildong@samsung.com | string |