SharedAccessAuthorizationRuleProperties Class
SharedAccessAuthorizationRule properties.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
msrest.serialization.ModelSharedAccessAuthorizationRuleProperties
Constructor
SharedAccessAuthorizationRuleProperties(*, rights: List[str | AccessRights] | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
rights
|
The rights associated with the rule. |
Variables
Name | Description |
---|---|
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