google-apis-alertcenter_v1beta1 0.43.0 → 0.44.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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 188045367c92643b0b8a353b4609d01f29fd27e7dce24d39c82ff6fb047cbccd
|
4
|
+
data.tar.gz: 6b162676a5f3c534ae8e652723a55a2e61f3d99dfa2e4ebdecf0419edd9050ad
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 070df13767ffa4d0d7728008574f5623821d21680535fc95ca2992dd01858c95fd52f2c92abbc0078f98726f1c03df9b05f8de2d80694e7726f67d5c96ea556d
|
7
|
+
data.tar.gz: c37f61bd006a21a023fec09ec579988d1b5cbedd4008409e9020aeb1f10332ecf74e7b59f9fad0ece585429cc0d62db698b2e2a0b7dc93da4a3804997141a45a
|
data/CHANGELOG.md
CHANGED
@@ -584,9 +584,9 @@ module Google
|
|
584
584
|
end
|
585
585
|
end
|
586
586
|
|
587
|
-
#
|
588
|
-
#
|
589
|
-
# Email settings changed Mobile settings changed
|
587
|
+
# Alerts from AppSettingsChanged bucket Rules configured by Admin which contain
|
588
|
+
# the following 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
|
-
#
|
1646
|
-
#
|
1645
|
+
# Event occurred when primary admin changed in customer's account. The event are
|
1646
|
+
# 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
|
-
#
|
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
|
-
#
|
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
|
-
#
|
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
|
-
#
|
1979
|
-
#
|
1978
|
+
# Event occurred when primary admin changed in customer's account. The event are
|
1979
|
+
# 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
|
-
#
|
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
|
-
#
|
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
|
-
#
|
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
|
-
#
|
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
|
-
#
|
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,10 +2347,10 @@ module Google
|
|
2347
2347
|
end
|
2348
2348
|
end
|
2349
2349
|
|
2350
|
-
#
|
2351
|
-
#
|
2352
|
-
# admin) User granted admin privileges User admin privileges
|
2353
|
-
# deleted Users password changed
|
2350
|
+
# Alerts from UserChanges bucket Rules for predefined rules which contain the
|
2351
|
+
# following rules: - Suspended user made active - New user added - User
|
2352
|
+
# suspended (by admin) - User granted admin privileges - User admin privileges
|
2353
|
+
# revoked - User deleted - Users password changed
|
2354
2354
|
class UserChanges
|
2355
2355
|
include Google::Apis::Core::Hashable
|
2356
2356
|
|
@@ -2394,6 +2394,52 @@ module Google
|
|
2394
2394
|
end
|
2395
2395
|
end
|
2396
2396
|
|
2397
|
+
# Alert that is triggered when a Vault accelerated deletion request is created
|
2398
|
+
# or canceled.
|
2399
|
+
class VaultAcceleratedDeletion
|
2400
|
+
include Google::Apis::Core::Hashable
|
2401
|
+
|
2402
|
+
# The action can be one of create and cancel
|
2403
|
+
# Corresponds to the JSON property `actionType`
|
2404
|
+
# @return [String]
|
2405
|
+
attr_accessor :action_type
|
2406
|
+
|
2407
|
+
# Currentlty only Gmail is supported as app type
|
2408
|
+
# Corresponds to the JSON property `appType`
|
2409
|
+
# @return [String]
|
2410
|
+
attr_accessor :app_type
|
2411
|
+
|
2412
|
+
# The UTC timestamp of when the AD request was created
|
2413
|
+
# Corresponds to the JSON property `createTime`
|
2414
|
+
# @return [String]
|
2415
|
+
attr_accessor :create_time
|
2416
|
+
|
2417
|
+
# Accelerated deletion request ID intended to be used to construct the Vault UI
|
2418
|
+
# link to the AD request
|
2419
|
+
# Corresponds to the JSON property `deletionRequestId`
|
2420
|
+
# @return [String]
|
2421
|
+
attr_accessor :deletion_request_id
|
2422
|
+
|
2423
|
+
# Matter ID of the accelerated deletion request intended to be used to construct
|
2424
|
+
# the Vault UI link to the AD request
|
2425
|
+
# Corresponds to the JSON property `matterId`
|
2426
|
+
# @return [String]
|
2427
|
+
attr_accessor :matter_id
|
2428
|
+
|
2429
|
+
def initialize(**args)
|
2430
|
+
update!(**args)
|
2431
|
+
end
|
2432
|
+
|
2433
|
+
# Update properties of this object
|
2434
|
+
def update!(**args)
|
2435
|
+
@action_type = args[:action_type] if args.key?(:action_type)
|
2436
|
+
@app_type = args[:app_type] if args.key?(:app_type)
|
2437
|
+
@create_time = args[:create_time] if args.key?(:create_time)
|
2438
|
+
@deletion_request_id = args[:deletion_request_id] if args.key?(:deletion_request_id)
|
2439
|
+
@matter_id = args[:matter_id] if args.key?(:matter_id)
|
2440
|
+
end
|
2441
|
+
end
|
2442
|
+
|
2397
2443
|
# An alert triggered when Google Voice configuration becomes invalid, generally
|
2398
2444
|
# due to an external entity being modified or deleted.
|
2399
2445
|
class VoiceMisconfiguration
|
@@ -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.44.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250414"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -430,6 +430,12 @@ module Google
|
|
430
430
|
include Google::Apis::Core::JsonObjectSupport
|
431
431
|
end
|
432
432
|
|
433
|
+
class VaultAcceleratedDeletion
|
434
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
435
|
+
|
436
|
+
include Google::Apis::Core::JsonObjectSupport
|
437
|
+
end
|
438
|
+
|
433
439
|
class VoiceMisconfiguration
|
434
440
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
435
441
|
|
@@ -1122,6 +1128,17 @@ module Google
|
|
1122
1128
|
end
|
1123
1129
|
end
|
1124
1130
|
|
1131
|
+
class VaultAcceleratedDeletion
|
1132
|
+
# @private
|
1133
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1134
|
+
property :action_type, as: 'actionType'
|
1135
|
+
property :app_type, as: 'appType'
|
1136
|
+
property :create_time, as: 'createTime'
|
1137
|
+
property :deletion_request_id, as: 'deletionRequestId'
|
1138
|
+
property :matter_id, as: 'matterId'
|
1139
|
+
end
|
1140
|
+
end
|
1141
|
+
|
1125
1142
|
class VoiceMisconfiguration
|
1126
1143
|
# @private
|
1127
1144
|
class Representation < Google::Apis::Core::JsonRepresentation
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
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.44.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-04-
|
10
|
+
date: 2025-04-20 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: google-apis-core
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-alertcenter_v1beta1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-alertcenter_v1beta1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-alertcenter_v1beta1/v0.44.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-alertcenter_v1beta1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|