SasAuthentication interface
Defines the properties to access the artifacts using an Azure Storage SAS URI.
- Extends
Properties
sas |
The SAS URI to the Azure Storage blob container. Any offset from the root of the container to where the artifacts are located can be defined in the artifactRoot. |
type | Polymorphic discriminator, which specifies the different types this object can be |
Property Details
sasUri
The SAS URI to the Azure Storage blob container. Any offset from the root of the container to where the artifacts are located can be defined in the artifactRoot.
sasUri?: string
Property Value
string
type
Polymorphic discriminator, which specifies the different types this object can be
type: "Sas"
Property Value
"Sas"
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript