PackageProperties Class

Describes package properties.

Constructor

PackageProperties(*args: Any, **kwargs: Any)

Variables

Name Description
content_id
str

The content id of the package.

content_product_id
str

Unique ID for the content. It should be generated based on the contentId, contentKind and the contentVersion of the package.

content_kind

The package kind. Known values are: "Solution" and "Standalone".

content_schema_version
str

The version of the content schema.

is_new
str or Flag

Flag indicates if this is a newly published package. Known values are: "true" and "false".

is_preview
str or Flag

Flag indicates if this package is in preview. Known values are: "true" and "false".

is_featured
str or Flag

Flag indicates if this package is among the featured list. Known values are: "true" and "false".

is_deprecated
str or Flag

Flag indicates if this template is deprecated. Known values are: "true" and "false".

version
str

the latest version number of the package.

display_name
str

The display name of the package.

description
str

The description of the package.

publisher_display_name
str

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
str

the icon identifier. this id can later be fetched from the content metadata.