_propDict)) { if (is_a($this->_propDict["group"], "\Microsoft\Graph\Model\PrivilegedAccessGroup") || is_null($this->_propDict["group"])) { return $this->_propDict["group"]; } else { $this->_propDict["group"] = new PrivilegedAccessGroup($this->_propDict["group"]); return $this->_propDict["group"]; } } return null; } /** * Sets the group * A group that's governed through Privileged Identity Management (PIM). * * @param PrivilegedAccessGroup $val The group * * @return PrivilegedAccessRoot */ public function setGroup($val) { $this->_propDict["group"] = $val; return $this; } }