Get Source Control Result
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)
Properties
Link copied to clipboard
Array of source control content types.
Link copied to clipboard
The type of identity that created the resource.
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
The timestamp of resource last modification (UTC)
Link copied to clipboard
The identity that last modified the resource.
Link copied to clipboard
The type of identity that last modified the resource.
Link copied to clipboard
Repository metadata.
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.