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

ProjectsLocationsDataPoliciesListOptions

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

Additional options for BigQueryDataPolicy#projectsLocationsDataPoliciesList.

interface ProjectsLocationsDataPoliciesListOptions {
filter?: string;
pageSize?: number;
pageToken?: string;
}

§Properties

§
filter?: string
[src]

Filters the data policies by policy tags that they are associated with. Currently filter only supports "policy_tag" based filtering and OR based predicates. Sample filter can be "policy_tag: projects/1/locations/us/taxonomies/2/policyTags/3". You may also use wildcard such as "policy_tag: projects/1/locations/us/taxonomies/2*". Please note that OR predicates cannot be used with wildcard filters.

§
pageSize?: number
[src]

The maximum number of data policies to return. Must be a value between 1 and 1000. If not set, defaults to 50.

§
pageToken?: string
[src]

The nextPageToken value returned from a previous list request, if any. If not set, defaults to an empty string.