GoogleApi.AccessContextManager.V1.Model.CommitServicePerimetersRequest (google_api_access_context_manager v0.28.0)

View Source

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

Attributes

  • etag (type: String.t, default: nil) - 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.AccessContextManager.V1.Model.CommitServicePerimetersRequest{
  etag: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.