Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AzureCredentials

import type { AzureCredentials } from "https://googleapis.deno.dev/v1/storagetransfer:v1.ts";

Azure credentials For information on our data retention policy for user credentials, see User credentials.

interface AzureCredentials {
sasToken?: string;
}

§Properties

§
sasToken?: string
[src]

Required. Azure shared access signature (SAS). For more information about SAS, see Grant limited access to Azure Storage resources using shared access signatures (SAS).