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

ReplaceServicePerimetersRequest

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

A request to replace all existing Service Perimeters in an Access Policy with the Service Perimeters provided. This is done atomically.

interface ReplaceServicePerimetersRequest {
etag?: string;
servicePerimeters?: ServicePerimeter[];
}

§Properties

§
etag?: string
[src]

Optional. The etag for the version of the Access Policy that this replace operation is to be performed on. If, at the time of replace, the etag for the Access Policy stored in Access Context Manager is different from the specified etag, then the replace operation will not be performed and the call will fail. This field is not required. If etag is not provided, the operation will be performed as if a valid etag is provided.

§
servicePerimeters?: ServicePerimeter[]
[src]

Required. The desired Service Perimeters that should replace all existing Service Perimeters in the Access Policy.