Reference documentation and code samples for the Access Context Manager 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
conditions
list should be combined to determine if a request is granted thisAccessLevel
. If AND is used, eachCondition
inconditions
must be satisfied for theAccessLevel
to be applied. If OR is used, at least oneCondition
inconditions
must be satisfied for theAccessLevel
to 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
conditions
list should be combined to determine if a request is granted thisAccessLevel
. If AND is used, eachCondition
inconditions
must be satisfied for theAccessLevel
to be applied. If OR is used, at least oneCondition
inconditions
must be satisfied for theAccessLevel
to be applied. Default behavior is AND.
Returns
-
(::Google::Identity::AccessContextManager::V1::BasicLevel::ConditionCombiningFunction) — How the
conditions
list should be combined to determine if a request is granted thisAccessLevel
. If AND is used, eachCondition
inconditions
must be satisfied for theAccessLevel
to be applied. If OR is used, at least oneCondition
inconditions
must be satisfied for theAccessLevel
to 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
AccessLevel
to 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
AccessLevel
to be granted.
Returns
-
(::Array<::Google::Identity::AccessContextManager::V1::Condition>) — Required. A list of requirements for the
AccessLevel
to be granted.