Azure Storage Account · Example Payload

Azure Storage Account Account Sas Parameters Example

AzureBlob StorageCloud StorageFile StorageMicrosoftStorage

Azure Storage Account Account Sas Parameters Example is an example object payload from Azure Storage Account, 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"
}