SBAuthorizationRule Class

Description of a namespace authorization rule.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.servicebus.v2022_01_01_preview.models._models_py3.ProxyResource
SBAuthorizationRule

Constructor

SBAuthorizationRule(*, rights: List[str | _models.AccessRights] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
rights

The rights associated with the rule.

Variables

Name Description
id
str

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

name
str

The name of the resource.

type
str

The type of the resource. E.g. "Microsoft.EventHub/Namespaces" or "Microsoft.EventHub/Namespaces/EventHubs".

location
str

The geo-location where the resource lives.

system_data

The system meta data relating to this resource.

rights

The rights associated with the rule.