Alteryx · JSON Structure

Alteryx Server V3 Collection Permission Flags Structure

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

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

Properties

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": "CollectionPermissionFlags",
  "type": "object",
  "properties": {
    "isAdmin": {
      "type": "boolean"
    },
    "canAddAssets": {
      "type": "boolean"
    },
    "canRemoveAssets": {
      "type": "boolean"
    },
    "canUpdateAssets": {
      "type": "boolean"
    },
    "canAddUsers": {
      "type": "boolean"
    },
    "canRemoveUsers": {
      "type": "boolean"
    }
  }
}