ApiKey interface

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

Properties

connectionString

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

id

The key ID.

lastModified

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

name

A name for the key describing its usage.

readOnly

Whether this key can only be used for read operations.

value

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

Property Details

connectionString

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

connectionString?: string

Property Value

string

id

The key ID.

id?: string

Property Value

string

lastModified

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

lastModified?: Date

Property Value

Date

name

A name for the key describing its usage.

name?: string

Property Value

string

readOnly

Whether this key can only be used for read operations.

readOnly?: boolean

Property Value

boolean

value

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

value?: string

Property Value

string