EndpointKeysDTO interface

Schema for EndpointKeys generate/refresh operations.

Properties

installedVersion

Current version of runtime.

language

Language setting of runtime.

lastStableVersion

Latest version of runtime.

primaryEndpointKey

Primary Access Key.

secondaryEndpointKey

Secondary Access Key.

Property Details

installedVersion

Current version of runtime.

installedVersion?: string

Property Value

string

language

Language setting of runtime.

language?: string

Property Value

string

lastStableVersion

Latest version of runtime.

lastStableVersion?: string

Property Value

string

primaryEndpointKey

Primary Access Key.

primaryEndpointKey?: string

Property Value

string

secondaryEndpointKey

Secondary Access Key.

secondaryEndpointKey?: string

Property Value

string