ArchAstro. SDK. Types. Operations. PostApiV1ConfigEncryptSecret. Input
(archastro v0.3.2)
Copy Markdown
Encrypt a secret for use in a config
Summary
Types
@type t() :: %ArchAstro.SDK.Types.Operations.PostApiV1ConfigEncryptSecret.Input{ org: String.t() | ArchAstro.SDK.Unset.t(), plaintext: String.t() }
Functions
@spec from_map(ArchAstro.SDK.JSON.object()) :: t()
@spec matches?(ArchAstro.SDK.JSON.t()) :: boolean()
@spec to_map(t()) :: ArchAstro.SDK.JSON.object()