Azure Storage Account · JSON Structure

Azure Storage Account List Account Sas Response Structure

The List SAS credentials operation response.

Type: object Properties: 1
AzureBlob StorageCloud StorageFile StorageMicrosoftStorage

ListAccountSasResponse is a JSON Structure definition published by Azure Storage Account, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

accountSasToken

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/azure-storage-account/refs/heads/main/json-structure/azure-storage-account-list-account-sas-response-structure.json",
  "description": "The List SAS credentials operation response.",
  "properties": {
    "accountSasToken": {
      "description": "List SAS credentials of storage account.",
      "readOnly": true,
      "type": "string"
    }
  },
  "type": "object",
  "name": "ListAccountSasResponse"
}