PackageProperties Class
Describes package properties.
Constructor
PackageProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
content_id
|
The content id of the package. |
|
content_product_id
|
Unique ID for the content. It should be generated based on the contentId, contentKind and the contentVersion of the package. |
|
content_kind
|
str or
PackageKind
The package kind. Known values are: "Solution" and "Standalone". |
|
content_schema_version
|
The version of the content schema. |
|
is_new
|
Flag indicates if this is a newly published package. Known values are: "true" and "false". |
|
is_preview
|
Flag indicates if this package is in preview. Known values are: "true" and "false". |
|
is_featured
|
Flag indicates if this package is among the featured list. Known values are: "true" and "false". |
|
is_deprecated
|
Flag indicates if this template is deprecated. Known values are: "true" and "false". |
|
version
|
the latest version number of the package. |
|
display_name
|
The display name of the package. |
|
description
|
The description of the package. |
|
publisher_display_name
|
The publisher display name of the package. |
|
source
|
The source of the package. |
|
author
|
The author of the package. |
|
support
|
The support tier of the package. |
|
dependencies
|
The support tier of the package. |
|
providers
|
Providers for the package item. |
|
first_publish_date
|
first publish date package item. |
|
last_publish_date
|
last publish date for the package item. |
|
categories
|
The categories of the package. |
|
threat_analysis_tactics
|
the tactics the resource covers. |
|
threat_analysis_techniques
|
the techniques the resource covers, these have to be aligned with the tactics being used. |
|
icon
|
the icon identifier. this id can later be fetched from the content metadata. |