AccessKeys Class

Namespace/ServiceBus Connection String.

Constructor

AccessKeys(*args: Any, **kwargs: Any)

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.

alias_primary_connection_string
str

Primary connection string of the alias if GEO DR is enabled.

alias_secondary_connection_string
str

Secondary connection string of the alias if GEO DR is enabled.

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.

Attributes

alias_primary_connection_string

Primary connection string of the alias if GEO DR is enabled.

alias_primary_connection_string: str | None

alias_secondary_connection_string

Secondary connection string of the alias if GEO DR is enabled.

alias_secondary_connection_string: str | None

key_name

A string that describes the authorization rule.

key_name: str | None

primary_connection_string

Primary connection string of the created namespace authorization rule.

primary_connection_string: str | None

primary_key

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

primary_key: str | None

secondary_connection_string

Secondary connection string of the created namespace authorization rule.

secondary_connection_string: str | None

secondary_key

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

secondary_key: str | None