Get Source Control Result
data class GetSourceControlResult(val contentTypes: List<String>, val description: String? = null, val displayName: String, val etag: String? = null, val id: String, val lastDeploymentInfo: DeploymentInfoResponse? = null, val name: String, val repoType: String, val repository: RepositoryResponse, val repositoryResourceInfo: RepositoryResourceInfoResponse? = null, val systemData: SystemDataResponse, val type: String, val version: String? = null)
Represents a SourceControl in Azure Security Insights.
Constructors
Link copied to clipboard
constructor(contentTypes: List<String>, description: String? = null, displayName: String, etag: String? = null, id: String, lastDeploymentInfo: DeploymentInfoResponse? = null, name: String, repoType: String, repository: RepositoryResponse, repositoryResourceInfo: RepositoryResourceInfoResponse? = null, systemData: SystemDataResponse, type: String, version: String? = null)
Properties
Link copied to clipboard
Array of source control content types.
Link copied to clipboard
A description of the source control
Link copied to clipboard
The display name of the source control
Link copied to clipboard
Information regarding the latest deployment for the source control.
Link copied to clipboard
Repository metadata.
Link copied to clipboard
Information regarding the resources created in user's repository.
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.