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

AddRolesResponse

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

Represents IAM roles added to the shared VPC host project.

interface AddRolesResponse {
policyBinding?: PolicyBinding[];
}

§Properties

§
policyBinding?: PolicyBinding[]
[src]

Required. List of policy bindings that were added to the shared VPC host project.