Get Artifact Source Result
data class GetArtifactSourceResult(val artifactRoot: String? = null, val authentication: SasAuthenticationResponse, val id: String, val location: String, val name: String, val sourceType: String, val tags: Map<String, String>? = null, val type: String)
The resource that defines the source location where the artifacts are located.
Constructors
Properties
Link copied to clipboard
The path from the location that the 'authentication' property say, a SAS URI to the blob container refers to, to the location of the artifacts. This can be used to differentiate different versions of the artifacts. Or, different types of artifacts like binaries or templates. The location referenced by the authentication property concatenated with this optional artifactRoot path forms the artifact source location where the artifacts are expected to be found.
Link copied to clipboard
The authentication method to use to access the artifact source.
Link copied to clipboard
The type of artifact source used.