action osisoft_asset_database_get_security_entry_by_name { label: "Retrieve the security entry of the specified security item associated with the asset database with the specified name." provider: osisoft method: GET path: "/assetdatabases/{webId}/securityentries/{name}" encoding: json input: { type: "object" properties: { name: { type: "string" } securityItem: { type: "string" } selectedFields: { type: "string" } webId: { type: "string" } webIdType: { type: "string" } } required: ["name", "webId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }