cdx-proto
    Preparing search index...

    Type Alias Metadata

    Metadata: Message<"cyclonedx.v1_5.Metadata"> & {
        authors: cdx_15.OrganizationalContact[];
        component?: cdx_15.Component;
        licenses?: cdx_15.LicenseChoice;
        lifecycles: cdx_15.Lifecycles[];
        manufacture?: cdx_15.OrganizationalEntity;
        properties: cdx_15.Property[];
        supplier?: cdx_15.OrganizationalEntity;
        timestamp?: Timestamp;
        tools?: cdx_15.Tool;
    }

    Type declaration

    • authors: cdx_15.OrganizationalContact[]

      The person(s) who created the BOM. Authors are common in BOMs created through manual processes. BOMs created through automated means may not have authors.

      from field: repeated cyclonedx.v1_5.OrganizationalContact authors = 3;

    • Optionalcomponent?: cdx_15.Component

      The component that the BOM describes.

      from field: optional cyclonedx.v1_5.Component component = 4;

    • Optionallicenses?: cdx_15.LicenseChoice

      The license information for the BOM document

      from field: optional cyclonedx.v1_5.LicenseChoice licenses = 7;

    • lifecycles: cdx_15.Lifecycles[]

      The product lifecycle(s) that this BOM represents.

      from field: repeated cyclonedx.v1_5.Lifecycles lifecycles = 9;

    • Optionalmanufacture?: cdx_15.OrganizationalEntity

      The organization that manufactured the component that the BOM describes.

      from field: optional cyclonedx.v1_5.OrganizationalEntity manufacture = 5;

    • properties: cdx_15.Property[]

      Specifies optional, custom, properties

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

    • Optionalsupplier?: cdx_15.OrganizationalEntity

      The organization that supplied the component that the BOM describes. The supplier may often be the manufacture, but may also be a distributor or repackager.

      from field: optional cyclonedx.v1_5.OrganizationalEntity supplier = 6;

    • Optionaltimestamp?: Timestamp

      The date and time (timestamp) when the document was created.

      from field: optional google.protobuf.Timestamp timestamp = 1;

    • Optionaltools?: cdx_15.Tool

      The tool(s) used in the creation of the BOM.

      from field: optional cyclonedx.v1_5.Tool tools = 2;

    from message cyclonedx.v1_5.Metadata