ListAccountSasResponse

The List SAS credentials operation response.

AzureBlob StorageCloud StorageFile StorageMicrosoftStorage

Properties

Name Type Description
accountSasToken string List SAS credentials of storage account.
View JSON Schema on GitHub

JSON Schema

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