OrganizationsSimulationsValuedResourcesListOptions
import type { OrganizationsSimulationsValuedResourcesListOptions } from "https://googleapis.deno.dev/v1/securitycenter:v1.ts";Additional options for SecurityCenter#organizationsSimulationsValuedResourcesList.
interface OrganizationsSimulationsValuedResourcesListOptions {
filter?: string;
orderBy?: string;
pageSize?: number;
pageToken?: string;
}§Properties
§The filter expression that filters the valued resources in the response.
Supported fields: *
filter?: string
[src]The filter expression that filters the valued resources in the response.
Supported fields: * resource_value supports = * resource_type supports
§
orderBy?: string
[src]Optional. The fields by which to order the valued resources response.
Supported fields: * exposed_score * resource_value * resource_type *
resource * display_name Values should be a comma separated list of
fields. For example: exposed_score,resource_value. The default sorting
order is descending. To specify ascending or descending order for a field,
append a ASC or a DESC suffix, respectively; for example:
exposed_score DESC.