Azure Storage Accounts · Example Payload

Azure Storage Accounts Account Sas Parameters Example

AzureBlob StorageCloud StorageFile StorageQueue StorageStorageTable Storage

Azure Storage Accounts Account Sas Parameters Example is an example object payload from Azure Storage Accounts, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

keyToSignsignedExpirysignedIpsignedPermissionsignedProtocolsignedResourceTypessignedServicessignedStart

Example Payload

Raw ↑
{
  "keyToSign": "example-string",
  "signedExpiry": "2026-04-19T12:00:00Z",
  "signedIp": "example-string",
  "signedPermission": "r",
  "signedProtocol": "https,http",
  "signedResourceTypes": "s",
  "signedServices": "b",
  "signedStart": "2026-04-19T12:00:00Z"
}