Skip to main content

object

APIKeyInfo

LLM
View as Markdown
Open llms.txt

API key metadata. The plaintext key is only returned when the key is created.

Properties

  • Name
    id
    Type
    string
    Description
    Required property.
  • Name
    name
    Type
    string
    Description
    Required property.
  • Name
    keyPrefix
    Type
    string
    Description
    Required property.
  • Name
    serviceAccountId
    Type
    string
    Description
    Required property.
  • Name
    tenantId
    Type
    string
    Description
    Required property.
  • Name
    expiresAt
    Type
    string
    Description
    Required property.
  • Name
    revokedAt
    Type
    string
    Description
    Optional property.
  • Name
    lastUsedAt
    Type
    string
    Description
    Optional property.
  • Name
    createdBy
    Type
    string
    Description
    Optional property.
  • Name
    createdAt
    Type
    string
    Description
    Required property.
  • Name
    updatedAt
    Type
    string
    Description
    Required property.

Related operations