cdx-proto
    Preparing search index...

    Type Alias Declarations_Evidence

    Declarations_Evidence: Message<"cyclonedx.v1_6.Declarations.Evidence"> & {
        author?: OrganizationalContact;
        bomRef?: string;
        created?: Timestamp;
        data: Declarations_Evidence_Data[];
        description?: string;
        expires?: Timestamp;
        propertyName?: string;
        reviewer?: OrganizationalContact;
    }

    Type declaration

    • Optionalauthor?: OrganizationalContact

      The author of the evidence.

      from field: optional cyclonedx.v1_6.OrganizationalContact author = 7;

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

    • Optionalcreated?: Timestamp

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

      from field: optional google.protobuf.Timestamp created = 5;

    • data: Declarations_Evidence_Data[]

      The output or analysis that supports claims.

      from field: repeated cyclonedx.v1_6.Declarations.Evidence.Data data = 4;

    • Optionaldescription?: string

      The written description of what this evidence is and how it was created.

      from field: optional string description = 3;

    • Optionalexpires?: Timestamp

      The optional date and time (timestamp) when the evidence is no longer valid.

      from field: optional google.protobuf.Timestamp expires = 6;

    • OptionalpropertyName?: string

      The reference to the property name as defined in the CycloneDX Property Taxonomy: https://github.com/CycloneDX/cyclonedx-property-taxonomy/.

      from field: optional string propertyName = 2;

    • Optionalreviewer?: OrganizationalContact

      The reviewer of the evidence.

      from field: optional cyclonedx.v1_6.OrganizationalContact reviewer = 8;

    from message cyclonedx.v1_6.Declarations.Evidence