_propDict)) { return $this->_propDict["appliesToCombinations"]; } else { return null; } } /** * Sets the appliesToCombinations * Which authentication method combinations this configuration applies to. Must be an allowedCombinations object that's defined for the authenticationStrengthPolicy. The only possible value for fido2combinationConfigurations is 'fido2'. * * @param AuthenticationMethodModes[] $val The appliesToCombinations * * @return AuthenticationCombinationConfiguration */ public function setAppliesToCombinations($val) { $this->_propDict["appliesToCombinations"] = $val; return $this; } }