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

SASQueryParametersOptions interface

用于构造 <xref:SASQueryParameters>的选项。

属性

cacheControl

Blob/文件服务 SAS 中缓存控制标头的值。

contentDisposition

Blob/文件服务 SAS 中 content-disposition 标头的值。

contentEncoding

Blob/文件服务 SAS 中内容编码标头的值。

contentLanguage

Blob/文件服务 SAS 中内容长度标头的值。

contentType

Blob/文件服务 SAS 中内容类型标头的值。

correlationId

一个 GUID 值,该值将记录在存储诊断日志中,可用于将 SAS 生成与存储资源访问相关联。 这仅用于用户委派 SAS。

expiresOn

仅当提供标识符时才可选。 此 SAS 令牌的到期时间。

identifier

可选。 签名标识符仅 () <xref:BlobSASSignatureValues> 。

ipRange

可选。 此 SAS 中允许的 IP 范围。

permissions

仅当提供标识符时才可选。 有关更多详细信息, <xref:AccountSASPermissions>请参阅 、 <xref:BlobSASPermissions>或 <xref:ContainerSASPermissions> 。

preauthorizedAgentObjectId

GUID 格式的授权 AAD 对象 ID。 由用户委派密钥的所有者授权以执行 SAS 授予的操作的用户的 AAD 对象 ID。 Azure 存储服务将确保用户委派密钥的所有者在授予访问权限之前具有所需的权限,但不会对此值中指定的用户执行其他权限检查。 这不能用于与 <xref:signedUnauthorizedUserObjectId>的结合。 这仅用于用户委派 SAS。

protocol

可选。 允许的 HTTP 协议 () 。

resource

可选。 指定哪些资源只能通过 SAS (访问,仅供 <xref:BlobSASSignatureValues>) 访问。

resourceTypes

可选。 仅帐户 SAS) (访问的存储资源类型。 有关更多详细信息, <xref:AccountSASResourceTypes> 请参阅 。

services

可选。 仅帐户 SAS) (访问的存储服务。 有关更多详细信息, <xref:AccountSASServices> 请参阅 。

startsOn

可选。 此 SAS 令牌的开始时间。

userDelegationKey

用户委派密钥属性。

属性详细信息

cacheControl

Blob/文件服务 SAS 中缓存控制标头的值。

cacheControl?: string

属性值

string

contentDisposition

Blob/文件服务 SAS 中 content-disposition 标头的值。

contentDisposition?: string

属性值

string

contentEncoding

Blob/文件服务 SAS 中内容编码标头的值。

contentEncoding?: string

属性值

string

contentLanguage

Blob/文件服务 SAS 中内容长度标头的值。

contentLanguage?: string

属性值

string

contentType

Blob/文件服务 SAS 中内容类型标头的值。

contentType?: string

属性值

string

correlationId

一个 GUID 值,该值将记录在存储诊断日志中,可用于将 SAS 生成与存储资源访问相关联。 这仅用于用户委派 SAS。

correlationId?: string

属性值

string

expiresOn

仅当提供标识符时才可选。 此 SAS 令牌的到期时间。

expiresOn?: Date

属性值

Date

identifier

可选。 签名标识符仅 () <xref:BlobSASSignatureValues> 。

identifier?: string

属性值

string

ipRange

可选。 此 SAS 中允许的 IP 范围。

ipRange?: SasIPRange

属性值

permissions

仅当提供标识符时才可选。 有关更多详细信息, <xref:AccountSASPermissions>请参阅 、 <xref:BlobSASPermissions>或 <xref:ContainerSASPermissions> 。

permissions?: string

属性值

string

preauthorizedAgentObjectId

GUID 格式的授权 AAD 对象 ID。 由用户委派密钥的所有者授权以执行 SAS 授予的操作的用户的 AAD 对象 ID。 Azure 存储服务将确保用户委派密钥的所有者在授予访问权限之前具有所需的权限,但不会对此值中指定的用户执行其他权限检查。 这不能用于与 <xref:signedUnauthorizedUserObjectId>的结合。 这仅用于用户委派 SAS。

preauthorizedAgentObjectId?: string

属性值

string

protocol

可选。 允许的 HTTP 协议 () 。

protocol?: SASProtocol

属性值

resource

可选。 指定哪些资源只能通过 SAS (访问,仅供 <xref:BlobSASSignatureValues>) 访问。

resource?: string

属性值

string

resourceTypes

可选。 仅帐户 SAS) (访问的存储资源类型。 有关更多详细信息, <xref:AccountSASResourceTypes> 请参阅 。

resourceTypes?: string

属性值

string

services

可选。 仅帐户 SAS) (访问的存储服务。 有关更多详细信息, <xref:AccountSASServices> 请参阅 。

services?: string

属性值

string

startsOn

可选。 此 SAS 令牌的开始时间。

startsOn?: Date

属性值

Date

userDelegationKey

用户委派密钥属性。

userDelegationKey?: UserDelegationKey

属性值