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. |
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" |
The type of visibility setting.
Properties
Name | Type | Required | Description |
---|---|---|---|
Team | string | ✅ | "team" |
Public_ | string | ✅ | "public" |