GetArtifactSourceResult

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)

Types

Link copied to clipboard
object Companion

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
val branchRef: String? = null

The artifact source's branch reference.

Link copied to clipboard

The artifact source's creation date.

Link copied to clipboard
val displayName: String? = null

The artifact source's display name.

Link copied to clipboard
val folderPath: String? = null

The folder containing artifacts.

Link copied to clipboard
val id: String

The identifier of the resource.

Link copied to clipboard
val location: String? = null

The location of the resource.

Link copied to clipboard

The name of the resource.

Link copied to clipboard

The provisioning status of the resource.

Link copied to clipboard
val securityToken: String? = null

The security token to authenticate to the artifact source.

Link copied to clipboard
val sourceType: String? = null

The artifact source's type.

Link copied to clipboard
val status: String? = null

Indicates if the artifact source is enabled (values: Enabled, Disabled).

Link copied to clipboard
val tags: Map<String, String>? = null

The tags of the resource.

Link copied to clipboard

The type of the resource.

Link copied to clipboard

The unique immutable identifier of a resource (Guid).

Link copied to clipboard
val uri: String? = null

The artifact source's URI.