google-apis-securitycenter_v1beta1 0.92.0 → 0.93.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: c6d4d014fe4ff5a51dc311b6e385effb9c4f509a39adf386bd8f3806cfabe064
|
4
|
+
data.tar.gz: 26bfc48cf1f6dc58aa4cfe9933e9b0227abee346751bb1c6be545dae84eb6967
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bff70b884c0462e312301be25c39339121ee3749eb886f50a61026a19164aa5533ff525b95f3f55a68c7d33c156cf232df8b84401d8d204cc4a7a8bcd634accd
|
7
|
+
data.tar.gz: f2fb8d563826ac7f807a49f81cc571ba30b0e3e415be7e962d6e0f8878d589b726a4be3456aa97e280a5e7b8ef5e066e3cdf978277cb8b87a19f7f36e3ca51de
|
data/CHANGELOG.md
CHANGED
@@ -8320,6 +8320,12 @@ module Google
|
|
8320
8320
|
# @return [Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2File]
|
8321
8321
|
attr_accessor :script
|
8322
8322
|
|
8323
|
+
# The ID of the user that executed the process. E.g. If this is the root user
|
8324
|
+
# this will always be 0.
|
8325
|
+
# Corresponds to the JSON property `userId`
|
8326
|
+
# @return [Fixnum]
|
8327
|
+
attr_accessor :user_id
|
8328
|
+
|
8323
8329
|
def initialize(**args)
|
8324
8330
|
update!(**args)
|
8325
8331
|
end
|
@@ -8336,6 +8342,7 @@ module Google
|
|
8336
8342
|
@parent_pid = args[:parent_pid] if args.key?(:parent_pid)
|
8337
8343
|
@pid = args[:pid] if args.key?(:pid)
|
8338
8344
|
@script = args[:script] if args.key?(:script)
|
8345
|
+
@user_id = args[:user_id] if args.key?(:user_id)
|
8339
8346
|
end
|
8340
8347
|
end
|
8341
8348
|
|
@@ -10720,6 +10727,12 @@ module Google
|
|
10720
10727
|
# @return [Google::Apis::SecuritycenterV1beta1::File]
|
10721
10728
|
attr_accessor :script
|
10722
10729
|
|
10730
|
+
# The ID of the user that executed the process. E.g. If this is the root user
|
10731
|
+
# this will always be 0.
|
10732
|
+
# Corresponds to the JSON property `userId`
|
10733
|
+
# @return [Fixnum]
|
10734
|
+
attr_accessor :user_id
|
10735
|
+
|
10723
10736
|
def initialize(**args)
|
10724
10737
|
update!(**args)
|
10725
10738
|
end
|
@@ -10736,6 +10749,7 @@ module Google
|
|
10736
10749
|
@parent_pid = args[:parent_pid] if args.key?(:parent_pid)
|
10737
10750
|
@pid = args[:pid] if args.key?(:pid)
|
10738
10751
|
@script = args[:script] if args.key?(:script)
|
10752
|
+
@user_id = args[:user_id] if args.key?(:user_id)
|
10739
10753
|
end
|
10740
10754
|
end
|
10741
10755
|
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module SecuritycenterV1beta1
|
18
18
|
# Version of the google-apis-securitycenter_v1beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.93.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250625"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -3784,6 +3784,7 @@ module Google
|
|
3784
3784
|
property :pid, :numeric_string => true, as: 'pid'
|
3785
3785
|
property :script, as: 'script', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2File, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2File::Representation
|
3786
3786
|
|
3787
|
+
property :user_id, :numeric_string => true, as: 'userId'
|
3787
3788
|
end
|
3788
3789
|
end
|
3789
3790
|
|
@@ -4410,6 +4411,7 @@ module Google
|
|
4410
4411
|
property :pid, :numeric_string => true, as: 'pid'
|
4411
4412
|
property :script, as: 'script', class: Google::Apis::SecuritycenterV1beta1::File, decorator: Google::Apis::SecuritycenterV1beta1::File::Representation
|
4412
4413
|
|
4414
|
+
property :user_id, :numeric_string => true, as: 'userId'
|
4413
4415
|
end
|
4414
4416
|
end
|
4415
4417
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-securitycenter_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.93.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -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-securitycenter_v1beta1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta1/v0.93.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1beta1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|