Get Content Package Result
data class GetContentPackageResult(val author: MetadataAuthorResponse? = null, val categories: MetadataCategoriesResponse? = null, val contentId: String, val contentKind: String, val contentSchemaVersion: String? = null, val dependencies: MetadataDependenciesResponse? = null, val description: String? = null, val displayName: String, val etag: String? = null, val firstPublishDate: String? = null, val icon: String? = null, val id: String, val isFeatured: String? = null, val isNew: String? = null, val isPreview: String? = null, val lastPublishDate: String? = null, val name: String, val providers: List<String>? = null, val publisherDisplayName: String? = null, val source: MetadataSourceResponse? = null, val support: MetadataSupportResponse? = null, val systemData: SystemDataResponse, val threatAnalysisTactics: List<String>? = null, val threatAnalysisTechniques: List<String>? = null, val type: String, val version: String)
Represents a Package in Azure Security Insights.
Constructors
Link copied to clipboard
constructor(author: MetadataAuthorResponse? = null, categories: MetadataCategoriesResponse? = null, contentId: String, contentKind: String, contentSchemaVersion: String? = null, dependencies: MetadataDependenciesResponse? = null, description: String? = null, displayName: String, etag: String? = null, firstPublishDate: String? = null, icon: String? = null, id: String, isFeatured: String? = null, isNew: String? = null, isPreview: String? = null, lastPublishDate: String? = null, name: String, providers: List<String>? = null, publisherDisplayName: String? = null, source: MetadataSourceResponse? = null, support: MetadataSupportResponse? = null, systemData: SystemDataResponse, threatAnalysisTactics: List<String>? = null, threatAnalysisTechniques: List<String>? = null, type: String, version: String)
Properties
Link copied to clipboard
The author of the package
Link copied to clipboard
The categories of the package
Link copied to clipboard
The package kind
Link copied to clipboard
The version of the content schema.
Link copied to clipboard
The support tier of the package
Link copied to clipboard
The description of the package
Link copied to clipboard
The display name of the package
Link copied to clipboard
first publish date package item
Link copied to clipboard
Flag indicates if this package is among the featured list.
Link copied to clipboard
last publish date for the package item
Link copied to clipboard
The publisher display name of the package
Link copied to clipboard
The source of the package
Link copied to clipboard
The support tier of the package
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.
Link copied to clipboard
the tactics the resource covers
Link copied to clipboard
the techniques the resource covers, these have to be aligned with the tactics being used