v1beta1.d.ts
36.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
/**
* Copyright 2019 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import { GaxiosPromise } from 'gaxios';
import { Compute, JWT, OAuth2Client, UserRefreshClient } from 'google-auth-library';
import { APIRequestContext, BodyResponseCallback, GlobalOptions, GoogleConfigurable, MethodOptions } from 'googleapis-common';
export declare namespace alertcenter_v1beta1 {
interface Options extends GlobalOptions {
version: 'v1beta1';
}
interface StandardParameters {
/**
* V1 error format.
*/
'$.xgafv'?: string;
/**
* OAuth access token.
*/
access_token?: string;
/**
* Data format for response.
*/
alt?: string;
/**
* JSONP
*/
callback?: string;
/**
* Selector specifying which fields to include in a partial response.
*/
fields?: string;
/**
* API key. Your API key identifies your project and provides you with API
* access, quota, and reports. Required unless you provide an OAuth 2.0
* token.
*/
key?: string;
/**
* OAuth 2.0 token for the current user.
*/
oauth_token?: string;
/**
* Returns response with indentations and line breaks.
*/
prettyPrint?: boolean;
/**
* Available to use for quota purposes for server-side applications. Can be
* any arbitrary string assigned to a user, but should not exceed 40
* characters.
*/
quotaUser?: string;
/**
* Legacy upload protocol for media (e.g. "media", "multipart").
*/
uploadType?: string;
/**
* Upload protocol for media (e.g. "raw", "multipart").
*/
upload_protocol?: string;
}
/**
* G Suite Alert Center API
*
* Manages alerts on issues affecting your domain.
*
* @example
* const {google} = require('googleapis');
* const alertcenter = google.alertcenter('v1beta1');
*
* @namespace alertcenter
* @type {Function}
* @version v1beta1
* @variation v1beta1
* @param {object=} options Options for Alertcenter
*/
class Alertcenter {
context: APIRequestContext;
alerts: Resource$Alerts;
v1beta1: Resource$V1beta1;
constructor(options: GlobalOptions, google?: GoogleConfigurable);
}
/**
* Alerts for user account warning events.
*/
interface Schema$AccountWarning {
/**
* Required. The email of the user that this event belongs to.
*/
email?: string;
/**
* Optional. Details of the login action associated with the warning event.
* This is only available for: * Suspicious login * Suspicious login (less
* secure app) * Suspicious programmatic login * User suspended (suspicious
* activity)
*/
loginDetails?: Schema$LoginDetails;
}
/**
* An alert affecting a customer.
*/
interface Schema$Alert {
/**
* Output only. The unique identifier for the alert.
*/
alertId?: string;
/**
* Output only. The time this alert was created.
*/
createTime?: string;
/**
* Output only. The unique identifier of the Google account of the customer.
*/
customerId?: string;
/**
* Optional. The data associated with this alert, for example
* google.apps.alertcenter.type.DeviceCompromised.
*/
data?: {
[key: string]: any;
};
/**
* Output only. `True` if this alert is marked for deletion.
*/
deleted?: boolean;
/**
* Optional. The time the event that caused this alert ceased being active.
* If provided, the end time must not be earlier than the start time. If not
* provided, it indicates an ongoing alert.
*/
endTime?: string;
/**
* Output only. An optional [Security Investigation
* Tool](https://support.google.com/a/answer/7575955) query for this alert.
*/
securityInvestigationToolLink?: string;
/**
* Required. A unique identifier for the system that reported the alert.
* This is output only after alert is created. Supported sources are any of
* the following: * Google Operations * Mobile device management * Gmail
* phishing * Domain wide takeout * Government attack warning * Google
* identity
*/
source?: string;
/**
* Required. The time the event that caused this alert was started or
* detected.
*/
startTime?: string;
/**
* Required. The type of the alert. This is output only after alert is
* created. For a list of available alert types see [G Suite Alert
* types](/admin-sdk/alertcenter/reference/alert-types).
*/
type?: string;
}
/**
* A customer feedback about an alert.
*/
interface Schema$AlertFeedback {
/**
* Output only. The alert identifier.
*/
alertId?: string;
/**
* Output only. The time this feedback was created.
*/
createTime?: string;
/**
* Output only. The unique identifier of the Google account of the customer.
*/
customerId?: string;
/**
* Output only. The email of the user that provided the feedback.
*/
email?: string;
/**
* Output only. The unique identifier for the feedback.
*/
feedbackId?: string;
/**
* Required. The type of the feedback.
*/
type?: string;
}
/**
* Attachment with application-specific information about an alert.
*/
interface Schema$Attachment {
/**
* A CSV file attachment.
*/
csv?: Schema$Csv;
}
/**
* Alert for setting the domain or IP that malicious email comes from as
* whitelisted domain or IP in Gmail advanced settings.
*/
interface Schema$BadWhitelist {
/**
* The domain ID.
*/
domainId?: Schema$DomainId;
/**
* The entity whose actions triggered a Gmail phishing alert.
*/
maliciousEntity?: Schema$MaliciousEntity;
/**
* The list of messages contained by this alert.
*/
messages?: Schema$GmailMessageInfo[];
/**
* The source IP address of the malicious email, for example, `127.0.0.1`.
*/
sourceIp?: string;
}
/**
* A reference to a Cloud Pubsub topic. To register for notifications, the
* owner of the topic must grant
* `alerts-api-push-notifications@system.gserviceaccount.com` the
* `projects.topics.publish` permission.
*/
interface Schema$CloudPubsubTopic {
/**
* Optional. The format of the payload that would be sent. If not specified
* the format will be JSON.
*/
payloadFormat?: string;
/**
* The `name` field of a Cloud Pubsub [Topic]
* (https://cloud.google.com/pubsub/docs/reference/rest/v1/projects.topics#Topic).
*/
topicName?: string;
}
/**
* A representation of a CSV file attachment, as a list of column headers and
* a list of data rows.
*/
interface Schema$Csv {
/**
* The list of data rows in a CSV file, as string arrays rather than as a
* single comma-separated string.
*/
dataRows?: Schema$CsvRow[];
/**
* The list of headers for data columns in a CSV file.
*/
headers?: string[];
}
/**
* A representation of a single data row in a CSV file.
*/
interface Schema$CsvRow {
/**
* The data entries in a CSV file row, as a string array rather than a
* single comma-separated string.
*/
entries?: string[];
}
/**
* A mobile device compromised alert. Derived from audit logs.
*/
interface Schema$DeviceCompromised {
/**
* The email of the user this alert was created for.
*/
email?: string;
/**
* Required. The list of security events.
*/
events?: Schema$DeviceCompromisedSecurityDetail[];
}
/**
* Detailed information of a single MDM device compromised event.
*/
interface Schema$DeviceCompromisedSecurityDetail {
/**
* The device compromised state. Possible values are
* "`Compromised`" or "`Not Compromised`".
*/
deviceCompromisedState?: string;
/**
* Required. The device ID.
*/
deviceId?: string;
/**
* The model of the device.
*/
deviceModel?: string;
/**
* The type of the device.
*/
deviceType?: string;
/**
* Required for iOS, empty for others.
*/
iosVendorId?: string;
/**
* The device resource ID.
*/
resourceId?: string;
/**
* The serial number of the device.
*/
serialNumber?: string;
}
/**
* Domain ID of Gmail phishing alerts.
*/
interface Schema$DomainId {
/**
* The primary domain for the customer.
*/
customerPrimaryDomain?: string;
}
/**
* A takeout operation for the entire domain was initiated by an admin.
* Derived from audit logs.
*/
interface Schema$DomainWideTakeoutInitiated {
/**
* The email of the admin who initiated the takeout.
*/
email?: string;
/**
* The takeout request ID.
*/
takeoutRequestId?: string;
}
/**
* A generic empty message that you can re-use to avoid defining duplicated
* empty messages in your APIs. A typical example is to use it as the request
* or the response type of an API method. For instance: service Foo { rpc
* Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON
* representation for `Empty` is empty JSON object `{}`.
*/
interface Schema$Empty {
}
/**
* Details of a message in phishing spike alert.
*/
interface Schema$GmailMessageInfo {
/**
* The `SHA256` hash of email's attachment and all MIME parts.
*/
attachmentsSha256Hash?: string[];
/**
* The date the malicious email was sent.
*/
date?: string;
/**
* The hash of the message body text.
*/
md5HashMessageBody?: string;
/**
* The MD5 Hash of email's subject (only available for reported emails).
*/
md5HashSubject?: string;
/**
* The snippet of the message body text (only available for reported
* emails).
*/
messageBodySnippet?: string;
/**
* The message ID.
*/
messageId?: string;
/**
* The recipient of this email.
*/
recipient?: string;
/**
* The email subject text (only available for reported emails).
*/
subjectText?: string;
}
/**
* An incident reported by Google Operations for a G Suite application.
*/
interface Schema$GoogleOperations {
/**
* The list of emails which correspond to the users directly affected by the
* incident.
*/
affectedUserEmails?: string[];
/**
* Optional. Application-specific data for an incident, provided when the G
* Suite application which reported the incident cannot be completely
* restored to a valid state.
*/
attachmentData?: Schema$Attachment;
/**
* A detailed, freeform incident description.
*/
description?: string;
/**
* A one-line incident description.
*/
title?: string;
}
/**
* Response message for an alert feedback listing request.
*/
interface Schema$ListAlertFeedbackResponse {
/**
* The list of alert feedback. Feedback entries for each alert are ordered
* by creation time descending.
*/
feedback?: Schema$AlertFeedback[];
}
/**
* Response message for an alert listing request.
*/
interface Schema$ListAlertsResponse {
/**
* The list of alerts.
*/
alerts?: Schema$Alert[];
/**
* The token for the next page. If not empty, indicates that there may be
* more alerts that match the listing request; this value can be used in a
* subsequent ListAlertsRequest to get alerts continuing from last result of
* the current list call.
*/
nextPageToken?: string;
}
/**
* The details of the login action.
*/
interface Schema$LoginDetails {
/**
* Optional. The human-readable IP address (for example, `11.22.33.44`) that
* is associated with the warning event.
*/
ipAddress?: string;
/**
* Optional. The successful login time that is associated with the warning
* event. This will not be present for blocked login attempts.
*/
loginTime?: string;
}
/**
* Proto for all phishing alerts with common payload. Supported types are any
* of the following: * User reported phishing * User reported spam spike *
* Suspicious message reported * Phishing reclassification * Malware
* reclassification
*/
interface Schema$MailPhishing {
/**
* The domain ID.
*/
domainId?: Schema$DomainId;
/**
* If `true`, the email originated from within the organization.
*/
isInternal?: boolean;
/**
* The entity whose actions triggered a Gmail phishing alert.
*/
maliciousEntity?: Schema$MaliciousEntity;
/**
* The list of messages contained by this alert.
*/
messages?: Schema$GmailMessageInfo[];
}
/**
* Entity whose actions triggered a Gmail phishing alert.
*/
interface Schema$MaliciousEntity {
/**
* The sender email address.
*/
fromHeader?: string;
}
/**
* Settings for callback notifications. For more details see [G Suite Alert
* Notification](/admin-sdk/alertcenter/guides/notifications).
*/
interface Schema$Notification {
/**
* A Google Cloud Pub/sub topic destination.
*/
cloudPubsubTopic?: Schema$CloudPubsubTopic;
}
/**
* Alert for a spike in user reported phishing. <aside
* class="warning"><b>Warning</b>: This type has been
* deprecated. Use
* [MailPhishing](/admin-sdk/alertcenter/reference/rest/v1beta1/MailPhishing)
* instead.</aside>
*/
interface Schema$PhishingSpike {
/**
* The domain ID.
*/
domainId?: Schema$DomainId;
/**
* If `true`, the email originated from within the organization.
*/
isInternal?: boolean;
/**
* The entity whose actions triggered a Gmail phishing alert.
*/
maliciousEntity?: Schema$MaliciousEntity;
/**
* The list of messages contained by this alert.
*/
messages?: Schema$GmailMessageInfo[];
}
/**
* Customer-level settings.
*/
interface Schema$Settings {
/**
* The list of notifications.
*/
notifications?: Schema$Notification[];
}
/**
* A state-sponsored attack alert. Derived from audit logs.
*/
interface Schema$StateSponsoredAttack {
/**
* The email of the user this incident was created for.
*/
email?: string;
}
/**
* A mobile suspicious activity alert. Derived from audit logs.
*/
interface Schema$SuspiciousActivity {
/**
* The email of the user this alert was created for.
*/
email?: string;
/**
* Required. The list of security events.
*/
events?: Schema$SuspiciousActivitySecurityDetail[];
}
/**
* Detailed information of a single MDM suspicious activity event.
*/
interface Schema$SuspiciousActivitySecurityDetail {
/**
* Required. The device ID.
*/
deviceId?: string;
/**
* The model of the device.
*/
deviceModel?: string;
/**
* The device property which was changed.
*/
deviceProperty?: string;
/**
* The type of the device.
*/
deviceType?: string;
/**
* Required for iOS, empty for others.
*/
iosVendorId?: string;
/**
* The new value of the device property after the change.
*/
newValue?: string;
/**
* The old value of the device property before the change.
*/
oldValue?: string;
/**
* The device resource ID.
*/
resourceId?: string;
/**
* The serial number of the device.
*/
serialNumber?: string;
}
/**
* A request to undelete a specific alert that was marked for deletion.
*/
interface Schema$UndeleteAlertRequest {
/**
* Optional. The unique identifier of the G Suite organization account of
* the customer the alert is associated with. Inferred from the caller
* identity if not provided.
*/
customerId?: string;
}
class Resource$Alerts {
context: APIRequestContext;
feedback: Resource$Alerts$Feedback;
constructor(context: APIRequestContext);
/**
* alertcenter.alerts.delete
* @desc Marks the specified alert for deletion. An alert that has been
* marked for deletion is removed from Alert Center after 30 days. Marking
* an alert for deletion has no effect on an alert which has already been
* marked for deletion. Attempting to mark a nonexistent alert for deletion
* results in a `NOT_FOUND` error.
* @alias alertcenter.alerts.delete
* @memberOf! ()
*
* @param {object} params Parameters for request
* @param {string} params.alertId Required. The identifier of the alert to delete.
* @param {string=} params.customerId Optional. The unique identifier of the G Suite organization account of the customer the alert is associated with. Inferred from the caller identity if not provided.
* @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
* @param {callback} callback The callback that handles the response.
* @return {object} Request object
*/
delete(params?: Params$Resource$Alerts$Delete, options?: MethodOptions): GaxiosPromise<Schema$Empty>;
delete(params: Params$Resource$Alerts$Delete, options: MethodOptions | BodyResponseCallback<Schema$Empty>, callback: BodyResponseCallback<Schema$Empty>): void;
delete(params: Params$Resource$Alerts$Delete, callback: BodyResponseCallback<Schema$Empty>): void;
delete(callback: BodyResponseCallback<Schema$Empty>): void;
/**
* alertcenter.alerts.get
* @desc Gets the specified alert. Attempting to get a nonexistent alert
* returns `NOT_FOUND` error.
* @alias alertcenter.alerts.get
* @memberOf! ()
*
* @param {object} params Parameters for request
* @param {string} params.alertId Required. The identifier of the alert to retrieve.
* @param {string=} params.customerId Optional. The unique identifier of the G Suite organization account of the customer the alert is associated with. Inferred from the caller identity if not provided.
* @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
* @param {callback} callback The callback that handles the response.
* @return {object} Request object
*/
get(params?: Params$Resource$Alerts$Get, options?: MethodOptions): GaxiosPromise<Schema$Alert>;
get(params: Params$Resource$Alerts$Get, options: MethodOptions | BodyResponseCallback<Schema$Alert>, callback: BodyResponseCallback<Schema$Alert>): void;
get(params: Params$Resource$Alerts$Get, callback: BodyResponseCallback<Schema$Alert>): void;
get(callback: BodyResponseCallback<Schema$Alert>): void;
/**
* alertcenter.alerts.list
* @desc Lists the alerts.
* @alias alertcenter.alerts.list
* @memberOf! ()
*
* @param {object} params Parameters for request
* @param {string=} params.customerId Optional. The unique identifier of the G Suite organization account of the customer the alerts are associated with. Inferred from the caller identity if not provided.
* @param {string=} params.filter Optional. A query string for filtering alert results. For more details, see [Query filters](/admin-sdk/alertcenter/guides/query-filters) and [Supported query filter fields](/admin-sdk/alertcenter/reference/filter-fields#alerts.list).
* @param {string=} params.orderBy Optional. The sort order of the list results. If not specified results may be returned in arbitrary order. You can sort the results in descending order based on the creation timestamp using `order_by="create_time desc"`. Currently, only sorting by `create_time desc` is supported.
* @param {integer=} params.pageSize Optional. The requested page size. Server may return fewer items than requested. If unspecified, server picks an appropriate default.
* @param {string=} params.pageToken Optional. A token identifying a page of results the server should return. If empty, a new iteration is started. To continue an iteration, pass in the value from the previous ListAlertsResponse's next_page_token field.
* @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
* @param {callback} callback The callback that handles the response.
* @return {object} Request object
*/
list(params?: Params$Resource$Alerts$List, options?: MethodOptions): GaxiosPromise<Schema$ListAlertsResponse>;
list(params: Params$Resource$Alerts$List, options: MethodOptions | BodyResponseCallback<Schema$ListAlertsResponse>, callback: BodyResponseCallback<Schema$ListAlertsResponse>): void;
list(params: Params$Resource$Alerts$List, callback: BodyResponseCallback<Schema$ListAlertsResponse>): void;
list(callback: BodyResponseCallback<Schema$ListAlertsResponse>): void;
/**
* alertcenter.alerts.undelete
* @desc Restores, or "undeletes", an alert that was marked for deletion
* within the past 30 days. Attempting to undelete an alert which was marked
* for deletion over 30 days ago (which has been removed from the Alert
* Center database) or a nonexistent alert returns a `NOT_FOUND` error.
* Attempting to undelete an alert which has not been marked for deletion
* has no effect.
* @alias alertcenter.alerts.undelete
* @memberOf! ()
*
* @param {object} params Parameters for request
* @param {string} params.alertId Required. The identifier of the alert to undelete.
* @param {().UndeleteAlertRequest} params.resource Request body data
* @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
* @param {callback} callback The callback that handles the response.
* @return {object} Request object
*/
undelete(params?: Params$Resource$Alerts$Undelete, options?: MethodOptions): GaxiosPromise<Schema$Alert>;
undelete(params: Params$Resource$Alerts$Undelete, options: MethodOptions | BodyResponseCallback<Schema$Alert>, callback: BodyResponseCallback<Schema$Alert>): void;
undelete(params: Params$Resource$Alerts$Undelete, callback: BodyResponseCallback<Schema$Alert>): void;
undelete(callback: BodyResponseCallback<Schema$Alert>): void;
}
interface Params$Resource$Alerts$Delete extends StandardParameters {
/**
* Auth client or API Key for the request
*/
auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient;
/**
* Required. The identifier of the alert to delete.
*/
alertId?: string;
/**
* Optional. The unique identifier of the G Suite organization account of
* the customer the alert is associated with. Inferred from the caller
* identity if not provided.
*/
customerId?: string;
}
interface Params$Resource$Alerts$Get extends StandardParameters {
/**
* Auth client or API Key for the request
*/
auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient;
/**
* Required. The identifier of the alert to retrieve.
*/
alertId?: string;
/**
* Optional. The unique identifier of the G Suite organization account of
* the customer the alert is associated with. Inferred from the caller
* identity if not provided.
*/
customerId?: string;
}
interface Params$Resource$Alerts$List extends StandardParameters {
/**
* Auth client or API Key for the request
*/
auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient;
/**
* Optional. The unique identifier of the G Suite organization account of
* the customer the alerts are associated with. Inferred from the caller
* identity if not provided.
*/
customerId?: string;
/**
* Optional. A query string for filtering alert results. For more details,
* see [Query filters](/admin-sdk/alertcenter/guides/query-filters) and
* [Supported query filter
* fields](/admin-sdk/alertcenter/reference/filter-fields#alerts.list).
*/
filter?: string;
/**
* Optional. The sort order of the list results. If not specified results
* may be returned in arbitrary order. You can sort the results in
* descending order based on the creation timestamp using
* `order_by="create_time desc"`. Currently, only sorting by `create_time
* desc` is supported.
*/
orderBy?: string;
/**
* Optional. The requested page size. Server may return fewer items than
* requested. If unspecified, server picks an appropriate default.
*/
pageSize?: number;
/**
* Optional. A token identifying a page of results the server should return.
* If empty, a new iteration is started. To continue an iteration, pass in
* the value from the previous ListAlertsResponse's next_page_token field.
*/
pageToken?: string;
}
interface Params$Resource$Alerts$Undelete extends StandardParameters {
/**
* Auth client or API Key for the request
*/
auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient;
/**
* Required. The identifier of the alert to undelete.
*/
alertId?: string;
/**
* Request body metadata
*/
requestBody?: Schema$UndeleteAlertRequest;
}
class Resource$Alerts$Feedback {
context: APIRequestContext;
constructor(context: APIRequestContext);
/**
* alertcenter.alerts.feedback.create
* @desc Creates new feedback for an alert. Attempting to create a feedback
* for a non-existent alert returns `NOT_FOUND` error.
* @alias alertcenter.alerts.feedback.create
* @memberOf! ()
*
* @param {object} params Parameters for request
* @param {string} params.alertId Required. The identifier of the alert this feedback belongs to.
* @param {string=} params.customerId Optional. The unique identifier of the G Suite organization account of the customer the alert is associated with. Inferred from the caller identity if not provided.
* @param {().AlertFeedback} params.resource Request body data
* @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
* @param {callback} callback The callback that handles the response.
* @return {object} Request object
*/
create(params?: Params$Resource$Alerts$Feedback$Create, options?: MethodOptions): GaxiosPromise<Schema$AlertFeedback>;
create(params: Params$Resource$Alerts$Feedback$Create, options: MethodOptions | BodyResponseCallback<Schema$AlertFeedback>, callback: BodyResponseCallback<Schema$AlertFeedback>): void;
create(params: Params$Resource$Alerts$Feedback$Create, callback: BodyResponseCallback<Schema$AlertFeedback>): void;
create(callback: BodyResponseCallback<Schema$AlertFeedback>): void;
/**
* alertcenter.alerts.feedback.list
* @desc Lists all the feedback for an alert. Attempting to list feedbacks
* for a non-existent alert returns `NOT_FOUND` error.
* @alias alertcenter.alerts.feedback.list
* @memberOf! ()
*
* @param {object} params Parameters for request
* @param {string} params.alertId Required. The alert identifier. The "-" wildcard could be used to represent all alerts.
* @param {string=} params.customerId Optional. The unique identifier of the G Suite organization account of the customer the alert feedback are associated with. Inferred from the caller identity if not provided.
* @param {string=} params.filter Optional. A query string for filtering alert feedback results. For more details, see [Query filters](/admin-sdk/alertcenter/guides/query-filters) and [Supported query filter fields](/admin-sdk/alertcenter/reference/filter-fields#alerts.feedback.list).
* @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
* @param {callback} callback The callback that handles the response.
* @return {object} Request object
*/
list(params?: Params$Resource$Alerts$Feedback$List, options?: MethodOptions): GaxiosPromise<Schema$ListAlertFeedbackResponse>;
list(params: Params$Resource$Alerts$Feedback$List, options: MethodOptions | BodyResponseCallback<Schema$ListAlertFeedbackResponse>, callback: BodyResponseCallback<Schema$ListAlertFeedbackResponse>): void;
list(params: Params$Resource$Alerts$Feedback$List, callback: BodyResponseCallback<Schema$ListAlertFeedbackResponse>): void;
list(callback: BodyResponseCallback<Schema$ListAlertFeedbackResponse>): void;
}
interface Params$Resource$Alerts$Feedback$Create extends StandardParameters {
/**
* Auth client or API Key for the request
*/
auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient;
/**
* Required. The identifier of the alert this feedback belongs to.
*/
alertId?: string;
/**
* Optional. The unique identifier of the G Suite organization account of
* the customer the alert is associated with. Inferred from the caller
* identity if not provided.
*/
customerId?: string;
/**
* Request body metadata
*/
requestBody?: Schema$AlertFeedback;
}
interface Params$Resource$Alerts$Feedback$List extends StandardParameters {
/**
* Auth client or API Key for the request
*/
auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient;
/**
* Required. The alert identifier. The "-" wildcard could be used to
* represent all alerts.
*/
alertId?: string;
/**
* Optional. The unique identifier of the G Suite organization account of
* the customer the alert feedback are associated with. Inferred from the
* caller identity if not provided.
*/
customerId?: string;
/**
* Optional. A query string for filtering alert feedback results. For more
* details, see [Query filters](/admin-sdk/alertcenter/guides/query-filters)
* and [Supported query filter
* fields](/admin-sdk/alertcenter/reference/filter-fields#alerts.feedback.list).
*/
filter?: string;
}
class Resource$V1beta1 {
context: APIRequestContext;
constructor(context: APIRequestContext);
/**
* alertcenter.getSettings
* @desc Returns customer-level settings.
* @alias alertcenter.getSettings
* @memberOf! ()
*
* @param {object} params Parameters for request
* @param {string=} params.customerId Optional. The unique identifier of the G Suite organization account of the customer the alert settings are associated with. Inferred from the caller identity if not provided.
* @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
* @param {callback} callback The callback that handles the response.
* @return {object} Request object
*/
getSettings(params?: Params$Resource$V1beta1$Getsettings, options?: MethodOptions): GaxiosPromise<Schema$Settings>;
getSettings(params: Params$Resource$V1beta1$Getsettings, options: MethodOptions | BodyResponseCallback<Schema$Settings>, callback: BodyResponseCallback<Schema$Settings>): void;
getSettings(params: Params$Resource$V1beta1$Getsettings, callback: BodyResponseCallback<Schema$Settings>): void;
getSettings(callback: BodyResponseCallback<Schema$Settings>): void;
/**
* alertcenter.updateSettings
* @desc Updates the customer-level settings.
* @alias alertcenter.updateSettings
* @memberOf! ()
*
* @param {object} params Parameters for request
* @param {string=} params.customerId Optional. The unique identifier of the G Suite organization account of the customer the alert settings are associated with. Inferred from the caller identity if not provided.
* @param {().Settings} params.resource Request body data
* @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
* @param {callback} callback The callback that handles the response.
* @return {object} Request object
*/
updateSettings(params?: Params$Resource$V1beta1$Updatesettings, options?: MethodOptions): GaxiosPromise<Schema$Settings>;
updateSettings(params: Params$Resource$V1beta1$Updatesettings, options: MethodOptions | BodyResponseCallback<Schema$Settings>, callback: BodyResponseCallback<Schema$Settings>): void;
updateSettings(params: Params$Resource$V1beta1$Updatesettings, callback: BodyResponseCallback<Schema$Settings>): void;
updateSettings(callback: BodyResponseCallback<Schema$Settings>): void;
}
interface Params$Resource$V1beta1$Getsettings extends StandardParameters {
/**
* Auth client or API Key for the request
*/
auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient;
/**
* Optional. The unique identifier of the G Suite organization account of
* the customer the alert settings are associated with. Inferred from the
* caller identity if not provided.
*/
customerId?: string;
}
interface Params$Resource$V1beta1$Updatesettings extends StandardParameters {
/**
* Auth client or API Key for the request
*/
auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient;
/**
* Optional. The unique identifier of the G Suite organization account of
* the customer the alert settings are associated with. Inferred from the
* caller identity if not provided.
*/
customerId?: string;
/**
* Request body metadata
*/
requestBody?: Schema$Settings;
}
}