SasAuthenticationResponse

data class SasAuthenticationResponse(val sasUri: String, val type: String)

Defines the properties to access the artifacts using an Azure Storage SAS URI.

Constructors

Link copied to clipboard
constructor(sasUri: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard

The authentication type Expected value is 'Sas'.