GetSourceControlResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Array of source control content types.

Link copied to clipboard
val description: String? = null

A description of the source control

Link copied to clipboard

The display name of the source control

Link copied to clipboard
val etag: String? = null

Etag of the azure resource

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

Link copied to clipboard

Information regarding the latest deployment for the source control.

Link copied to clipboard

The name of the resource

Link copied to clipboard

Repository metadata.

Link copied to clipboard

Information regarding the resources created in user's repository.

Link copied to clipboard

The repository type of the source control

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Link copied to clipboard
val version: String? = null

The version number associated with the source control