Skip to main content

UpdateDetectedSecretResolutionsOkResponse

Properties

NameTypeRequiredDescription
historyHistory[]The history of the secret's resolution status changes.
resolutionUpdateSecretResolutionsResolution2The secret's current resolution status: - ACTIVE — The secret is active. - 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.
secretHashstringThe SHA-256 hash of the detected secret.
workspaceIdstringThe ID of the workspace that contains the secret.

History

Properties

NameTypeRequiredDescription
actornumberThe ID of the user that updated the secret's resolution status.
createdAtstringThe date and time at which the resolution status was updated.
resolutionHistoryResolutionThe secret's updated resolution status: - ACTIVE — The secret is active. - 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.

HistoryResolution

The secret's updated resolution status: - ACTIVE — The secret is active. - 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

NameTypeRequiredDescription
FALSEPOSITIVEstring"FALSE_POSITIVE"
ACCEPTEDRISKstring"ACCEPTED_RISK"
REVOKEDstring"REVOKED"
ACTIVEstring"ACTIVE"

UpdateSecretResolutionsResolution2

The secret's current resolution status: - ACTIVE — The secret is active. - 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

NameTypeRequiredDescription
FALSEPOSITIVEstring"FALSE_POSITIVE"
ACCEPTEDRISKstring"ACCEPTED_RISK"
REVOKEDstring"REVOKED"
ACTIVEstring"ACTIVE"

Build Your Own SDKs with  liblab

Build developer friendly SDKs in minutes from your APIs

Start for Free →