Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Secret ¶
type Secret struct {
// Plaintext is optionally set if secret is initially created (or rotated later)
Plaintext *string `json:"plaintext,omitempty" tfsdk:"plaintext"`
// Hash is always present in responses (Plaintext is never returned) and set in requests if secret is supposed to be kept.
Hash *string `json:"hash,omitempty" tfsdk:"-"`
}
Click to show internal directories.
Click to hide internal directories.