ResourceListKeys Class

Namespace/ServiceBus Connection String.

Inheritance
azure.mgmt.servicebus._serialization.Model
ResourceListKeys

Constructor

ResourceListKeys(*, primary_connection_string: str | None = None, secondary_connection_string: str | None = None, primary_key: str | None = None, secondary_key: str | None = None, key_name: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
primary_connection_string
str

Primary connection string of the created namespace authorization rule.

secondary_connection_string
str

Secondary connection string of the created namespace authorization rule.

primary_key
str

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

secondary_key
str

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

key_name
str

A string that describes the authorization rule.

Variables

Name Description
primary_connection_string
str

Primary connection string of the created namespace authorization rule.

secondary_connection_string
str

Secondary connection string of the created namespace authorization rule.

primary_key
str

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

secondary_key
str

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

key_name
str

A string that describes the authorization rule.