BlobGetUserDelegationKeyOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Parameters for Get User Delegation Key.
public class BlobGetUserDelegationKeyOptions
type BlobGetUserDelegationKeyOptions = class
Public Class BlobGetUserDelegationKeyOptions
- Inheritance
-
BlobGetUserDelegationKeyOptions
Constructors
| Name | Description |
|---|---|
| BlobGetUserDelegationKeyOptions(DateTimeOffset) |
Constructor for BlobGetUserDelegationKeyOptions. |
Properties
| Name | Description |
|---|---|
| DelegatedUserTenantId |
Optional. The delegated user tenant id in Azure AD. |
| ExpiresOn |
Expiration of the key's validity. The time should be specified in UTC. |
| StartsOn |
Optional. Start time for the key's validity, with null indicating an immediate start. The time should be specified in UTC. Note: If you set the start time to the current time, failures might occur intermittently for the first few minutes. This is due to different machines having slightly different current times (known as clock skew). |