Function arguments

Use the following function arguments to build a custom query clause.

attr_name

Specifies the name of any attribute, such as is_product or platform.

object_name

Specifies the object reference form of any object version:

name-version:type:instance

order_spec

Specifies the search order. If the value depth is used for the order_spec, the value indicates that a depth-first search is done. breadth is used to specify a breadth-first search. If the value "none" is used for the order_spec, it indicates that the order is not significant and the search can be done in any order (the fastest method is used).

none | depth | breadth

privilege_name

Specifies the name of a permission such as read or write.

project_name

Specifies the name of any project object version:

project_name-version


Feedback