ServiceBusAuthentication Class

ServiceBusAuthentication.

Inheritance
ServiceBusAuthentication

Constructor

ServiceBusAuthentication(*, sas_key: Optional[str] = None, sas_key_name: Optional[str] = None, type=None, **kwargs)

Parameters

sas_key
str
Required

Gets or sets the SAS key.

sas_key_name
str
Required

Gets or sets the SAS key name.

type
str or ServiceBusAuthenticationType
Required

Gets or sets the authentication type. Possible values include: 'NotSpecified', 'SharedAccessKey'