mconn_controller_connector_identity

APIs.ioEngineeringPlatform

Properties

Name Type Description
account_id object
activated boolean
id object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-mconn-controller-connector-identity-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/mconn_controller_connector_identity",
  "title": "mconn_controller_connector_identity",
  "properties": {
    "account_id": {
      "$ref": "#/components/schemas/mconn_account_id"
    },
    "activated": {
      "type": "boolean"
    },
    "id": {
      "$ref": "#/components/schemas/mconn_uuid"
    }
  },
  "required": [
    "id",
    "account_id",
    "activated"
  ],
  "type": "object"
}