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
fun GetSourceControlResult(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)