Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CustomField ¶
type CustomField struct {
Type CustomFieldType `json:"type,omitempty"`
Name string `json:"name"`
Value string `json:"value"`
}
CustomField defines a custom field to be passed to Venafi
type CustomFieldType ¶
type CustomFieldType string
const (
CustomFieldTypePlain CustomFieldType = "Plain"
)
Click to show internal directories.
Click to hide internal directories.