UsagePlanDetail
UsagePlanDetail
| Name | Description | Schema | Default |
|---|---|---|---|
| api_keys required | API Key | array[ApiKey] | |
| created_at required | 생성 일시 Example : 2026-02-11T06:40:19.405Z | string (date-time) | |
| created_by_id required | 생성자 Example : 27bb070b564349f8a31cc60734cc36a5 | string | |
| created_by_name required | 생성자 Example : username | string | |
| description optional | 설명 Example : description | string | |
| id required | 사용량 정책 ID Example : 27bb070b564349f8a31cc60734cc36a5 | string | |
| limit required | 사용량 정책 할당량 Example : 10 | integer | |
| modified_at required | 수정시간 Example : 2026-02-11T06:40:19.405Z | string (date-time) | |
| modified_by_id required | 수정자 Example : 27bb070b564349f8a31cc60734cc36a5 | string | |
| modified_by_name required | 수정자 Example : username | string | |
| name required | 이름 Example : usage-plan-name | string | |
| rate required | 사용량 정책 주기 Example : day | enum (hour, day, month) |