Accepts any additional properties
OptionalaccountYour Azure storage account name. Usually first segment in your Azure storage URL. e.g. https://acme-org.blob.core.windows.net would be the account name acme-org.
OptionalstorageAccess key associated with this storage account.
OptionalcontainerContainer to request a token for. e.g. my-container.
OptionalblobEntity to request a token for. e.g. my-blob. If blank the computed SAS will apply to the entire storage container.
OptionalexpirationExpiration in minutes for the generated token (default of 5 minutes).
OptionalsignedShared access policy identifier defined in your storage account resource.
Optionalblob_Indicates if the issued token has permission to read the content, properties, metadata and block list. Use the blob as the source of a copy operation.
Optionalblob_Indicates if the issued token has permission to create or write content, properties, metadata, or block list. Snapshot or lease the blob. Resize the blob (page blob only). Use the blob as the destination of a copy operation within the same account.
Optionalblob_Indicates if the issued token has permission to delete the blob.
Optionalcontainer_Indicates if the issued token has permission to read the content, properties, metadata or block list of any blob in the container. Use any blob in the container as the source of a copy operation
Optionalcontainer_Indicates that for any blob in the container if the issued token has permission to create or write content, properties, metadata, or block list. Snapshot or lease the blob. Resize the blob (page blob only). Use the blob as the destination of a copy operation within the same account.
Optionalcontainer_Indicates if issued token has permission to delete any blob in the container.
Optionalcontainer_Indicates if the issued token has permission to list blobs in the container.
Azure Blob Storage addon configuration.