cdx-proto
    Preparing search index...

    Type Alias OrganizationalContact

    OrganizationalContact: Message<"cyclonedx.v1_6.OrganizationalContact"> & {
        bomRef?: string;
        email?: string;
        name?: string;
        phone?: string;
    }

    Type declaration

    • OptionalbomRef?: string

      An optional identifier which can be used to reference the object elsewhere in the BOM. Uniqueness is enforced within all elements and children of the root-level bom element.

      from field: optional string bom_ref = 4;

    • Optionalemail?: string

      The email address of the contact.

      from field: optional string email = 2;

    • Optionalname?: string

      The name of the contact

      from field: optional string name = 1;

    • Optionalphone?: string

      The phone number of the contact.

      from field: optional string phone = 3;

    from message cyclonedx.v1_6.OrganizationalContact