_propDict)) { return $this->_propDict["domains"]; } else { return null; } } /** * Sets the domains * Collection of domain names of the external organizations that the tenant is federating with. Supports $filter (eq). * * @param ExternalDomainName[] $val The domains * * @return SamlOrWsFedExternalDomainFederation */ public function setDomains($val) { $this->_propDict["domains"] = $val; return $this; } }