UserDelegationKey Class
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.
- Inheritance
-
builtins.objectUserDelegationKey
Constructor
UserDelegationKey()
Variables
Name | Description |
---|---|
signed_oid
|
Object ID of this token. |
signed_tid
|
Tenant ID of the tenant that issued this token. |
signed_start
|
The datetime this token becomes valid. |
signed_expiry
|
The datetime this token expires. |
signed_service
|
What service this key is valid for. |
signed_version
|
The version identifier of the REST service that created this token. |
value
|
The user delegation key. |
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Python