package
Version:
v0.2.1
Opens a new window with list of versions in this module.
Published: Dec 10, 2018
License: MPL-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type AppRole struct {
RoleId string `json:"role_id"`
SecretId string `json:"secret_id"`
}
type Auth struct {
ClientToken string `json:"client_token"`
Accessor string `json:"accessor"`
Policies []string `json:"policies"`
}
type Secret struct {
RequestID string `json:"request_id"`
LeaseID string `json:"lease_id"`
Renewable bool `json:"renewable"`
LeaseDuration int `json:"lease_duration"`
Auth Auth `json:"auth"`
Data map[string]json.RawMessage `json:"data"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.