Netskope MCP Server

updatePublisherAssociation

Associate private applications with publishers by configuring the MCP Server. Input private app IDs and publisher IDs to establish or modify connections within Netskope infrastructure.

Input Schema

NameRequiredDescriptionDefault
private_app_idsYesArray of private application IDs
publisher_idsYesArray of publisher IDs

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "private_app_ids": { "description": "Array of private application IDs", "items": { "type": "string" }, "type": "array" }, "publisher_ids": { "description": "Array of publisher IDs", "items": { "type": "string" }, "type": "array" } }, "required": [ "private_app_ids", "publisher_ids" ], "type": "object" }
ID: fbsq8oidqv