SharedAccessAuthorizationRuleResource Class
Description of a Namespace AuthorizationRules.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.notificationhubs.models._models_py3.ResourceSharedAccessAuthorizationRuleResource
Constructor
SharedAccessAuthorizationRuleResource(*, location: str | None = None, tags: Dict[str, str] | None = None, sku: Sku | None = None, rights: List[str | AccessRights] | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
location
|
Resource location. |
tags
|
A set of tags. Resource tags. |
sku
|
The sku of the created namespace. |
rights
|
The rights associated with the rule. |
Variables
Name | Description |
---|---|
id
|
Resource Id. |
name
|
Resource name. |
type
|
Resource type. |
location
|
Resource location. |
tags
|
A set of tags. Resource tags. |
sku
|
The sku of the created namespace. |
rights
|
The rights associated with the rule. |
primary_key
|
A base64-encoded 256-bit primary key for signing and validating the SAS token. |
secondary_key
|
A base64-encoded 256-bit primary key for signing and validating the SAS token. |
key_name
|
A string that describes the authorization rule. |
claim_type
|
A string that describes the claim type. |
claim_value
|
A string that describes the claim value. |
modified_time
|
The last modified time for this rule. |
created_time
|
The created time for this rule. |
revision
|
The revision number for the rule. |
Azure SDK for Python