_propDict)) { return $this->_propDict["displayConcealedNames"]; } else { return null; } } /** * Sets the displayConcealedNames * If set to true, all reports will conceal user information such as usernames, groups, and sites. If false, all reports will show identifiable information. This property represents a setting in the Microsoft 365 admin center. Required. * * @param bool $val The displayConcealedNames * * @return AdminReportSettings */ public function setDisplayConcealedNames($val) { $this->_propDict["displayConcealedNames"] = boolval($val); return $this; } }