_propDict)) { return $this->_propDict["authorizedAppIds"]; } else { return null; } } /** * Sets the authorizedAppIds * A collection of application IDs for registered Microsoft Entra apps that are allowed to manage the externalConnection and to index content in the externalConnection. * * @param string $val The value of the authorizedAppIds * * @return Configuration */ public function setAuthorizedAppIds($val) { $this->_propDict["authorizedAppIds"] = $val; return $this; } }