ApiKey Class

An API key used for authenticating with a configuration store endpoint.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
ApiKey

Constructor

ApiKey(**kwargs)

Variables

id
str

The key ID.

name
str

A name for the key describing its usage.

value
str

The value of the key that is used for authentication purposes.

connection_string
str

A connection string that can be used by supporting clients for authentication.

last_modified
datetime

The last time any of the key's properties were modified.

read_only
bool

Whether this key can only be used for read operations.