Get Hunt Result
data class GetHuntResult(val attackTactics: List<String>? = null, val attackTechniques: List<String>? = null, val description: String, val displayName: String, val etag: String? = null, val hypothesisStatus: String? = null, val id: String, val labels: List<String>? = null, val name: String, val owner: HuntOwnerResponse? = null, val status: String? = null, val systemData: SystemDataResponse, val type: String)
Represents a Hunt in Azure Security Insights.
Constructors
Link copied to clipboard
fun GetHuntResult(attackTactics: List<String>? = null, attackTechniques: List<String>? = null, description: String, displayName: String, etag: String? = null, hypothesisStatus: String? = null, id: String, labels: List<String>? = null, name: String, owner: HuntOwnerResponse? = null, status: String? = null, systemData: SystemDataResponse, type: String)