Findings

Bulk Update Finding State

Bulk update finding states.

post/api/v1/findings/bulk/state

Request body

reopenC1ApiFindingV1BulkReopenAction

The BulkReopenAction message.

unsuppressC1ApiFindingV1BulkUnsuppressAction

The BulkUnsuppressAction message.

Response

Successful response

bulkActionIdstring

The ID of the asynchronous bulk action, which can be used to track progress.

Changes

Changed in 3 of the 33 revisions of this API.151413

  • f2cf3228f36614148See the full diff
    • the request property acceptRisk became not nullable

      request-property-became-not-nullable

    • the request property assignOwner became not nullable

      request-property-became-not-nullable

    • the request property refs became not nullable

      request-property-became-not-nullable

    • the request property reopen became not nullable

      request-property-became-not-nullable

    • the request property snooze became not nullable

      request-property-became-not-nullable

    • the request property suppress became not nullable

      request-property-became-not-nullable

    • the request property unsuppress became not nullable

      request-property-became-not-nullable

    • the acceptRisk request property type/format changed from object/ to /

      request-property-type-changed

    • the assignOwner request property type/format changed from object/ to /

      request-property-type-changed

    • the reopen request property type/format changed from object/ to /

      request-property-type-changed

    • the searchRequest request property type/format changed from object/ to /

      request-property-type-changed

    • the snooze request property type/format changed from object/ to /

      request-property-type-changed

    • the suppress request property type/format changed from object/ to /

      request-property-type-changed

    • the unsuppress request property type/format changed from object/ to /

      request-property-type-changed

    • removed the request property acceptRisk/expiresAt

      request-property-removed

    • removed the request property acceptRisk/justification

      request-property-removed

    • removed the request property assignOwner/owner

      request-property-removed

    • removed the request property searchRequest/appIds

      request-property-removed

    • removed the request property searchRequest/appUserIds

      request-property-removed

    • removed the request property searchRequest/findingTypes

      request-property-removed

    • removed the request property searchRequest/pageSize

      request-property-removed

    • removed the request property searchRequest/pageToken

      request-property-removed

    • removed the request property searchRequest/query

      request-property-removed

    • removed the request property searchRequest/severities

      request-property-removed

    • removed the request property searchRequest/states

      request-property-removed

    • removed the request property snooze/reason

      request-property-removed

    • removed the request property snooze/snoozeUntil

      request-property-removed

    • removed the request property suppress/reason

      request-property-removed

    • added c1.api.finding.v1.BulkAcceptRiskAction subschema #2 to the acceptRisk request property oneOf list

      request-property-one-of-added

    • added c1.api.finding.v1.BulkAssignOwnerAction subschema #2 to the assignOwner request property oneOf list

      request-property-one-of-added

    • added c1.api.finding.v1.BulkReopenAction subschema #2 to the reopen request property oneOf list

      request-property-one-of-added

    • added c1.api.finding.v1.BulkSnoozeAction subschema #2 to the snooze request property oneOf list

      request-property-one-of-added

    • added c1.api.finding.v1.BulkSuppressAction subschema #2 to the suppress request property oneOf list

      request-property-one-of-added

    • added c1.api.finding.v1.BulkUnsuppressAction subschema #2 to the unsuppress request property oneOf list

      request-property-one-of-added

    • added c1.api.finding.v1.FindingSearchRequest subschema #2 to the searchRequest request property oneOf list

      request-property-one-of-added

    • request property unsuppress reactivated

      request-property-reactivated

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • d391405a35d314See the full diff
    • request property searchRequest/findingTypes/items/ was restricted to a list of enum values

      request-property-became-enum

    • added the new FINDING_TYPE_DECOY_CREDENTIAL_USED enum value to the request property searchRequest/findingTypes/items/

      request-property-enum-value-added

    • added the new FINDING_TYPE_SERVICE_ACCOUNT_MISCLASSIFICATION enum value to the request property searchRequest/findingTypes/items/

      request-property-enum-value-added

    • added the new FINDING_TYPE_SIMILAR_USERNAME_MATCH enum value to the request property searchRequest/findingTypes/items/

      request-property-enum-value-added

    • added the new FINDING_TYPE_UNSPECIFIED enum value to the request property searchRequest/findingTypes/items/

      request-property-enum-value-added

    • endpoint added

      endpoint-added