We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dfba0dc + b76e1b3 commit a1fe696Copy full SHA for a1fe696
authentication.go
@@ -25,7 +25,7 @@ type AuthCreateTokenRequest struct {
25
NoParent bool `json:"no_parent,omitempty"`
26
NoDefaultPolicy bool `json:"no_default_policy,omitempty"`
27
Renewable bool `json:"renewable,omitempty"`
28
- TTL int `json:"ttl,omitempty"`
+ TTL string `json:"ttl,omitempty"`
29
Type string `json:"type,omitempty"`
30
EntityAlias string `json:"entity_alias,omitempty"`
31
}
0 commit comments