Axway · Schema

platform.login.failed

Published when a user sign in fails.

API ManagementEnterpriseIntegrationSecurity

Properties

Name Type Description
from object
ip string Anonymized IP address.
View JSON Schema on GitHub

JSON Schema

axway-platformloginfailed-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/platform.login.failed",
  "title": "platform.login.failed",
  "type": "object",
  "description": "Published when a user sign in fails.",
  "x-context": "user",
  "allOf": [
    {
      "$ref": "#/components/schemas/EventDataUser"
    }
  ],
  "properties": {
    "from": {
      "$ref": "#/components/schemas/EventDataFrom"
    },
    "ip": {
      "type": "string",
      "description": "Anonymized IP address.",
      "example": "10.0.0.1"
    }
  }
}