cdx-proto
    Preparing search index...

    Type Alias Property

    Property: Message<"cyclonedx.v1_7.Property"> & { name: string; value?: string }

    Specifies a property

    Type Declaration

    • name: string

      Name (or key)

      from field: string name = 1;

    • Optionalvalue?: string

      Value

      from field: optional string value = 2;

    from message cyclonedx.v1_7.Property