package
Version:
v0.0.0-...-04fe7af
Opens a new window with list of versions in this module.
Published: Oct 6, 2017
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
CredHub credential value types
type Certificate struct {
Ca string `json:"ca,omitempty"`
CaName string `json:"ca_name,omitempty" yaml:"ca_name,omitempty"`
Certificate string `json:"certificate,omitempty"`
PrivateKey string `json:"private_key,omitempty" yaml:"private_key,omitempty"`
}
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,omitempty"`
Password string `json:"password"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.