ONLY AVAILABLE IN NODE.JS RUNTIME.
BlobSASSignatureValues is used to help generating Blob service SAS tokens for containers or blobs.
Properties blobNameOptional. The blob name of the SAS user may access. Required if snapshotTime or versionId is provided.
cacheControlOptional. The cache-control header for the SAS.
containerNameThe name of the container the SAS user may access.
contentDispositionOptional. The content-disposition header for the SAS.
contentEncodingOptional. The content-encoding header for the SAS.
contentLanguageOptional. The content-language header for the SAS.
contentTypeOptional. The content-type header for the SAS.
correlationIdOptional. Beginning in version 2020-02-10, this is a GUID value that will be logged in the storage diagnostic logs and can be used to correlate SAS generation with storage resource access. This is only used for User Delegation SAS.
encryptionScopeOptional. Encryption scope to use when sending requests authorized with this SAS URI.
expiresOnOptional only when identifier is provided. The time after which the SAS will no longer work.
identifierOptional. The name of the access policy on the container this SAS references if any.
See https://learn.microsoft.com/rest/api/storageservices/establishing-a-stored-access-policy
ipRangeOptional. IP ranges allowed in this SAS.
permissionsOptional only when identifier is provided. Please refer to either ContainerSASPermissions or BlobSASPermissions depending on the resource being accessed for help constructing the permissions string.
preauthorizedAgentObjectIdOptional. Beginning in version 2020-02-10, specifies the Authorized AAD Object ID in GUID format. 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 but no additional permission check for the user specified in this value will be performed. This is only used for User Delegation SAS.
protocolOptional. SAS protocols, HTTPS only or HTTPSandHTTP
snapshotTimeOptional. Snapshot timestamp string the SAS user may access. Only supported from API version 2018-11-09.
startsOnOptional. When the SAS will take effect.
versionThe version of the service this SAS will target. If not specified, it will default to the version targeted by the library.
versionIdOptional. VersionId of the blob version the SAS user may access. Only supported from API version 2019-10-10.
Property Details blobNameOptional. The blob name of the SAS user may access. Required if snapshotTime or versionId is provided.
blobName?: string
Property Value
string
cacheControlOptional. The cache-control header for the SAS.
cacheControl?: string
Property Value
string
containerNameThe name of the container the SAS user may access.
containerName: string
Property Value
string
contentDispositionOptional. The content-disposition header for the SAS.
contentDisposition?: string
Property Value
string
contentEncodingOptional. The content-encoding header for the SAS.
contentEncoding?: string
Property Value
string
contentLanguageOptional. The content-language header for the SAS.
contentLanguage?: string
Property Value
string
contentTypeOptional. The content-type header for the SAS.
contentType?: string
Property Value
string
correlationIdOptional. Beginning in version 2020-02-10, this is a GUID value that will be logged in the storage diagnostic logs and can be used to correlate SAS generation with storage resource access. This is only used for User Delegation SAS.
correlationId?: string
Property Value
string
encryptionScopeOptional. Encryption scope to use when sending requests authorized with this SAS URI.
encryptionScope?: string
Property Value
string
expiresOnOptional only when identifier is provided. The time after which the SAS will no longer work.
expiresOn?: Date
Property Value
Date
ipRangeOptional. IP ranges allowed in this SAS.
ipRange?: SasIPRange
Property Value
Optional. Beginning in version 2020-02-10, specifies the Authorized AAD Object ID in GUID format. 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 but no additional permission check for the user specified in this value will be performed. This is only used for User Delegation SAS.
preauthorizedAgentObjectId?: string
Property Value
string
protocolOptional. SAS protocols, HTTPS only or HTTPSandHTTP
protocol?: SASProtocol
Property Value snapshotTime
Optional. Snapshot timestamp string the SAS user may access. Only supported from API version 2018-11-09.
snapshotTime?: string
Property Value
string
startsOnOptional. When the SAS will take effect.
startsOn?: Date
Property Value
Date
versionThe version of the service this SAS will target. If not specified, it will default to the version targeted by the library.
version?: string
Property Value
string
versionIdOptional. VersionId of the blob version the SAS user may access. Only supported from API version 2019-10-10.
versionId?: string
Property Value
string
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4