mirror of
https://github.com/OpenMaxIO/openmaxio-object-browser
synced 2026-07-01 07:41:18 -07:00
show service account status and expiry in ui (#2992)
This commit is contained in:
committed by
GitHub
parent
a2ba20e12f
commit
e7fb205c31
14
swagger.yml
14
swagger.yml
@@ -4871,7 +4871,19 @@ definitions:
|
||||
serviceAccounts:
|
||||
type: array
|
||||
items:
|
||||
type: string
|
||||
type: object
|
||||
properties:
|
||||
accountStatus:
|
||||
type: string
|
||||
name:
|
||||
type: string
|
||||
description:
|
||||
type: string
|
||||
expiration:
|
||||
type: string
|
||||
accessKey:
|
||||
type: string
|
||||
|
||||
serviceAccountRequest:
|
||||
type: object
|
||||
properties:
|
||||
|
||||
Reference in New Issue
Block a user