Update Finding Settings
Enable or disable detection for one or more finding types in a single write. Enabling a type whose detector is a scheduled job also queues an immediate run.
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.
Body
The UpdateFindingSettingsRequest message.
Applied as one atomic write, so an admin changing several types either lands all of them or none.
Response
Successful response
The UpdateFindingSettingsResponse message.
The full catalog after the write, in the same shape ListFindingSettings returns.