Attributes used to create an API Key.

Hierarchy

  • APIKeyCreateAttributes

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 APIKeyCreateAttributes category.

name: string

Name of the API key.

remoteConfigReadEnabled?: boolean

The APIKeyCreateAttributes remote_config_read_enabled.

Generated using TypeDoc