Ory.Model.AdminRevokeImportedApiKeyBody (ory_client v1.22.48)

Copy Markdown

RevokeImportedApiKeyRequest revokes an imported API key by its key_id.

Summary

Types

t()

@type t() :: %Ory.Model.AdminRevokeImportedApiKeyBody{
  description: String.t() | nil,
  reason: Ory.Model.RevocationReason.t() | nil
}

Functions

decode(value)