Forbidden

APIs.ioEngineeringPlatform

Properties

Name Type Description
instance string The URI reference that identifies the specific occurrence of the problem.
status number The error's HTTP status code.
title string A short summary of the problem.
type string The type of error.
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-secretscanner403error-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/secretScanner403Error",
  "title": "Forbidden",
  "type": "object",
  "properties": {
    "instance": {
      "type": "string",
      "description": "The URI reference that identifies the specific occurrence of the problem.",
      "example": ""
    },
    "status": {
      "type": "number",
      "format": "http-status-code",
      "description": "The error's HTTP status code.",
      "example": 403
    },
    "title": {
      "type": "string",
      "description": "A short summary of the problem.",
      "example": "Only members with Superadmin, Admin, or Workspace Admin roles can view the detected secrets."
    },
    "type": {
      "type": "string",
      "description": "The type of error.",
      "example": "FORBIDDEN"
    }
  }
}