Home
last modified time | relevance | path

Searched defs:OneTimeToken (Results 1 – 3 of 3) sorted by relevance

/dports/sysutils/nomad/nomad-1.1.0/vendor/github.com/hashicorp/nomad/api/
H A Dacl.go228 type OneTimeToken struct { struct
229 OneTimeSecretID string
230 AccessorID string
231 ExpiresAt time.Time
232 CreateIndex uint64
233 ModifyIndex uint64
237 OneTimeToken *OneTimeToken member
/dports/sysutils/nomad/nomad-1.1.0/api/
H A Dacl.go228 type OneTimeToken struct { struct
229 OneTimeSecretID string
230 AccessorID string
231 ExpiresAt time.Time
232 CreateIndex uint64
233 ModifyIndex uint64
237 OneTimeToken *OneTimeToken member
/dports/sysutils/nomad/nomad-1.1.0/nomad/structs/
H A Dstructs.go11206 type OneTimeToken struct { struct
11207 OneTimeSecretID string
11208 AccessorID string
11209 ExpiresAt time.Time
11210 CreateIndex uint64
11211 ModifyIndex uint64
11221 OneTimeToken *OneTimeToken member