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

ProjectsLocationsRulesListOptions

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

Additional options for WorkloadManager#projectsLocationsRulesList.

interface ProjectsLocationsRulesListOptions {
customRulesBucket?: string;
evaluationType?:
| "EVALUATION_TYPE_UNSPECIFIED"
| "SAP"
| "SQL_SERVER"
| "OTHER"
| "SCC_IAC";
filter?: string;
pageSize?: number;
pageToken?: string;
}

§Properties

§
customRulesBucket?: string
[src]

The Cloud Storage bucket name for custom rules.

§
evaluationType?: "EVALUATION_TYPE_UNSPECIFIED" | "SAP" | "SQL_SERVER" | "OTHER" | "SCC_IAC"
[src]

Optional. The evaluation type of the rules will be applied to. The Cloud Storage bucket name for custom rules.

§
filter?: string
[src]

Filter based on primary_category, secondary_category

§
pageSize?: number
[src]

Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.

§
pageToken?: string
[src]

A token identifying a page of results the server should return.