你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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