Get Artifact Source Result
data class GetArtifactSourceResult(val armTemplateFolderPath: String? = null, val azureApiVersion: String, val branchRef: String? = null, val createdDate: String, val displayName: String? = null, val folderPath: String? = null, val id: String, val location: String? = null, val name: String, val provisioningState: String, val securityToken: String? = null, val sourceType: String? = null, val status: String? = null, val tags: Map<String, String>? = null, val type: String, val uniqueIdentifier: String, val uri: String? = null)
Properties of an artifact source.
Constructors
Link copied to clipboard
constructor(armTemplateFolderPath: String? = null, azureApiVersion: String, branchRef: String? = null, createdDate: String, displayName: String? = null, folderPath: String? = null, id: String, location: String? = null, name: String, provisioningState: String, securityToken: String? = null, sourceType: String? = null, status: String? = null, tags: Map<String, String>? = null, type: String, uniqueIdentifier: String, uri: String? = null)
Properties
Link copied to clipboard
The folder containing Azure Resource Manager templates.
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
The artifact source's creation date.
Link copied to clipboard
The artifact source's display name.
Link copied to clipboard
The folder containing artifacts.
Link copied to clipboard
The provisioning status of the resource.
Link copied to clipboard
The security token to authenticate to the artifact source.
Link copied to clipboard
The artifact source's type.
Link copied to clipboard
The unique immutable identifier of a resource (Guid).