SharedAccessAuthorizationRuleResource Class
Description of a Namespace AuthorizationRules.
Variables are only populated by the server, and will be ignored when sending a request.
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. Default value: None
|
|
tags
|
A set of tags. Resource tags. Default value: None
|
|
sku
|
The sku of the created namespace. Default value: None
|
|
rights
|
The rights associated with the rule. Default value: None
|
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. |