action osisoft_element_template_get_security_entry_by_name { label: "Retrieve the security entry associated with the element template with the specified name." provider: osisoft method: GET path: "/elementtemplates/{webId}/securityentries/{name}" encoding: json input: { type: "object" properties: { name: { type: "string" } selectedFields: { type: "string" } webId: { type: "string" } webIdType: { type: "string" } } required: ["name", "webId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }