class Google::Apis::AccesscontextmanagerV1::CommitServicePerimetersRequest

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

Attributes

etag[RW]

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. Corresponds to the JSON property `etag` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/accesscontextmanager_v1/classes.rb, line 221
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/accesscontextmanager_v1/classes.rb, line 226
def update!(**args)
  @etag = args[:etag] if args.key?(:etag)
end