Class RecordKey (2.0.1)

RecordKey(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Message for a unique key indicating a record that contains a finding.

Attribute

NameDescription
id_values Sequence[str]
Values of identifying columns in the given row. Order of values matches the order of ``identifying_fields`` specified in the scanning request.

Inheritance

builtins.object > proto.message.Message > RecordKey