Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

OrganizationsSimulationsAttackExposureResultsValuedResourcesListOptions

import type { OrganizationsSimulationsAttackExposureResultsValuedResourcesListOptions } from "https://googleapis.deno.dev/v1/securitycenter:v1.ts";

Additional options for SecurityCenter#organizationsSimulationsAttackExposureResultsValuedResourcesList.

interface OrganizationsSimulationsAttackExposureResultsValuedResourcesListOptions {
filter?: string;
orderBy?: string;
pageSize?: number;
pageToken?: string;
}

§Properties

§
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.

§
pageSize?: number
[src]

The maximum number of results to return in a single response. Default is 10, minimum is 1, maximum is 1000.

§
pageToken?: string
[src]

The value returned by the last ListValuedResourcesResponse; indicates that this is a continuation of a prior ListValuedResources call, and that the system should return the next page of data.