cdx-proto
    Preparing search index...

    Type Alias ComponentData

    ComponentData: Message<"cyclonedx.v1_5.ComponentData"> & {
        bomRef?: string;
        classification?: string;
        contents?: cdx_15.ComponentData_ComponentDataContents;
        description?: string;
        governance?: cdx_15.DataGovernance;
        graphics?: cdx_15.GraphicsCollection;
        name?: string;
        sensitiveData: string[];
        type: cdx_15.ComponentDataType;
    }

    Type declaration

    • OptionalbomRef?: string

      An optional identifier which can be used to reference the dataset elsewhere in the BOM. Every bom-ref MUST be unique within the BOM.

      from field: optional string bom_ref = 1;

    • Optionalclassification?: string

      Data classification tags data according to its type, sensitivity, and value if altered, stolen, or destroyed.

      from field: optional string classification = 5;

    • Optionalcontents?: cdx_15.ComponentData_ComponentDataContents

      The contents or references to the contents of the data being described.

      from field: optional cyclonedx.v1_5.ComponentData.ComponentDataContents contents = 4;

    • Optionaldescription?: string

      A description of the dataset. Can describe size of dataset, whether it's used for source code, training, testing, or validation, etc.

      from field: optional string description = 8;

    • Optionalgovernance?: cdx_15.DataGovernance

      Data Governance

      from field: optional cyclonedx.v1_5.DataGovernance governance = 9;

    • Optionalgraphics?: cdx_15.GraphicsCollection

      A collection of graphics that represent various measurements.

      from field: optional cyclonedx.v1_5.GraphicsCollection graphics = 7;

    • Optionalname?: string

      The name of the dataset.

      from field: optional string name = 3;

    • sensitiveData: string[]

      A description of any sensitive data in a dataset.

      from field: repeated string sensitiveData = 6;

    • type: cdx_15.ComponentDataType

      The general theme or subject matter of the data being specified.

      from field: cyclonedx.v1_5.ComponentDataType type = 2;

    from message cyclonedx.v1_5.ComponentData