Attributes of a full API key.

Hierarchy

  • FullAPIKeyAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
category?: string

The category of the API key.

createdAt?: Date

Creation date of the API key.

key?: string

The API key.

last4?: string

The last four characters of the API key.

modifiedAt?: Date

Date the API key was last modified.

name?: string

Name of the API key.

remoteConfigReadEnabled?: boolean

The remote config read enabled status.

Generated using TypeDoc