vapi metadata privilege: operation info

The operation_info structure contains privilege information of an operation element.

For an explanation of containment within operation elements, see vapi.metadata.privilege.service.operation.

Representation:

{
    "privilege_info"[
        {
            "privileges"[
                "string",
                "string"
            ],
            "property_path""string"
        },
        {
            "privileges"[
                "string",
                "string"
            ],
            "property_path""string"
        }
    ],
    "privileges"[
        "string",
        "string"
    ]
}

Attributes:

Name Type Description
Required
privileges string[] List of all privileges assigned to the operation element.

privilege_info privilege_info[] Privilege information of all the parameter elements of the operation element. For an explanation of containment of privilege information within parameter elements, see vapi.metadata.privilege.privilege_info.