SourceControlProperties interface

Describes source control properties

Properties

contentTypes

Array of source control content types.

description

A description of the source control

displayName

The display name of the source control

id

The id (a Guid) of the source control

lastDeploymentInfo

Information regarding the latest deployment for the source control.

pullRequest

Information regarding the pull request of the source control.

repository

Repository metadata.

repositoryAccess

Repository access credentials. This is write-only object and it never returns back to a user.

repositoryResourceInfo

Information regarding the resources created in user's repository.

repoType

The repository type of the source control

servicePrincipal

Service principal metadata.

version

The version number associated with the source control

workloadIdentityFederation

Workload Identity metadata.

Property Details

contentTypes

Array of source control content types.

contentTypes: string[]

Property Value

string[]

description

A description of the source control

description?: string

Property Value

string

displayName

The display name of the source control

displayName: string

Property Value

string

id

The id (a Guid) of the source control

id?: string

Property Value

string

lastDeploymentInfo

Information regarding the latest deployment for the source control.

lastDeploymentInfo?: DeploymentInfo

Property Value

pullRequest

Information regarding the pull request of the source control.

pullRequest?: PullRequest

Property Value

repository

Repository metadata.

repository: Repository

Property Value

repositoryAccess

Repository access credentials. This is write-only object and it never returns back to a user.

repositoryAccess?: RepositoryAccess

Property Value

repositoryResourceInfo

Information regarding the resources created in user's repository.

repositoryResourceInfo?: RepositoryResourceInfo

Property Value

repoType

The repository type of the source control

repoType: string

Property Value

string

servicePrincipal

Service principal metadata.

servicePrincipal?: ServicePrincipal

Property Value

version

The version number associated with the source control

version?: string

Property Value

string

workloadIdentityFederation

Workload Identity metadata.

workloadIdentityFederation?: WorkloadIdentityFederation

Property Value