Get Watchlist Result
data class GetWatchlistResult(val contentType: String? = null, val created: String? = null, val createdBy: WatchlistUserInfoResponse? = null, val defaultDuration: String? = null, val description: String? = null, val displayName: String, val etag: String? = null, val id: String, val isDeleted: Boolean? = null, val itemsSearchKey: String, val labels: List<String>? = null, val name: String, val numberOfLinesToSkip: Int? = null, val provider: String, val rawContent: String? = null, val source: String, val systemData: SystemDataResponse, val tenantId: String? = null, val type: String, val updated: String? = null, val updatedBy: WatchlistUserInfoResponse? = null, val uploadStatus: String? = null, val watchlistAlias: String? = null, val watchlistId: String? = null, val watchlistType: String? = null)
Represents a Watchlist in Azure Security Insights.
Constructors
Link copied to clipboard
fun GetWatchlistResult(contentType: String? = null, created: String? = null, createdBy: WatchlistUserInfoResponse? = null, defaultDuration: String? = null, description: String? = null, displayName: String, etag: String? = null, id: String, isDeleted: Boolean? = null, itemsSearchKey: String, labels: List<String>? = null, name: String, numberOfLinesToSkip: Int? = null, provider: String, rawContent: String? = null, source: String, systemData: SystemDataResponse, tenantId: String? = null, type: String, updated: String? = null, updatedBy: WatchlistUserInfoResponse? = null, uploadStatus: String? = null, watchlistAlias: String? = null, watchlistId: String? = null, watchlistType: String? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard