{ "$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" }