DataLakeSasBuilder.AgentObjectId Property

Definition

Optional. Beginning in version 2020-02-10, this value will be used for the AAD Object ID of a user authorized by the owner of the User Delegation Key to perform the action granted by the SAS. The Azure Storage service will ensure that the owner of the user delegation key has the required permissions before granting access. the Azure Storage Service will perform an additional POSIX ACL check to determine if the user is authorized to perform the requested operation. This cannot be used in conjuction with PreauthorizedAgentObjectId. This is only used with generating User Delegation SAS.

public string AgentObjectId { get; set; }
member this.AgentObjectId : string with get, set
Public Property AgentObjectId As String

Property Value

Applies to