ArtifactSource interface 
Properties of an artifact source.
- Extends
Properties
| arm | The folder containing Azure Resource Manager templates. | 
| branch | The artifact source's branch reference. | 
| created | The artifact source's creation date. NOTE: This property will not be serialized. It can only be populated by the server. | 
| display | The artifact source's display name. | 
| folder | The folder containing artifacts. | 
| provisioning | The provisioning status of the resource. NOTE: This property will not be serialized. It can only be populated by the server. | 
| security | The security token to authenticate to the artifact source. | 
| source | The artifact source's type. | 
| status | Indicates if the artifact source is enabled (values: Enabled, Disabled). | 
| unique | The unique immutable identifier of a resource (Guid). NOTE: This property will not be serialized. It can only be populated by the server. | 
| uri | The artifact source's URI. | 
Inherited Properties
| id | The identifier of the resource. NOTE: This property will not be serialized. It can only be populated by the server. | 
| location | The location of the resource. | 
| name | The name of the resource. NOTE: This property will not be serialized. It can only be populated by the server. | 
| tags | The tags of the resource. | 
| type | The type of the resource. NOTE: This property will not be serialized. It can only be populated by the server. | 
Property Details
		armTemplateFolderPath
	   
	The folder containing Azure Resource Manager templates.
armTemplateFolderPath?: stringProperty Value
string
		branchRef
	 
	The artifact source's branch reference.
branchRef?: stringProperty Value
string
		createdDate
	 
	The artifact source's creation date. NOTE: This property will not be serialized. It can only be populated by the server.
createdDate?: DateProperty Value
Date
		displayName
	 
	The artifact source's display name.
displayName?: stringProperty Value
string
		folderPath
	 
	The folder containing artifacts.
folderPath?: stringProperty Value
string
		provisioningState
	 
	The provisioning status of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: stringProperty Value
string
		securityToken
	 
	The security token to authenticate to the artifact source.
securityToken?: stringProperty Value
string
		sourceType
	 
	The artifact source's type.
sourceType?: stringProperty Value
string
status
Indicates if the artifact source is enabled (values: Enabled, Disabled).
status?: stringProperty Value
string
		uniqueIdentifier
	 
	The unique immutable identifier of a resource (Guid). NOTE: This property will not be serialized. It can only be populated by the server.
uniqueIdentifier?: stringProperty Value
string
uri
The artifact source's URI.
uri?: stringProperty Value
string
Inherited Property Details
id
The identifier of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
id?: stringProperty Value
string
Inherited From Resource.id
location
The location of the resource.
location?: stringProperty Value
string
Inherited From Resource.location
name
The name of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
name?: stringProperty Value
string
Inherited From Resource.name
tags
The tags of the resource.
tags?: {[propertyName: string]: string}Property Value
{[propertyName: string]: string}
Inherited From Resource.tags
type
The type of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
type?: stringProperty Value
string
Inherited From Resource.type