vapi metadata privilege: privilege info
The
privilege_info
structure contains the privilege information for a parameter element in an operation element.Representation:
{
"privileges" : [
"string",
"string"
],
"property_path" : "string"
}
"privileges" : [
"string",
"string"
],
"property_path" : "string"
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
property_path | string | The property_path points to an entity that is used in the operation element. An entity can either be present in one of the parameter elements or if a parameter is a structure element, it could also be present in one of the field elements. If the privilege is assigned to an entity used in the parameter, |
privileges | string[] | List of privileges assigned to the entity that is being referred by vapi.metadata.privilege.privilege_info.property_path. |