Share via


TaxonomyCategory interface

Taxonomy category definition.

Properties

description

Description of the taxonomy category.

id

Unique identifier of the taxonomy category.

name

Name of the taxonomy category.

properties

Additional properties for the taxonomy category.

riskCategory

Risk category associated with this taxonomy category.

subCategories

List of taxonomy sub categories.

Property Details

description

Description of the taxonomy category.

description?: string

Property Value

string

id

Unique identifier of the taxonomy category.

id: string

Property Value

string

name

Name of the taxonomy category.

name: string

Property Value

string

properties

Additional properties for the taxonomy category.

properties?: Record<string, string>

Property Value

Record<string, string>

riskCategory

Risk category associated with this taxonomy category.

riskCategory: RiskCategory

Property Value

subCategories

List of taxonomy sub categories.

subCategories: TaxonomySubCategory[]

Property Value