google_api_access_context_manager v0.8.0 GoogleApi.AccessContextManager.V1.Model.BasicLevel View Source

BasicLevel is an AccessLevel using a set of recommended features.

Attributes

  • combiningFunction (type: String.t, default: nil) - How the conditions list should be combined to determine if a request is granted this AccessLevel. If AND is used, each Condition in conditions must be satisfied for the AccessLevel to be applied. If OR is used, at least one Condition in conditions must be satisfied for the AccessLevel to be applied. Default behavior is AND.
  • conditions (type: list(GoogleApi.AccessContextManager.V1.Model.Condition.t), default: nil) - Required. A list of requirements for the AccessLevel to be granted.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.AccessContextManager.V1.Model.BasicLevel{
  combiningFunction: String.t(),
  conditions: [GoogleApi.AccessContextManager.V1.Model.Condition.t()]
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.