GSuiteEngineAsync Constructor (String, String, String)
IT Hit WebDAV Classes Reference
Initializes an instance of this class.
Namespace:
ITHit.GSuite.Server
Assembly:
ITHit.GSuite.Server (in ITHit.GSuite.Server.dll) Version: 13.3.13068
Syntax public GSuiteEngineAsync(
string googleServiceAccountID,
string googleServicePrivateKey,
string googleNotificationsRelativeUrl
)
Public Sub New (
googleServiceAccountID As String,
googleServicePrivateKey As String,
googleNotificationsRelativeUrl As String
)
public:
GSuiteEngineAsync(
String^ googleServiceAccountID,
String^ googleServicePrivateKey,
String^ googleNotificationsRelativeUrl
)
new :
googleServiceAccountID : string *
googleServicePrivateKey : string *
googleNotificationsRelativeUrl : string -> GSuiteEngineAsync
Parameters
- googleServiceAccountID
- Type: SystemString
Google Service Account ID (client_email field from JSON file).
- googleServicePrivateKey
- Type: SystemString
Google Service private key (private_key field from JSON file).
- googleNotificationsRelativeUrl
- Type: SystemString
Relative Url of "Webhook" callback. It handles the API notification messages that are triggered when a resource changes.
See Also