google-apis-securitycenter_v1beta2 0.84.0 → 0.85.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: 1482e799c2cea9e9c83f9b2b3fc31b2e880a004bc9af2f95f926e3d7a6d7f3e4
|
4
|
+
data.tar.gz: d9e1b1694d5d4f4e326952d6132805fd1611ce07b308d7c142b8eed0b32de5e9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2bbc6a555b753a882f50af49e7368972311a9c872765f9c1049d593da3e7574e097319a833d0872a9d2439af45be4224e855eb5ef4e47852efca022f5ff0bac6
|
7
|
+
data.tar.gz: 60a1a7ec9b050df5064ae22c96595eb2280703d90d72e1284166d9c03aad07840fa46a4aae2c9bfaf3daebe0759e4bd7f5ca70be4c73d75caaf7d677ee533718
|
data/CHANGELOG.md
CHANGED
@@ -8004,6 +8004,12 @@ module Google
|
|
8004
8004
|
# @return [Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2File]
|
8005
8005
|
attr_accessor :script
|
8006
8006
|
|
8007
|
+
# The ID of the user that executed the process. E.g. If this is the root user
|
8008
|
+
# this will always be 0.
|
8009
|
+
# Corresponds to the JSON property `userId`
|
8010
|
+
# @return [Fixnum]
|
8011
|
+
attr_accessor :user_id
|
8012
|
+
|
8007
8013
|
def initialize(**args)
|
8008
8014
|
update!(**args)
|
8009
8015
|
end
|
@@ -8020,6 +8026,7 @@ module Google
|
|
8020
8026
|
@parent_pid = args[:parent_pid] if args.key?(:parent_pid)
|
8021
8027
|
@pid = args[:pid] if args.key?(:pid)
|
8022
8028
|
@script = args[:script] if args.key?(:script)
|
8029
|
+
@user_id = args[:user_id] if args.key?(:user_id)
|
8023
8030
|
end
|
8024
8031
|
end
|
8025
8032
|
|
@@ -9815,6 +9822,12 @@ module Google
|
|
9815
9822
|
# @return [Google::Apis::SecuritycenterV1beta2::File]
|
9816
9823
|
attr_accessor :script
|
9817
9824
|
|
9825
|
+
# The ID of the user that executed the process. E.g. If this is the root user
|
9826
|
+
# this will always be 0.
|
9827
|
+
# Corresponds to the JSON property `userId`
|
9828
|
+
# @return [Fixnum]
|
9829
|
+
attr_accessor :user_id
|
9830
|
+
|
9818
9831
|
def initialize(**args)
|
9819
9832
|
update!(**args)
|
9820
9833
|
end
|
@@ -9831,6 +9844,7 @@ module Google
|
|
9831
9844
|
@parent_pid = args[:parent_pid] if args.key?(:parent_pid)
|
9832
9845
|
@pid = args[:pid] if args.key?(:pid)
|
9833
9846
|
@script = args[:script] if args.key?(:script)
|
9847
|
+
@user_id = args[:user_id] if args.key?(:user_id)
|
9834
9848
|
end
|
9835
9849
|
end
|
9836
9850
|
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module SecuritycenterV1beta2
|
18
18
|
# Version of the google-apis-securitycenter_v1beta2 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.85.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
|
@@ -3591,6 +3591,7 @@ module Google
|
|
3591
3591
|
property :pid, :numeric_string => true, as: 'pid'
|
3592
3592
|
property :script, as: 'script', class: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2File, decorator: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2File::Representation
|
3593
3593
|
|
3594
|
+
property :user_id, :numeric_string => true, as: 'userId'
|
3594
3595
|
end
|
3595
3596
|
end
|
3596
3597
|
|
@@ -4083,6 +4084,7 @@ module Google
|
|
4083
4084
|
property :pid, :numeric_string => true, as: 'pid'
|
4084
4085
|
property :script, as: 'script', class: Google::Apis::SecuritycenterV1beta2::File, decorator: Google::Apis::SecuritycenterV1beta2::File::Representation
|
4085
4086
|
|
4087
|
+
property :user_id, :numeric_string => true, as: 'userId'
|
4086
4088
|
end
|
4087
4089
|
end
|
4088
4090
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-securitycenter_v1beta2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.85.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_v1beta2/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta2/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta2/v0.85.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1beta2
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|