LbCertificateListResponseDetail
LbCertificateListResponseDetail
| Name | Description | Schema | Default |
|---|---|---|---|
| cert_kind required | Kind of certificate Example : | string | |
| cn required | Common Name of certificate Example : | string | |
| created_at optional | 생성 시간 Example : | any of [string (date-time), null] | |
| created_by optional | 생성자 Example : | any of [string, null] | |
| id required | ID of the certificate Example : | string | |
| modified_at optional | 수정 시간 Example : | any of [string (date-time), null] | |
| modified_by optional | 수정자 Example : | any of [string, null] | |
| name required | Name of the certificate Example : | string | |
| not_after_dt required | Expiration date and time of the certificate Example : 2026-03-25T15:11:25.412Z | string (date-time) | |
| not_before_dt required | Start date and time when the certificate becomes valid Example : 2026-03-25T15:11:25.412Z | string (date-time) | |
| state required | State of the certificate Example : | string |