Parameters for Lookup Secret Key Request in the Keys API.
Build this struct with new!/1 and pass it to the corresponding function on
Inttegro.Keys. Required keys are enforced immediately; optional values left as
nil are omitted from the request sent to Inttegro.
Creates, rotates, inspects, and destroys application secret keys.
A newly generated token is returned once. Store it immediately in a secret manager and never expose it to browser or mobile code. Lookup and usage operations return metadata, not the original token.
Summary
Functions
Builds a Inttegro.Keys.LookupSecretKeyRequest and raises KeyError when a required field is missing.
Types
@type t() :: %Inttegro.Keys.LookupSecretKeyRequest{secret_key_id: String.t()}
A validated lookup secret key request request.
Functions
Builds a Inttegro.Keys.LookupSecretKeyRequest and raises KeyError when a required field is missing.