_propDict)) { if (is_a($this->_propDict["userAccount"], "\Microsoft\Graph\SecurityNamespace\Model\UserAccount") || is_null($this->_propDict["userAccount"])) { return $this->_propDict["userAccount"]; } else { $this->_propDict["userAccount"] = new UserAccount($this->_propDict["userAccount"]); return $this->_propDict["userAccount"]; } } return null; } /** * Sets the userAccount * The user account details. * * @param UserAccount $val The value to assign to the userAccount * * @return UserEvidence The UserEvidence */ public function setUserAccount($val) { $this->_propDict["userAccount"] = $val; return $this; } }