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

AddRolesRequest

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

Request for AddRoles to allow Service Producers to add roles in the shared VPC host project for them to use.

interface AddRolesRequest {
consumerNetwork?: string;
policyBinding?: PolicyBinding[];
}

§Properties

§
consumerNetwork?: string
[src]

Required. The network that the consumer is using to connect with services. Must be in the form of projects/{project}/global/networks/{network} {project} is a project number, as in '12345' {network} is a network name.

§
policyBinding?: PolicyBinding[]
[src]

Required. List of policy bindings to add to shared VPC host project.