Search securables

Returns a list of securables.

A securable is a logical container of data that is owned by a group or principal. The owner of a securable has exclusive access to that securable and all child data. For example, the owner of an exposure set controls access to the exposures, analysis results, and variations in that exposure set.

This operation supports response filtering based the value of a subset of properties. Depending on the property, you may use a combination of comparison operators, list operators, and logical operators.

🍐

Permissions

To perform this operation, a principal must belong to a group that has been assigned the Data Admin role.

To learn more about role-based permissions in Risk Modeler, see Access Controls.

Query Params
string

Query string to select response data based on property values.

Supported properties: groupId, owner, ownerStatus, securableId, securableName, securableType. Supported logical operators depend on the data type of property:

PropertyTypeComparisonListIdentity
groupIdstring=INIS NULL, IS NOT NULL
ownerstring=IN
ownerStatusstring=
securableIdnumber=IN
securableNamestring=, LIKEIN
securableTypestring=IN

The IS NULL and IS NOT NULL filter based on whether or not a securable is assigned to a group or not. See Filtering Responses.

string

Comma-delimited list of properties. Sort order defined by one of ASC (ascending) or DESC (descending).

Supported properties: owner, securableId, securableName, securableType

int32

Number of records to display per page

int32

Number of the page displaying the returned records, starting at 0

Responses

Language
Credentials
Header
URL
Request
Response
Choose an example:
application/json