Auth
Auth
| Name | Description | Schema | Default |
|---|---|---|---|
| auth_method optional | AUTH Method Example : JWT(JSON WEB Token) | string | JWT(JSON WEB Token) |
| connected_stages required | Connected Stages Example : ['dev,stg'] | array[string] | |
| expired_at required | Expiration Date Example : 2024-05-17T00:23:17Z | string (date-time) | |
| id required | Auth ID Example : 27bb070b564349f8a31cc60734cc36a5 | string | |
| name required | Auth NAME Example : Token01 | string |