InvestigationScopeResponse

data class InvestigationScopeResponse(val id: String, val origin: OriginResponse, val relevance: String? = null)

A single scope of the investigation

Constructors

Link copied to clipboard
constructor(id: String, origin: OriginResponse, relevance: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The ID of the scope of the investigation - either an Azure alert ID or an Azure resource ID

Link copied to clipboard

The origin of the scope

Link copied to clipboard
val relevance: String? = null

The relevance of the scope