Alteryx · JSON Structure

Alteryx Server V3 Collection User Permission Structure

Type: object Properties: 7
AnalyticsAutomationData EngineeringData PreparationData ScienceETLMachine LearningPredictive Analytics

CollectionUserPermission is a JSON Structure definition published by Alteryx, describing 7 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

userId isAdmin canAddAssets canRemoveAssets canUpdateAssets canAddUsers canRemoveUsers

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CollectionUserPermission",
  "type": "object",
  "properties": {
    "userId": {
      "type": "string"
    },
    "isAdmin": {
      "type": "boolean"
    },
    "canAddAssets": {
      "type": "boolean"
    },
    "canRemoveAssets": {
      "type": "boolean"
    },
    "canUpdateAssets": {
      "type": "boolean"
    },
    "canAddUsers": {
      "type": "boolean"
    },
    "canRemoveUsers": {
      "type": "boolean"
    }
  }
}