View Source ExOpenAI.Components.AuditLogActorApiKey (ex_openai.ex v1.8.0)
Schema representing a AuditLogActorApiKey within the OpenAI API
Summary
Types
@type t() :: %ExOpenAI.Components.AuditLogActorApiKey{ id: String.t() | nil, service_account: ExOpenAI.Components.AuditLogActorServiceAccount.t() | nil, type: (:service_account | :user) | nil, user: ExOpenAI.Components.AuditLogActorUser.t() | nil }