Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Mount ¶
type Mount struct { // Type of the mount (token, ldap, etc.) Type string `json:"type,omitempty",yaml:"type,omitempty"` // Description of the mount Description string `json:"description,omitempty",yaml:"description,omitempty"` // Accessor (ID) of the mount (i.e. auth_token_918a038a) Accessor string `json:"accessor,omitempty",yaml:"accessor,omitempty"` }
Group represents an auth mount
Click to show internal directories.
Click to hide internal directories.