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

View Source

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

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.AccessContextManager.V1.Model.ReplaceAccessLevelsRequest{
  accessLevels: [GoogleApi.AccessContextManager.V1.Model.AccessLevel.t()] | nil,
  etag: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.