Axway · Schema

platform.user.password.change

Published when a users password is updated.

API ManagementEnterpriseIntegrationSecurity

Properties

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

JSON Schema

axway-platformuserpasswordchange-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/platform.user.password.change",
  "title": "platform.user.password.change",
  "type": "object",
  "description": "Published when a users password is updated.",
  "x-context": "user",
  "allOf": [
    {
      "$ref": "#/components/schemas/EventDataOrg"
    },
    {
      "$ref": "#/components/schemas/EventDataActionUser"
    },
    {
      "$ref": "#/components/schemas/EventDataUser"
    }
  ],
  "properties": {
    "ip": {
      "type": "string",
      "description": "Anonymized IP address.",
      "example": "10.0.0.1"
    }
  }
}