KSC Open API
Kaspersky Security Center API description
boolean Gcm::UpdateGcmServerSettingsEx ( params  pSettings)

Updates GCM (Google Cloud Messaging) server settings.

Parameters:
pSettings(params) contains: wstrSenderId (wstring) SENDER_ID (project number), can be retrieved from Google Developers Console. Can't be empty. wstrServiceAccountFile (wstring) Service account file, can be retrieved from Google Developers Console. Can't be empty.
Returns:
(boolean) True if settings was updated; False otherwise.
Note:
Throws STDE_BADPARAM if wstrSenderId or wstrServiceAccountFile empty.