_propDict)) { if (is_a($this->_propDict["target"], "\Beta\Microsoft\Graph\Model\UnifiedRoleManagementPolicyRuleTarget") || is_null($this->_propDict["target"])) { return $this->_propDict["target"]; } else { $this->_propDict["target"] = new UnifiedRoleManagementPolicyRuleTarget($this->_propDict["target"]); return $this->_propDict["target"]; } } return null; } /** * Sets the target * Not implemented. Defines details of scope that's targeted by role management policy rule. The details can include the principal type, the role assignment type, and actions affecting a role. Supports $filter (eq, ne). * * @param UnifiedRoleManagementPolicyRuleTarget $val The target * * @return UnifiedRoleManagementPolicyRule */ public function setTarget($val) { $this->_propDict["target"] = $val; return $this; } }