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

SearchAllIamPoliciesResponse

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

Search all IAM policies response.

interface SearchAllIamPoliciesResponse {
nextPageToken?: string;
}

§Properties

§
nextPageToken?: string
[src]

Set if there are more results than those appearing in this response; to get the next set of results, call this method again, using this value as the page_token.

§

A list of IAM policies that match the search query. Related information such as the associated resource is returned along with the policy.