SharedAccessAuthorizationRuleProperties Class

SharedAccessAuthorizationRule properties.

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

Inheritance
msrest.serialization.Model
SharedAccessAuthorizationRuleProperties

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
str

A base64-encoded 256-bit primary key for signing and validating the SAS token.

secondary_key
str

A base64-encoded 256-bit primary key for signing and validating the SAS token.

key_name
str

A string that describes the authorization rule.

claim_type
str

A string that describes the claim type.

claim_value
str

A string that describes the claim value.

modified_time
str

The last modified time for this rule.

created_time
str

The created time for this rule.

revision
int

The revision number for the rule.