google-apis-alertcenter_v1beta1 0.41.0 → 0.42.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9f84faf12b4b490a3f956dc3cce109ab0382ea33bed3cfa0603f4faa263858c7
|
4
|
+
data.tar.gz: 3cff54a9056e4ca2603f665d92556cd8b8d08528a606c81492052c0002363eca
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f9f67620c200ab5e7025dee9ad2616904d0605c01b1bc1c3810dab948d8fc9e61fb6fcc190cdb08e62a5b2b00dd13a9a5225e2efacb11d47cf98413d6e7f638f
|
7
|
+
data.tar.gz: eefd54da50ae6ae4f068a85470cd18f4d96653f57f6e9f72d11f6afc9cb6446403a35207a8df972db71075427d9139ca0e9462f500500701d9a7b08f3dc2a575
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-alertcenter_v1beta1
|
2
2
|
|
3
|
+
### v0.42.0 (2024-11-03)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20241028
|
6
|
+
* Regenerated using generator version 0.15.1
|
7
|
+
|
3
8
|
### v0.41.0 (2024-05-19)
|
4
9
|
|
5
10
|
* Regenerated using generator version 0.15.0
|
@@ -584,9 +584,9 @@ module Google
|
|
584
584
|
end
|
585
585
|
end
|
586
586
|
|
587
|
-
# Alerts from AppSettingsChanged bucket Rules configured by Admin which
|
588
|
-
# the below rules. Calendar settings changed Drive settings changed
|
589
|
-
# settings changed Mobile settings changed
|
587
|
+
# * Alerts from AppSettingsChanged bucket Rules configured by Admin which
|
588
|
+
# contain the below rules. Calendar settings changed Drive settings changed
|
589
|
+
# Email settings changed Mobile settings changed
|
590
590
|
class AppSettingsChanged
|
591
591
|
include Google::Apis::Core::Hashable
|
592
592
|
|
@@ -1642,8 +1642,8 @@ module Google
|
|
1642
1642
|
end
|
1643
1643
|
end
|
1644
1644
|
|
1645
|
-
# Event occurred when primary admin changed in customer's account. The event
|
1646
|
-
# being received from insight forwarder
|
1645
|
+
# * Event occurred when primary admin changed in customer's account. The event
|
1646
|
+
# are being received from insight forwarder
|
1647
1647
|
class PrimaryAdminChangedEvent
|
1648
1648
|
include Google::Apis::Core::Hashable
|
1649
1649
|
|
@@ -1895,7 +1895,7 @@ module Google
|
|
1895
1895
|
end
|
1896
1896
|
end
|
1897
1897
|
|
1898
|
-
# Event occurred when SSO Profile created in customer's account. The event are
|
1898
|
+
# * Event occurred when SSO Profile created in customer's account. The event are
|
1899
1899
|
# being received from insight forwarder
|
1900
1900
|
class SsoProfileCreatedEvent
|
1901
1901
|
include Google::Apis::Core::Hashable
|
@@ -1915,7 +1915,7 @@ module Google
|
|
1915
1915
|
end
|
1916
1916
|
end
|
1917
1917
|
|
1918
|
-
# Event occurred when SSO Profile deleted in customer's account. The event are
|
1918
|
+
# * Event occurred when SSO Profile deleted in customer's account. The event are
|
1919
1919
|
# being received from insight forwarder
|
1920
1920
|
class SsoProfileDeletedEvent
|
1921
1921
|
include Google::Apis::Core::Hashable
|
@@ -1935,7 +1935,7 @@ module Google
|
|
1935
1935
|
end
|
1936
1936
|
end
|
1937
1937
|
|
1938
|
-
# Event occurred when SSO Profile updated in customer's account. The event are
|
1938
|
+
# * Event occurred when SSO Profile updated in customer's account. The event are
|
1939
1939
|
# being received from insight forwarder
|
1940
1940
|
class SsoProfileUpdatedEvent
|
1941
1941
|
include Google::Apis::Core::Hashable
|
@@ -1975,31 +1975,31 @@ module Google
|
|
1975
1975
|
# @return [String]
|
1976
1976
|
attr_accessor :event_time
|
1977
1977
|
|
1978
|
-
# Event occurred when primary admin changed in customer's account. The event
|
1979
|
-
# being received from insight forwarder
|
1978
|
+
# * Event occurred when primary admin changed in customer's account. The event
|
1979
|
+
# are being received from insight forwarder
|
1980
1980
|
# Corresponds to the JSON property `primaryAdminChangedEvent`
|
1981
1981
|
# @return [Google::Apis::AlertcenterV1beta1::PrimaryAdminChangedEvent]
|
1982
1982
|
attr_accessor :primary_admin_changed_event
|
1983
1983
|
|
1984
|
-
# Event occurred when SSO Profile created in customer's account. The event are
|
1984
|
+
# * Event occurred when SSO Profile created in customer's account. The event are
|
1985
1985
|
# being received from insight forwarder
|
1986
1986
|
# Corresponds to the JSON property `ssoProfileCreatedEvent`
|
1987
1987
|
# @return [Google::Apis::AlertcenterV1beta1::SsoProfileCreatedEvent]
|
1988
1988
|
attr_accessor :sso_profile_created_event
|
1989
1989
|
|
1990
|
-
# Event occurred when SSO Profile deleted in customer's account. The event are
|
1990
|
+
# * Event occurred when SSO Profile deleted in customer's account. The event are
|
1991
1991
|
# being received from insight forwarder
|
1992
1992
|
# Corresponds to the JSON property `ssoProfileDeletedEvent`
|
1993
1993
|
# @return [Google::Apis::AlertcenterV1beta1::SsoProfileDeletedEvent]
|
1994
1994
|
attr_accessor :sso_profile_deleted_event
|
1995
1995
|
|
1996
|
-
# Event occurred when SSO Profile updated in customer's account. The event are
|
1996
|
+
# * Event occurred when SSO Profile updated in customer's account. The event are
|
1997
1997
|
# being received from insight forwarder
|
1998
1998
|
# Corresponds to the JSON property `ssoProfileUpdatedEvent`
|
1999
1999
|
# @return [Google::Apis::AlertcenterV1beta1::SsoProfileUpdatedEvent]
|
2000
2000
|
attr_accessor :sso_profile_updated_event
|
2001
2001
|
|
2002
|
-
# Event occurred when password was reset for super admin in customer's account.
|
2002
|
+
# * Event occurred when password was reset for super admin in customer's account.
|
2003
2003
|
# The event are being received from insight forwarder
|
2004
2004
|
# Corresponds to the JSON property `superAdminPasswordResetEvent`
|
2005
2005
|
# @return [Google::Apis::AlertcenterV1beta1::SuperAdminPasswordResetEvent]
|
@@ -2098,7 +2098,7 @@ module Google
|
|
2098
2098
|
end
|
2099
2099
|
end
|
2100
2100
|
|
2101
|
-
# Event occurred when password was reset for super admin in customer's account.
|
2101
|
+
# * Event occurred when password was reset for super admin in customer's account.
|
2102
2102
|
# The event are being received from insight forwarder
|
2103
2103
|
class SuperAdminPasswordResetEvent
|
2104
2104
|
include Google::Apis::Core::Hashable
|
@@ -2347,7 +2347,7 @@ module Google
|
|
2347
2347
|
end
|
2348
2348
|
end
|
2349
2349
|
|
2350
|
-
# Alerts from UserChanges bucket Rules for predefined rules which contain the
|
2350
|
+
# * Alerts from UserChanges bucket Rules for predefined rules which contain the
|
2351
2351
|
# below rules. Suspended user made active New user Added User suspended (by
|
2352
2352
|
# admin) User granted admin privileges User admin privileges revoked User
|
2353
2353
|
# deleted Users password changed
|
@@ -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.42.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.15.
|
22
|
+
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20241028"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.42.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: 2024-
|
11
|
+
date: 2024-11-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-alertcenter_v1beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-alertcenter_v1beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-alertcenter_v1beta1/v0.42.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-alertcenter_v1beta1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.5.
|
78
|
+
rubygems_version: 3.5.21
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Google Workspace Alert Center API V1beta1
|