Table of Contents

Table "SAS Parameters"

ID 9064
Namespace: System.Azure.Storage

Optional parameters for Shared Access Signature authorization for Azure Storage Services. see: https://go.microsoft.com/fwlink/?linkid=2210398

Properties

Name Value
Access Public
Extensible False
TableType Temporary
InherentEntitlements X
InherentPermissions X

Fields

Name Type Description
ApiVersion Enum System.Azure.Storage."Storage Service API Version"

Specifies the storage service version to use to execute the request made using the account SAS URI.

SignedStart DateTime

The time at which the SAS becomes valid, expressed in one of the accepted ISO 8601 UTC formats. If omitted, the start time is assumed to be the time when the storage service receives the request.

SignedIp Text[2048]

Specifies an IP address or a range of IP addresses from which to accept requests. When specifying a range, note that the range is inclusive.

SignedProtocol Option

Specifies the protocol permitted for a request made with the account SAS. Possible values are both HTTPS and HTTP (https,http) or HTTPS only (https)

SignedEncryptionScope Text[63]

Indicates the encryption scope to use to encrypt the request contents. This field is supported with version 2020-12-06 and later. See also: https://learn.microsoft.com/en-us/rest/api/storageservices/create-account-sas#specify-the-encryption-scope The name of the encryption scope within the specified storage account. Encryption scope names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only Every dash (-) character must be immediately preceded and followed by a letter or number. See also: https://learn.microsoft.com/en-us/rest/api/storagerp/encryption-scopes/put?tabs=HTTP#uri-parameters

SystemId Guid
SystemCreatedAt DateTime
SystemCreatedBy Guid
SystemModifiedAt DateTime
SystemModifiedBy Guid
SystemRowVersion BigInteger

See also