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 
 -  (::Google::Identity::AccessContextManager::V1::BasicLevel::ConditionCombiningFunction) — How the 
conditionslist should be combined to determine if a request is granted thisAccessLevel. If AND is used, eachConditioninconditionsmust be satisfied for theAccessLevelto be applied. If OR is used, at least oneConditioninconditionsmust be satisfied for theAccessLevelto be applied. Default behavior is AND. 
#combining_function=
def combining_function=(value) -> ::Google::Identity::AccessContextManager::V1::BasicLevel::ConditionCombiningFunction Parameter 
 -  value (::Google::Identity::AccessContextManager::V1::BasicLevel::ConditionCombiningFunction) — How the 
conditionslist should be combined to determine if a request is granted thisAccessLevel. If AND is used, eachConditioninconditionsmust be satisfied for theAccessLevelto be applied. If OR is used, at least oneConditioninconditionsmust be satisfied for theAccessLevelto be applied. Default behavior is AND. 
 Returns 
 -  (::Google::Identity::AccessContextManager::V1::BasicLevel::ConditionCombiningFunction) — How the 
conditionslist should be combined to determine if a request is granted thisAccessLevel. If AND is used, eachConditioninconditionsmust be satisfied for theAccessLevelto be applied. If OR is used, at least oneConditioninconditionsmust be satisfied for theAccessLevelto be applied. Default behavior is AND. 
#conditions
def conditions() -> ::Array<::Google::Identity::AccessContextManager::V1::Condition> Returns 
 -  (::Array<::Google::Identity::AccessContextManager::V1::Condition>) — Required. A list of requirements for the 
AccessLevelto be granted. 
#conditions=
def conditions=(value) -> ::Array<::Google::Identity::AccessContextManager::V1::Condition> Parameter 
 -  value (::Array<::Google::Identity::AccessContextManager::V1::Condition>) — Required. A list of requirements for the 
AccessLevelto be granted. 
 Returns 
 -  (::Array<::Google::Identity::AccessContextManager::V1::Condition>) — Required. A list of requirements for the 
AccessLevelto be granted.