The custom property of the component of the SBOM.

Hierarchy

  • SBOMComponentProperty

Constructors

Properties

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
name: string

The name of the custom property of the component of the SBOM.

value: string

The value of the custom property of the component of the SBOM.

Generated using TypeDoc