ArchAstro. SDK. Types. SandboxKey
(archastro v0.3.4)
Copy Markdown
An API key scoped to a developer sandbox, used to authenticate requests against sandbox resources.
Summary
Types
@type t() :: %ArchAstro.SDK.Types.SandboxKey{ created_at: DateTime.t() | ArchAstro.SDK.Unset.t(), expires_at: DateTime.t() | nil | ArchAstro.SDK.Unset.t(), full_key: String.t() | ArchAstro.SDK.Unset.t(), id: String.t(), key_hint: String.t() | nil | ArchAstro.SDK.Unset.t(), key_value: String.t() | nil | ArchAstro.SDK.Unset.t(), last_used_at: DateTime.t() | nil | ArchAstro.SDK.Unset.t(), status: String.t(), type: 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()