cdx-proto
    Preparing search index...

    Type Alias OrganizationalEntity

    OrganizationalEntity: Message<"cyclonedx.v1_6.OrganizationalEntity"> & {
        address?: PostalAddressType;
        bomRef?: string;
        contact: OrganizationalContact[];
        name?: string;
        url: string[];
    }

    Type declaration

    • Optionaladdress?: PostalAddressType

      The physical address (location) of the organization

      from field: optional cyclonedx.v1_6.PostalAddressType address = 5;

    • 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;

    • contact: OrganizationalContact[]

      A contact person at the organization. Multiple contacts are allowed.

      from field: repeated cyclonedx.v1_6.OrganizationalContact contact = 3;

    • Optionalname?: string

      The name of the organization

      from field: optional string name = 1;

    • url: string[]

      The URL of the organization. Multiple URLs are allowed.

      from field: repeated string url = 2;

    from message cyclonedx.v1_6.OrganizationalEntity