List Finding Settings
List every configurable finding type and whether detection is enabled.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
This API uses OAuth2 with the Client Credential flow. Client Credentials must be sent in the BODY, not the headers. For an example of how to implement this, refer to the c1TokenSource.Token() function.
Response
Successful response
The ListFindingSettingsResponse message.
True once the tenant has explicitly saved their finding-type settings at
least once, regardless of whether any value differs from default. False
means the tenant has never saved, so every entry in list is the
shipped default, unconfirmed by the tenant.
One entry per configurable finding type, in FindingType declaration order. Custom findings are excluded: they arrive over CreateFinding rather than from a detector, so there is nothing to switch off.