Managed Storage Schema
{
"type": "object",
"properties": {
"managedOrganizationId": {
"type": "string",
"description": "PixieBrix organization ID the extension should link to"
},
"enforceAuthentication": {
"type": "boolean",
"description": "Enforce PixieBrix authentication on specified URLs",
"default": false
},
"disableLoginTab": {
"type": "boolean",
"description": "Disable opening a login tab on install and heartbeat",
"default": false
},
"partnerId": {
"type": "string",
"description": "PixieBrix partner ID"
},
"ssoUrl": {
"type": "string",
"format": "uri",
"description": "URL to perform single sign-on, including scheme"
},
"controlRoomUrl": {
"type": "string",
"format": "uri",
"description": "Automation Anywhere Control Room URL, including scheme"
},
"campaignIds": {
"type": "array",
"description": "Campaign IDs the extension is associated with",
"items": {
"type": "string"
}
},
"serviceUrl": {
"type": "string",
"description": "PixieBrix service URL",
"default": "https://app.pixiebrix.com"
},
"deploymentKey": {
"type": "string",
"description": "Shared deployment key for receiving deployments without user-authentication"
},
"disableBrowserWarning": {
"type": "boolean",
"description": "Disable the browser warning for non-Chrome browsers, e.g., Microsoft Edge",
"default": false
},
"showSidebarLogo": {
"type": "boolean",
"description": "Controls the visibility the PixieBrix sidebar logo. Overrides the team theme, if one exists."
}
}
}
Last updated
Was this helpful?