AccessKeys interface

Namespace/Relay Connection String

Properties

keyName

A string that describes the authorization rule.

primaryConnectionString

Primary connection string of the created namespace authorization rule.

primaryKey

A base64-encoded 256-bit primary key for signing and validating the SAS token.

secondaryConnectionString

Secondary connection string of the created namespace authorization rule.

secondaryKey

A base64-encoded 256-bit secondary key for signing and validating the SAS token.

Property Details

keyName

A string that describes the authorization rule.

keyName?: string

Property Value

string

primaryConnectionString

Primary connection string of the created namespace authorization rule.

primaryConnectionString?: string

Property Value

string

primaryKey

A base64-encoded 256-bit primary key for signing and validating the SAS token.

primaryKey?: string

Property Value

string

secondaryConnectionString

Secondary connection string of the created namespace authorization rule.

secondaryConnectionString?: string

Property Value

string

secondaryKey

A base64-encoded 256-bit secondary key for signing and validating the SAS token.

secondaryKey?: string

Property Value

string