cdx-proto
    Preparing search index...

    Type Alias Declarations_Attestation

    Declarations_Attestation: Message<"cyclonedx.v1_6.Declarations.Attestation"> & {
        assessor?: string;
        map: Declarations_Attestation_AttestationMap[];
        summary?: string;
    }

    Type declaration

    • Optionalassessor?: string

      The bom-ref to the assessor asserting the attestation.

      from field: optional string assessor = 2;

    • map: Declarations_Attestation_AttestationMap[]

      The grouping of requirements to claims and the attestors' declared conformance and confidence thereof.

      from field: repeated cyclonedx.v1_6.Declarations.Attestation.AttestationMap map = 3;

    • Optionalsummary?: string

      The short description explaining the main points of the attestation.

      from field: optional string summary = 1;

    from message cyclonedx.v1_6.Declarations.Attestation