Axway · Schema

platform.org.user.resent

Published when a user activation is resent.

API ManagementEnterpriseIntegrationSecurity

Properties

Name Type Description
activation_type object
View JSON Schema on GitHub

JSON Schema

amplify-platform-platform.org.user.resent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.com/schemas/axway/amplify-platform-platform.org.user.resent-schema.json",
  "title": "platform.org.user.resent",
  "description": "Published when a user activation is resent.",
  "type": "object",
  "properties": {
    "activation_type": {
      "$ref": "#/components/schemas/Activation/properties/type"
    }
  }
}