1.2
1.2
scpcli application-apigateway auth list
--api_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
Description
Get auths list
State ACTIVE (CURRENT)
| Version | Supported Until |
|---|---|
| 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 | Auth ID | 27bb070b564349f8a31cc60734cc36a5 |
| auth_method | AUTH Method | JWT(JSON WEB Token) |
| connected_stages | Connected Stages | [‘dev,stg’] |
| expired_at | Expiration Date | 2024-05-17T00:23:17Z |
| name | Auth NAME | Token01 |