Class: Google::Identity::AccessContextManager::V1::CustomLevel

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/identity/accesscontextmanager/v1/access_level.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#expr::Google::Type::Expr

Returns Required. A Cloud CEL expression evaluating to a boolean.

Returns:



136
137
138
139
# File 'proto_docs/google/identity/accesscontextmanager/v1/access_level.rb', line 136

class CustomLevel
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end