BlobSasBuilder.PreauthorizedAgentObjectId 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. No additional permission check for the user specified in this value will be performed. This is only used with generating User Delegation SAS.

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

Property Value

Applies to