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.v2021_01_01_preview.models._models_py3.ResourceSBAuthorizationRule
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
|
Resource Id. |
name
|
Resource name. |
type
|
Resource type. |
system_data
|
The system meta data relating to this resource. |
rights
|
The rights associated with the rule. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python