mirror of
https://github.com/rancher/types.git
synced 2025-06-26 21:51:33 +00:00
Add current flag to tokens
This commit is contained in:
parent
0f69ef3864
commit
2e363610b2
@ -24,6 +24,7 @@ type Token struct {
|
||||
Description string `json:"description"`
|
||||
Expired bool `json:"expired"`
|
||||
ExpiresAt string `json:"expiresAt"`
|
||||
Current bool `json:"current"`
|
||||
}
|
||||
|
||||
type User struct {
|
||||
|
Loading…
Reference in New Issue
Block a user