cdx-proto
    Preparing search index...

    Type Alias ComponentData_ComponentDataContents

    ComponentData_ComponentDataContents: Message<
        "cyclonedx.v1_5.ComponentData.ComponentDataContents",
    > & {
        attachment?: cdx_15.AttachedText;
        properties: cdx_15.Property[];
        url?: string;
    }

    Type declaration

    • Optionalattachment?: cdx_15.AttachedText

      An optional way to include textual or encoded data.

      from field: optional cyclonedx.v1_5.AttachedText attachment = 1;

    • properties: cdx_15.Property[]

      Provides the ability to document name-value parameters used for configuration.

      from field: repeated cyclonedx.v1_5.Property properties = 3;

    • Optionalurl?: string

      The URL to where the data can be retrieved.

      from field: optional string url = 2;

    from message cyclonedx.v1_5.ComponentData.ComponentDataContents