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

View Source

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

Attributes

  • etag (type: String.t, default: nil) - 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 (type: list(GoogleApi.AccessContextManager.V1.Model.ServicePerimeter.t), default: nil) - Required. The desired Service Perimeters that should replace all existing Service Perimeters in the Access Policy.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.AccessContextManager.V1.Model.ReplaceServicePerimetersRequest{
  etag: String.t() | nil,
  servicePerimeters:
    [GoogleApi.AccessContextManager.V1.Model.ServicePerimeter.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.