1.2
1.2
scpcli application-apigateway auth list
--api_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
Description
인증 목록을 조회한다
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| api_id required | string | Api ID | - |
| size optional | integer | size | 20 |
| page optional | integer | page | 0 |
| sort optional | string | sort | created_at:desc |
Responses
| Name | Description | Example |
|---|---|---|
| id | 인증 ID | 27bb070b564349f8a31cc60734cc36a5 |
| auth_method | 인증 수단 | JWT(JSON WEB Token) |
| connected_stages | 연결된 스테이지 | [‘dev,stg’] |
| expired_at | 만료 예정 일시 | 2024-05-17T00:23:17Z |
| name | 인증명 | Token01 |