Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 3.09 KB

DetectedSecretsQueriesRequest.md

File metadata and controls

36 lines (25 loc) · 3.09 KB

DetectedSecretsQueriesRequest

Properties

Name Type Required Description
Resolved bool If true, return secrets with a resolved status.
SecretTypes List<string> A list of secrets types to query. For a list of valid IDs, use the GET /secret-types endpoint.
Statuses_ List<Statuses> A list of the types of resolution statuses to query.
WorkspaceIds List<string> A list of workspaces IDs to query.
WorkspaceVisiblities_ List<WorkspaceVisiblities> A list of workspace visibility settings to query. This currently supports the team and public settings.

Statuses

The secret resolution status type: - FALSE_POSITIVE — The discovered secret is not an actual secret. - REVOKED — The secret is valid, but the user rotated their key to resolve the issue. - ACCEPTED_RISK — The Secret Scanner found the secret, but user accepts the risk of publishing it.

Properties

Name Type Required Description
FalsePositive string "FALSE_POSITIVE"
AcceptedRisk string "ACCEPTED_RISK"
Revoked string "REVOKED"

WorkspaceVisiblities

The type of visibility setting.

Properties

Name Type Required Description
Team string "team"
Public_ string "public"