Axway · JSON Structure

Amplify Platform Platform.User.Social.Enable Structure

Published when an OAuth service provider is added for a user.

Type: object Properties: 2
API ManagementEnterpriseIntegrationSecurity

platform.user.social.enable is a JSON Structure definition published by Axway, describing 2 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

service service_name

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "platform.user.social.enable",
  "description": "Published when an OAuth service provider is added for a user.",
  "type": "object",
  "properties": {
    "service": {
      "type": "string",
      "description": "An identifier for the service.",
      "enum": [
        "github",
        "gitlab",
        "google"
      ],
      "example": "github"
    },
    "service_name": {
      "type": "string",
      "description": "Name of the service.",
      "enum": [
        "GitHub",
        "GitLab",
        "Google"
      ],
      "example": "GitHub"
    }
  }
}