ArchAstro. SDK. Types. AgentEnvVarMaskedList
(archastro v0.3.0)
Copy Markdown
Flat list of masked environment variables belonging to an agent.
Summary
Types
@type t() :: %ArchAstro.SDK.Types.AgentEnvVarMaskedList{ data: [ArchAstro.SDK.Types.AgentEnvVarMasked.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()