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

CommitServicePerimetersResponse

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

A response to CommitServicePerimetersRequest. This will be put inside of Operation.response field.

interface CommitServicePerimetersResponse {
servicePerimeters?: ServicePerimeter[];
}

§Properties

§
servicePerimeters?: ServicePerimeter[]
[src]

List of all the Service Perimeter instances in the Access Policy.