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

CommitServicePerimetersRequest

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

A request to commit dry-run specs in all Service Perimeters belonging to an Access Policy.

interface CommitServicePerimetersRequest {
etag?: string;
}

§Properties

§
etag?: string
[src]

Optional. The etag for the version of the Access Policy that this commit operation is to be performed on. If, at the time of commit, the etag for the Access Policy stored in Access Context Manager is different from the specified etag, then the commit 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.