CommunicationServiceKeys interface

A class representing the access keys of a CommunicationService.

Properties

primaryConnectionString

CommunicationService connection string constructed via the primaryKey

primaryKey

The primary access key.

secondaryConnectionString

CommunicationService connection string constructed via the secondaryKey

secondaryKey

The secondary access key.

Property Details

primaryConnectionString

CommunicationService connection string constructed via the primaryKey

primaryConnectionString?: string

Property Value

string

primaryKey

The primary access key.

primaryKey?: string

Property Value

string

secondaryConnectionString

CommunicationService connection string constructed via the secondaryKey

secondaryConnectionString?: string

Property Value

string

secondaryKey

The secondary access key.

secondaryKey?: string

Property Value

string