action osisoft_analysis_category_get_security { label: "Get the security information of the specified security item associated with the analysis category for a specified user." provider: osisoft method: GET path: "/analysiscategories/{webId}/security" encoding: json input: { type: "object" properties: { forceRefresh: { type: "string" } selectedFields: { type: "string" } userIdentity: { type: "string" } webId: { type: "string" } webIdType: { type: "string" } } required: ["userIdentity", "webId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }