package
Version:
v0.0.0-...-fdb2c15
Opens a new window with list of versions in this module.
Published: Nov 11, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 30
Opens a new window with list of known importers.
Documentation
¶
CredHub credential value types
type Certificate struct {
Ca string `json:"ca"`
CaName string `json:"ca_name,omitempty" yaml:"ca_name,omitempty"`
Certificate string `json:"certificate"`
PrivateKey string `json:"private_key" yaml:"private_key"`
}
type JSON map[string]interface{}
type RSA struct {
PublicKey string `json:"public_key" yaml:"public_key"`
PrivateKey string `json:"private_key" yaml:"private_key"`
}
type SSH struct {
PublicKey string `json:"public_key" yaml:"public_key"`
PrivateKey string `json:"private_key" yaml:"private_key"`
}
type User struct {
Username string `json:"username"`
Password string `json:"password"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.