ResourceListKeys Class

Namespace/ServiceBus Connection String.

Inheritance
ResourceListKeys

Constructor

ResourceListKeys(*, primary_connection_string: Optional[str] = None, secondary_connection_string: Optional[str] = None, primary_key: Optional[str] = None, secondary_key: Optional[str] = None, key_name: Optional[str] = None, **kwargs)

Parameters

primary_connection_string
str
Required

Primary connection string of the created namespace authorization rule.

secondary_connection_string
str
Required

Secondary connection string of the created namespace authorization rule.

primary_key
str
Required

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

secondary_key
str
Required

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

key_name
str
Required

A string that describes the authorization rule.