AccessKeys interface
Namespace/Relay Connection String
Properties
key |
A string that describes the authorization rule. |
primary |
Primary connection string of the created namespace authorization rule. |
primary |
A base64-encoded 256-bit primary key for signing and validating the SAS token. |
secondary |
Secondary connection string of the created namespace authorization rule. |
secondary |
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