GetSourceControlResult

data class GetSourceControlResult(val contentTypes: List<String>, val createdAt: String? = null, val createdBy: String? = null, val createdByType: String? = null, val description: String? = null, val displayName: String, val etag: String? = null, val id: String, val lastModifiedAt: String? = null, val lastModifiedBy: String? = null, val lastModifiedByType: String? = null, val name: String, val repoType: String, val repository: RepositoryResponse, val systemData: SystemDataResponse, val type: String)

Represents a SourceControl in Azure Security Insights.

Constructors

Link copied to clipboard
constructor(contentTypes: List<String>, createdAt: String? = null, createdBy: String? = null, createdByType: String? = null, description: String? = null, displayName: String, etag: String? = null, id: String, lastModifiedAt: String? = null, lastModifiedBy: String? = null, lastModifiedByType: String? = null, name: String, repoType: String, repository: RepositoryResponse, systemData: SystemDataResponse, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Array of source control content types.

Link copied to clipboard
val createdAt: String? = null

The timestamp of resource creation (UTC).

Link copied to clipboard
val createdBy: String? = null

The identity that created the resource.

Link copied to clipboard
val createdByType: String? = null

The type of identity that created the resource.

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

Azure resource Id

Link copied to clipboard
val lastModifiedAt: String? = null

The timestamp of resource last modification (UTC)

Link copied to clipboard
val lastModifiedBy: String? = null

The identity that last modified the resource.

Link copied to clipboard

The type of identity that last modified the resource.

Link copied to clipboard

Azure resource name

Link copied to clipboard

Repository metadata.

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

Azure resource type