UserDelegationKey class
Definition
Represents a user delegation key, provided to the user by Azure Storage based on their Azure Active Directory access token.
The fields are saved as simple strings since the user does not have to interact with this object; to generate an identify SAS, the user can simply pass it to the right API.
UserDelegationKey()
- Inheritance
-
builtins.objectUserDelegationKey
Variables
- signed_oid
- str
- signed_tid
- str
- signed_start
- str
- signed_expiry
- str
- signed_service
- str
- signed_version
- str
- value
- str