Metadata_Privilege_PrivilegeInfo
The PrivilegeInfo structure contains the privilege information for a parameter element in an operation element.
{
"property_path": "string",
"privileges": [
"string"
]
}
The PrivilegeInfo.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, PrivilegeInfo.property-path will just contain the name of the parameter field. If the privilege is assigned to an entity in one of the field elements of a parameter element that is a structure element, then PrivilegeInfo.property-path will contain a path to the field element starting from the parameter name.
List of privileges assigned to the entity that is being referred by PrivilegeInfo.property-path.