AccountSasParameters

The parameters to list SAS credentials of a storage account.

AzureBlob StorageCloud StorageFile StorageQueue StorageStorageTable Storage

Properties

Name Type Description
keyToSign string The key to sign the account SAS token with.
signedExpiry string The time at which the shared access signature becomes invalid.
signedIp string An IP address or a range of IP addresses from which to accept requests.
signedPermission string The signed permissions for the account SAS. Possible values include: Read (r), Write (w), Delete (d), List (l), Add (a), Create (c), Update (u) and Process (p).
signedProtocol string The protocol permitted for a request made with the account SAS.
signedResourceTypes string The signed resource types that are accessible with the account SAS. Service (s): Access to service-level APIs; Container (c): Access to container-level APIs; Object (o): Access to object-level APIs fo
signedServices string The signed services accessible with the account SAS. Possible values include: Blob (b), Queue (q), Table (t), File (f).
signedStart string The time at which the SAS becomes valid.
View JSON Schema on GitHub

JSON Schema

azure-storage-accounts-account-sas-parameters-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/azure-storage-accounts/refs/heads/main/json-schema/azure-storage-accounts-account-sas-parameters-schema.json",
  "title": "AccountSasParameters",
  "description": "The parameters to list SAS credentials of a storage account.",
  "properties": {
    "keyToSign": {
      "description": "The key to sign the account SAS token with.",
      "type": "string"
    },
    "signedExpiry": {
      "description": "The time at which the shared access signature becomes invalid.",
      "format": "date-time",
      "type": "string",
      "x-ms-client-name": "SharedAccessExpiryTime"
    },
    "signedIp": {
      "description": "An IP address or a range of IP addresses from which to accept requests.",
      "type": "string",
      "x-ms-client-name": "IPAddressOrRange"
    },
    "signedPermission": {
      "description": "The signed permissions for the account SAS. Possible values include: Read (r), Write (w), Delete (d), List (l), Add (a), Create (c), Update (u) and Process (p).",
      "enum": [
        "r",
        "d",
        "w",
        "l",
        "a",
        "c",
        "u",
        "p"
      ],
      "type": "string",
      "x-ms-client-name": "Permissions",
      "x-ms-enum": {
        "modelAsString": true,
        "name": "Permissions"
      }
    },
    "signedProtocol": {
      "description": "The protocol permitted for a request made with the account SAS.",
      "enum": [
        "https,http",
        "https"
      ],
      "type": "string",
      "x-ms-client-name": "Protocols",
      "x-ms-enum": {
        "modelAsString": false,
        "name": "HttpProtocol"
      }
    },
    "signedResourceTypes": {
      "description": "The signed resource types that are accessible with the account SAS. Service (s): Access to service-level APIs; Container (c): Access to container-level APIs; Object (o): Access to object-level APIs for blobs, queue messages, table entities, and files.",
      "enum": [
        "s",
        "c",
        "o"
      ],
      "type": "string",
      "x-ms-client-name": "ResourceTypes",
      "x-ms-enum": {
        "modelAsString": true,
        "name": "SignedResourceTypes"
      }
    },
    "signedServices": {
      "description": "The signed services accessible with the account SAS. Possible values include: Blob (b), Queue (q), Table (t), File (f).",
      "enum": [
        "b",
        "q",
        "t",
        "f"
      ],
      "type": "string",
      "x-ms-client-name": "Services",
      "x-ms-enum": {
        "modelAsString": true,
        "name": "Services"
      }
    },
    "signedStart": {
      "description": "The time at which the SAS becomes valid.",
      "format": "date-time",
      "type": "string",
      "x-ms-client-name": "SharedAccessStartTime"
    }
  },
  "type": "object",
  "required": [
    "signedServices",
    "signedResourceTypes",
    "signedPermission",
    "signedExpiry"
  ]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/azure-storage-accounts-account-sas-parameters"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.