inboundOidcSsoProfile = $inboundOidcSsoProfile; } /** * @return string */ public function getInboundOidcSsoProfile() { return $this->inboundOidcSsoProfile; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(OidcSsoInfo::class, 'Google_Service_CloudIdentity_OidcSsoInfo');