Cloud Asset V1 API - Class Google::Identity::AccessContextManager::V1::BasicLevel (v0.20.1)

Reference documentation and code samples for the Cloud Asset V1 API class Google::Identity::AccessContextManager::V1::BasicLevel.

BasicLevel is an AccessLevel using a set of recommended features.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#combining_function

def combining_function() -> ::Google::Identity::AccessContextManager::V1::BasicLevel::ConditionCombiningFunction
Returns

#combining_function=

def combining_function=(value) -> ::Google::Identity::AccessContextManager::V1::BasicLevel::ConditionCombiningFunction
Parameter
  • value (::Google::Identity::AccessContextManager::V1::BasicLevel::ConditionCombiningFunction) — 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.
Returns

#conditions

def conditions() -> ::Array<::Google::Identity::AccessContextManager::V1::Condition>
Returns

#conditions=

def conditions=(value) -> ::Array<::Google::Identity::AccessContextManager::V1::Condition>
Parameter
Returns