UpdateDetectedSecretResolutionsRequest
Properties
Name | Type | Required | Description |
---|---|---|---|
resolution | UpdateSecretResolutionsResolution1 | ✅ | The secret's updated resolution status: - 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. |
workspaceId | string | ✅ | The ID of the workspace that contains the secret. |
UpdateSecretResolutionsResolution1
The secret's updated resolution status: - 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" |
REVOKED | string | ✅ | "REVOKED" |
ACCEPTEDRISK | string | ✅ | "ACCEPTED_RISK" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs