SasAuthenticationArgs

data class SasAuthenticationArgs(val sasUri: Output<String>, val type: Output<String>) : ConvertibleToJava<SasAuthenticationArgs>

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

Constructors

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

Properties

Link copied to clipboard
val sasUri: Output<String>

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
val type: Output<String>

The authentication type Expected value is 'Sas'.

Functions

Link copied to clipboard
open override fun toJava(): SasAuthenticationArgs