google-apis-alertcenter_v1beta1 0.5.0 → 0.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +21 -0
- data/lib/google/apis/alertcenter_v1beta1/classes.rb +44 -5
- data/lib/google/apis/alertcenter_v1beta1/gem_version.rb +3 -3
- data/lib/google/apis/alertcenter_v1beta1/representations.rb +16 -0
- data/lib/google/apis/alertcenter_v1beta1/service.rb +7 -6
- metadata +13 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d5b8c0ec1fa3378cc0e167fd0708fa103d6837ecc878ec4af8d33dfe3edf87ce
|
4
|
+
data.tar.gz: ee77f084aff7eecd1bd3ddf7703f0e08553e5bba7a271a61d218fccf71b6f9ce
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 60339392f3a4ddface057b6417f633d235380149bed7f260f26c552e8f6ec21a6c78762f463cfad8ec7ce2214351ba406e4fe8ac269130d819650e9d703b0997
|
7
|
+
data.tar.gz: c0aadd2c82309996eea4f978c7806b8aaab1b173f8f535589024a3fd1b3185eab7496a446777a50d4983aa0da508bb259617fa37cb675254b39ae8fabee4b137
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,26 @@
|
|
1
1
|
# Release history for google-apis-alertcenter_v1beta1
|
2
2
|
|
3
|
+
### v0.10.0 (2021-06-29)
|
4
|
+
|
5
|
+
* Regenerated using generator version 0.4.0
|
6
|
+
|
7
|
+
### v0.9.0 (2021-06-24)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20210619
|
10
|
+
|
11
|
+
### v0.8.0 (2021-06-08)
|
12
|
+
|
13
|
+
* Regenerated from discovery document revision 20210601
|
14
|
+
* Regenerated using generator version 0.3.0
|
15
|
+
|
16
|
+
### v0.7.0 (2021-05-28)
|
17
|
+
|
18
|
+
* Regenerated from discovery document revision 20210519
|
19
|
+
|
20
|
+
### v0.6.0 (2021-05-19)
|
21
|
+
|
22
|
+
* Unspecified changes
|
23
|
+
|
3
24
|
### v0.5.0 (2021-05-05)
|
4
25
|
|
5
26
|
* Regenerated from discovery document revision 20210427
|
@@ -215,8 +215,8 @@ module Google
|
|
215
215
|
|
216
216
|
# Required. A unique identifier for the system that reported the alert. This is
|
217
217
|
# output only after alert is created. Supported sources are any of the following:
|
218
|
-
# * Google Operations * Mobile device management * Gmail phishing *
|
219
|
-
# takeout * State sponsored attack * Google identity
|
218
|
+
# * Google Operations * Mobile device management * Gmail phishing * Data Loss
|
219
|
+
# Prevention * Domain wide takeout * State sponsored attack * Google identity
|
220
220
|
# Corresponds to the JSON property `source`
|
221
221
|
# @return [String]
|
222
222
|
attr_accessor :source
|
@@ -227,8 +227,8 @@ module Google
|
|
227
227
|
attr_accessor :start_time
|
228
228
|
|
229
229
|
# Required. The type of the alert. This is output only after alert is created.
|
230
|
-
# For a list of available alert types see [Google Workspace Alert types](
|
231
|
-
# sdk/alertcenter/reference/alert-types).
|
230
|
+
# For a list of available alert types see [Google Workspace Alert types](https://
|
231
|
+
# developers.google.com/admin-sdk/alertcenter/reference/alert-types).
|
232
232
|
# Corresponds to the JSON property `type`
|
233
233
|
# @return [String]
|
234
234
|
attr_accessor :type
|
@@ -1107,7 +1107,8 @@ module Google
|
|
1107
1107
|
end
|
1108
1108
|
|
1109
1109
|
# Settings for callback notifications. For more details see [Google Workspace
|
1110
|
-
# Alert Notification](/admin-sdk/alertcenter/guides/
|
1110
|
+
# Alert Notification](https://developers.google.com/admin-sdk/alertcenter/guides/
|
1111
|
+
# notifications).
|
1111
1112
|
class Notification
|
1112
1113
|
include Google::Apis::Core::Hashable
|
1113
1114
|
|
@@ -1128,6 +1129,44 @@ module Google
|
|
1128
1129
|
end
|
1129
1130
|
end
|
1130
1131
|
|
1132
|
+
# An alert that gets triggered when a user enables autoforwarding to an email
|
1133
|
+
# which is outside of its domain
|
1134
|
+
class OutOfDomainForwarding
|
1135
|
+
include Google::Apis::Core::Hashable
|
1136
|
+
|
1137
|
+
# Email of the actor who triggered the alert.
|
1138
|
+
# Corresponds to the JSON property `actorEmail`
|
1139
|
+
# @return [String]
|
1140
|
+
attr_accessor :actor_email
|
1141
|
+
|
1142
|
+
# The time the email forwarding was enabled
|
1143
|
+
# Corresponds to the JSON property `enableTime`
|
1144
|
+
# @return [String]
|
1145
|
+
attr_accessor :enable_time
|
1146
|
+
|
1147
|
+
# Email to which emails are being forwarded
|
1148
|
+
# Corresponds to the JSON property `forwardeeEmail`
|
1149
|
+
# @return [String]
|
1150
|
+
attr_accessor :forwardee_email
|
1151
|
+
|
1152
|
+
# IP address of the user while enabling forwarding
|
1153
|
+
# Corresponds to the JSON property `ipAddress`
|
1154
|
+
# @return [String]
|
1155
|
+
attr_accessor :ip_address
|
1156
|
+
|
1157
|
+
def initialize(**args)
|
1158
|
+
update!(**args)
|
1159
|
+
end
|
1160
|
+
|
1161
|
+
# Update properties of this object
|
1162
|
+
def update!(**args)
|
1163
|
+
@actor_email = args[:actor_email] if args.key?(:actor_email)
|
1164
|
+
@enable_time = args[:enable_time] if args.key?(:enable_time)
|
1165
|
+
@forwardee_email = args[:forwardee_email] if args.key?(:forwardee_email)
|
1166
|
+
@ip_address = args[:ip_address] if args.key?(:ip_address)
|
1167
|
+
end
|
1168
|
+
end
|
1169
|
+
|
1131
1170
|
# Alert for a spike in user reported phishing. *Warning*: This type has been
|
1132
1171
|
# deprecated. Use [MailPhishing](/admin-sdk/alertcenter/reference/rest/v1beta1/
|
1133
1172
|
# MailPhishing) instead.
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module AlertcenterV1beta1
|
18
18
|
# Version of the google-apis-alertcenter_v1beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.10.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210619"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -214,6 +214,12 @@ module Google
|
|
214
214
|
include Google::Apis::Core::JsonObjectSupport
|
215
215
|
end
|
216
216
|
|
217
|
+
class OutOfDomainForwarding
|
218
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
|
+
|
220
|
+
include Google::Apis::Core::JsonObjectSupport
|
221
|
+
end
|
222
|
+
|
217
223
|
class PhishingSpike
|
218
224
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
225
|
|
@@ -627,6 +633,16 @@ module Google
|
|
627
633
|
end
|
628
634
|
end
|
629
635
|
|
636
|
+
class OutOfDomainForwarding
|
637
|
+
# @private
|
638
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
639
|
+
property :actor_email, as: 'actorEmail'
|
640
|
+
property :enable_time, as: 'enableTime'
|
641
|
+
property :forwardee_email, as: 'forwardeeEmail'
|
642
|
+
property :ip_address, as: 'ipAddress'
|
643
|
+
end
|
644
|
+
end
|
645
|
+
|
630
646
|
class PhishingSpike
|
631
647
|
# @private
|
632
648
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -227,9 +227,9 @@ module Google
|
|
227
227
|
# identity if not provided.
|
228
228
|
# @param [String] filter
|
229
229
|
# Optional. A query string for filtering alert results. For more details, see [
|
230
|
-
# Query filters](/admin-sdk/alertcenter/guides/
|
231
|
-
# query filter fields](
|
232
|
-
# list).
|
230
|
+
# Query filters](https://developers.google.com/admin-sdk/alertcenter/guides/
|
231
|
+
# query-filters) and [Supported query filter fields](https://developers.google.
|
232
|
+
# com/admin-sdk/alertcenter/reference/filter-fields#alerts.list).
|
233
233
|
# @param [String] order_by
|
234
234
|
# Optional. The sort order of the list results. If not specified results may be
|
235
235
|
# returned in arbitrary order. You can sort the results in descending order
|
@@ -362,9 +362,10 @@ module Google
|
|
362
362
|
# caller identity if not provided.
|
363
363
|
# @param [String] filter
|
364
364
|
# Optional. A query string for filtering alert feedback results. For more
|
365
|
-
# details, see [Query filters](/admin-sdk/
|
366
|
-
# Supported query filter fields](
|
367
|
-
#
|
365
|
+
# details, see [Query filters](https://developers.google.com/admin-sdk/
|
366
|
+
# alertcenter/guides/query-filters) and [Supported query filter fields](https://
|
367
|
+
# developers.google.com/admin-sdk/alertcenter/reference/filter-fields#alerts.
|
368
|
+
# feedback.list).
|
368
369
|
# @param [String] fields
|
369
370
|
# Selector specifying which fields to include in a partial response.
|
370
371
|
# @param [String] quota_user
|
metadata
CHANGED
@@ -1,29 +1,35 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-alertcenter_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.10.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-05
|
11
|
+
date: 2021-07-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - "
|
17
|
+
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '0.
|
19
|
+
version: '0.4'
|
20
|
+
- - "<"
|
21
|
+
- !ruby/object:Gem::Version
|
22
|
+
version: 2.a
|
20
23
|
type: :runtime
|
21
24
|
prerelease: false
|
22
25
|
version_requirements: !ruby/object:Gem::Requirement
|
23
26
|
requirements:
|
24
|
-
- - "
|
27
|
+
- - ">="
|
28
|
+
- !ruby/object:Gem::Version
|
29
|
+
version: '0.4'
|
30
|
+
- - "<"
|
25
31
|
- !ruby/object:Gem::Version
|
26
|
-
version:
|
32
|
+
version: 2.a
|
27
33
|
description: This is the simple REST client for Google Workspace Alert Center API
|
28
34
|
V1beta1. Simple REST clients are Ruby client libraries that provide access to Google
|
29
35
|
services via their HTTP REST API endpoints. These libraries are generated and updated
|
@@ -52,7 +58,7 @@ licenses:
|
|
52
58
|
metadata:
|
53
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
54
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-alertcenter_v1beta1/CHANGELOG.md
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-alertcenter_v1beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-alertcenter_v1beta1/v0.10.0
|
56
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-alertcenter_v1beta1
|
57
63
|
post_install_message:
|
58
64
|
rdoc_options: []
|