Class SecurityMonitoringIntegrationConfigGoogleWorkspaceServiceAccount

The Google Cloud service account JSON used to authenticate against the Google Workspace Admin SDK. Additional keys beyond those documented are preserved.

Hierarchy

  • SecurityMonitoringIntegrationConfigGoogleWorkspaceServiceAccount

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
clientEmail: string

The service account client email.

privateKey: string

The service account private key.

projectId: string

The Google Cloud project ID that owns the service account.

type: string

The service account type. Must be service_account.

Generated using TypeDoc