Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct {
Name string `yaml:"-"` // populated from the Lookup key
Provider types.Provider `yaml:"provider"`
ObserveOnly bool `yaml:"observe_only"`
ProxyPreserve bool `yaml:"proxy_preserve"`
UsersFile string `yaml:"users_file"`
UsersFileFormat types.CredentialsFileFormat `yaml:"users_file_format"`
Users ct.EnvStringMap `yaml:"users,omitempty"`
ProviderData map[string]any `yaml:"config"`
Authenticator types.Authenticator `yaml:"-"`
}
func (*Options) Initialize ¶
Click to show internal directories.
Click to hide internal directories.