google_api_access_context_manager v0.3.0 GoogleApi.AccessContextManager.V1.Model.CustomLevel View Source

CustomLevel is an AccessLevel using the Cloud Common Expression Language to represent the necessary conditions for the level to apply to a request. See CEL spec at: https://github.com/google/cel-spec

Attributes

  • expr (type: GoogleApi.AccessContextManager.V1.Model.Expr.t, default: nil) - Required. A Cloud CEL expression evaluating to a boolean.

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.CustomLevel{
  expr: GoogleApi.AccessContextManager.V1.Model.Expr.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.