cdx-proto
    Preparing search index...

    Type Alias Declarations_Assessor

    Declarations_Assessor: Message<"cyclonedx.v1_6.Declarations.Assessor"> & {
        bomRef?: string;
        organization?: OrganizationalEntity;
        thirdParty?: boolean;
    }

    Type declaration

    • OptionalbomRef?: string

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

      from field: optional string bom_ref = 1;

    • Optionalorganization?: OrganizationalEntity

      The entity issuing the assessment.

      from field: optional cyclonedx.v1_6.OrganizationalEntity organization = 3;

    • OptionalthirdParty?: boolean

      The boolean indicating if the assessor is outside the organization generating claims. A value of false indicates a self assessor.

      from field: optional bool thirdParty = 2;

    from message cyclonedx.v1_6.Declarations.Assessor