<PackageReference Include="Azure.Storage.Files.DataLake" Version="12.27.0-beta.1" />

Azure.Storage.Files.DataLake.Models.DataLakeGetUserDelegationKeyOptions

Parameters for Get User Delegation Key.
public string DelegatedUserTenantId { get; set; }

Optional. The delegated user tenant id in Azure AD.

public DateTimeOffset ExpiresOn { get; set; }

Expiration of the key's validity. The time should be specified in UTC.

public DateTimeOffset? StartsOn { get; set; }

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).

Constructor for DataLakeGetUserDelegationKeyOptions.