Share via


ResourceListKeys interface

Response for the POST request that returns Namespace or NotificationHub access keys (connection strings).

Properties

keyName

Gets or sets keyName of the created AuthorizationRule NOTE: This property will not be serialized. It can only be populated by the server.

primaryConnectionString

Gets or sets primaryConnectionString of the AuthorizationRule. NOTE: This property will not be serialized. It can only be populated by the server.

primaryKey

Gets or sets primaryKey of the created AuthorizationRule. NOTE: This property will not be serialized. It can only be populated by the server.

secondaryConnectionString

Gets or sets secondaryConnectionString of the created AuthorizationRule NOTE: This property will not be serialized. It can only be populated by the server.

secondaryKey

Gets or sets secondaryKey of the created AuthorizationRule NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

keyName

Gets or sets keyName of the created AuthorizationRule NOTE: This property will not be serialized. It can only be populated by the server.

keyName?: string

Property Value

string

primaryConnectionString

Gets or sets primaryConnectionString of the AuthorizationRule. NOTE: This property will not be serialized. It can only be populated by the server.

primaryConnectionString?: string

Property Value

string

primaryKey

Gets or sets primaryKey of the created AuthorizationRule. NOTE: This property will not be serialized. It can only be populated by the server.

primaryKey?: string

Property Value

string

secondaryConnectionString

Gets or sets secondaryConnectionString of the created AuthorizationRule NOTE: This property will not be serialized. It can only be populated by the server.

secondaryConnectionString?: string

Property Value

string

secondaryKey

Gets or sets secondaryKey of the created AuthorizationRule NOTE: This property will not be serialized. It can only be populated by the server.

secondaryKey?: string

Property Value

string