Feat: UA CLI Support

This commit is contained in:
Daniel Hougaard
2024-04-05 15:08:32 -07:00
parent 9ad5e082e2
commit b6b040375b
2 changed files with 52 additions and 7 deletions

View File

@@ -59,6 +59,11 @@ type DynamicSecretLease struct {
Data map[string]interface{} `json:"data"`
}
type TokenDetails struct {
Type string
Token string
}
type SingleFolder struct {
ID string `json:"_id"`
Name string `json:"name"`