ImportApiKeysRequest

The POST request to import API keys from an external source, such as a CSV-formatted file.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The payload of the POST request to import API keys. For the payload format, see API Key File Format.

Link copied to clipboard

A query parameter to indicate whether to rollback ApiKey importation (true) or not (false) when error is encountered.

Link copied to clipboard

A query parameter to specify the input format to imported API keys. Currently, only the csv format is supported.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String