relatedFindings property

List<String>? relatedFindings
getter/setter pair

List of resource names of findings associated with this chokepoint.

For example, organizations/123/sources/456/findings/789. This list will have at most 100 findings.

Implementation

core.List<core.String>? relatedFindings;