你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
SASQueryParametersOptions interface
用于构造 SASQueryParameters 的选项。
属性
agent |
未授权的 GUID 格式的 AAD 对象 ID。 用户委派密钥的所有者假定未经授权的用户的 AAD 对象 ID。 Azure 存储服务将执行额外的 POSIX ACL 检查,以确定用户是否有权执行请求的操作。 这不能用于与 <xref:signedAuthorizedUserObjectId>的结合。 这仅用于用户委派 SAS。 |
cache |
Blob/文件服务 SAS 中缓存控制标头的值。 |
content |
Blob/文件服务 SAS 中 content-disposition 标头的值。 |
content |
Blob/文件服务 SAS 中内容编码标头的值。 |
content |
Blob/文件服务 SAS 中内容长度标头的值。 |
content |
Blob/文件服务 SAS 中内容类型标头的值。 |
correlation |
一个 GUID 值,该值将记录在存储诊断日志中,可用于将 SAS 生成与存储资源访问相关联。 这仅用于用户委派 SAS。 |
directory |
指示字符串到签名的规范化resource 字段中指定的目录的深度。 目录的深度是根文件夹下的目录数。 |
encryption |
可选。 发送使用此 SAS URI 授权的请求时要使用的加密范围。 |
expires |
仅当提供标识符时才可选。 此 SAS 令牌的到期时间。 |
identifier | 可选。 签名标识符仅 () <xref:BlobSASSignatureValues> 。 请参见https://docs.microsoft.com/en-us/rest/api/storageservices/establishing-a-stored-access-policy |
ip |
可选。 此 SAS 中允许的 IP 范围。 |
permissions | 仅当提供标识符时才可选。 有关详细信息,请参阅 AccountSASPermissions、 <xref:BlobSASPermissions>或 <xref:ContainerSASPermissions> 。 |
preauthorized |
GUID 格式的授权 AAD 对象 ID。 用户委派密钥所有者授权执行 SAS 授予的操作的用户的 AAD 对象 ID。 Azure 存储服务将确保用户委派密钥的所有者在授予访问权限之前具有所需的权限,但不会对此值中指定的用户执行其他权限检查。 这不能用于与 <xref:signedUnauthorizedUserObjectId>的结合。 这仅用于用户委派 SAS。 |
protocol | 可选。 允许的 HTTP 协议 () 。 |
resource | 可选。 指定只能通过 <xref:BlobSASSignatureValues> SAS (访问) 的资源。 |
resource |
可选。 仅帐户 SAS) (访问的存储资源类型。 有关更多详细信息,请参阅 AccountSASResourceTypes 。 |
services | 可选。 仅帐户 SAS) (访问的存储服务。 有关更多详细信息,请参阅 AccountSASServices 。 |
starts |
可选。 此 SAS 令牌的开始时间。 |
user |
用户委派密钥属性。 |
属性详细信息
agentObjectId
未授权的 GUID 格式的 AAD 对象 ID。 用户委派密钥的所有者假定未经授权的用户的 AAD 对象 ID。 Azure 存储服务将执行额外的 POSIX ACL 检查,以确定用户是否有权执行请求的操作。 这不能用于与 <xref:signedAuthorizedUserObjectId>的结合。 这仅用于用户委派 SAS。
agentObjectId?: string
属性值
string
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
directoryDepth
指示字符串到签名的规范化resource 字段中指定的目录的深度。 目录的深度是根文件夹下的目录数。
directoryDepth?: number
属性值
number
encryptionScope
可选。 发送使用此 SAS URI 授权的请求时要使用的加密范围。
encryptionScope?: string
属性值
string
expiresOn
仅当提供标识符时才可选。 此 SAS 令牌的到期时间。
expiresOn?: Date
属性值
Date
identifier
可选。 签名标识符仅 () <xref:BlobSASSignatureValues> 。
请参见https://docs.microsoft.com/en-us/rest/api/storageservices/establishing-a-stored-access-policy
identifier?: string
属性值
string
ipRange
permissions
仅当提供标识符时才可选。 有关详细信息,请参阅 AccountSASPermissions、 <xref:BlobSASPermissions>或 <xref:ContainerSASPermissions> 。
permissions?: string
属性值
string
preauthorizedAgentObjectId
GUID 格式的授权 AAD 对象 ID。 用户委派密钥所有者授权执行 SAS 授予的操作的用户的 AAD 对象 ID。 Azure 存储服务将确保用户委派密钥的所有者在授予访问权限之前具有所需的权限,但不会对此值中指定的用户执行其他权限检查。 这不能用于与 <xref:signedUnauthorizedUserObjectId>的结合。 这仅用于用户委派 SAS。
preauthorizedAgentObjectId?: string
属性值
string
protocol
resource
可选。 指定只能通过 <xref:BlobSASSignatureValues> SAS (访问) 的资源。
resource?: string
属性值
string
resourceTypes
services
startsOn
可选。 此 SAS 令牌的开始时间。
startsOn?: Date
属性值
Date