WSO2 · Schema

SecurityAuditAttributeDTO

SecurityAuditAttribute schema from WSO2 API Manager

API ManagementGatewaysOpen SourceAPI LifecycleGraphQLSOAPREST

Properties

Name Type Description
isGlobal boolean
overrideGlobal boolean
apiToken string
collectionId string
baseUrl string
View JSON Schema on GitHub

JSON Schema

publisher-api-security-audit-attribute-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/wso2/refs/heads/main/json-schema/publisher-api-security-audit-attribute-schema.json",
  "title": "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"
    }
  }
}