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?: stringProperty Value
string
type
Polymorphic discriminator, which specifies the different types this object can be
type: "Sas"Property Value
"Sas"