Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SecretRequest ¶
type SecretRequest struct { Workloads []string `json:"workload"` Secret string `json:"secret"` Namespaces []string `json:"namespaces,omitempty"` Encrypt bool `json:"encrypt,omitempty"` Delete bool `json:"delete,omitempty"` Append bool `json:"append,omitempty"` List bool `json:"list,omitempty"` Template string `json:"template,omitempty"` Format string `json:"format,omitempty"` SerializedRootKeys string `json:"root-keys,omitempty"` NotBefore string `json:"nbf,omitempty"` Expires string `json:"exp,omitempty"` }
SecretRequest encapsulates a VSecM Safe REST command payload.
Click to show internal directories.
Click to hide internal directories.