Attributes used to update an API Key.

Hierarchy

  • APIKeyUpdateAttributes

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

name: string

Name of the API key.

remoteConfigReadEnabled?: boolean

The APIKeyUpdateAttributes remote_config_read_enabled.

Generated using TypeDoc