View Source GoogleApi.AccessContextManager.V1.Model.CustomLevel (google_api_access_context_manager v0.27.0)
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AccessContextManager.V1.Model.CustomLevel{ expr: GoogleApi.AccessContextManager.V1.Model.Expr.t() | nil }