WSO2 · JSON Structure

Publisher Api Security Audit Attribute Structure

SecurityAuditAttribute schema from WSO2 API Manager

Type: object Properties: 5
API ManagementGatewaysOpen SourceAPI LifecycleGraphQLSOAPREST

SecurityAuditAttributeDTO is a JSON Structure definition published by WSO2, describing 5 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

isGlobal overrideGlobal apiToken collectionId baseUrl

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/wso2/refs/heads/main/json-structure/publisher-api-security-audit-attribute-structure.json",
  "name": "SecurityAuditAttributeDTO",
  "description": "SecurityAuditAttribute schema from WSO2 API Manager",
  "type": "object",
  "properties": {
    "isGlobal": {
      "type": "boolean",
      "example": false
    },
    "overrideGlobal": {
      "type": "boolean",
      "example": false
    },
    "apiToken": {
      "type": "string",
      "example": "b1267ytf-b7gc-4aee-924d-ece81241efec"
    },
    "collectionId": {
      "type": "string",
      "example": "456ef957-5a79-449f-83y3-9027945d3c60"
    },
    "baseUrl": {
      "type": "string"
    }
  }
}