google-apis-securitycenter_v1beta1 0.58.0 → 0.60.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: b17fbd96892c692df039ac408461b09714d370d96e28559f84442e68e71bc531
4
- data.tar.gz: 38c19f8fbda839dee6b53df17ce1b37332d85fd10c11f40585ddf776c126ab6d
3
+ metadata.gz: 4fc87bcfa1032a2597d57a82ffe42afeb7166ba85e620486e750a6dedf52fad2
4
+ data.tar.gz: 7e63d348cba8b6069b06b4613c1f388416e2b4dcc7c00e505945793e5f7152e4
5
5
  SHA512:
6
- metadata.gz: b5fc1149a8195727e7ed458221be69bca37df3ff0767d1b973f7fa77487766e5744651f260d3afb25a5d62c2d52fd8c9df2c7530ca64c27769b245f9db458806
7
- data.tar.gz: b00fa3f79e9b2d4b6655c93199ad1db2205054a0e70acbfa04cedcfbfc6d98c43291ed1ca467c4b51abe98ea907d4c085192bb2fefbd38e8fc52e21166e39e4d
6
+ metadata.gz: ce231b036074cdaa0e2b4ba2edc6a93607bdaf2ca204fe90f9961cd3b5d6050c35213814d8922bf025967c26d16f8108f140b8c7315c16d7f14ad3cac9cbf0f7
7
+ data.tar.gz: 5f37e9961d8b6c1166a5e8b5102eabccc9fb664ce0bedf9b261b345d7b780cc7e93da23b04d4731ad87ef41e3592b4b4784a55585093e75d67458715de6cb4f1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-securitycenter_v1beta1
2
2
 
3
+ ### v0.60.0 (2023-09-10)
4
+
5
+ * Regenerated from discovery document revision 20230904
6
+
7
+ ### v0.59.0 (2023-08-13)
8
+
9
+ * Regenerated from discovery document revision 20230803
10
+
3
11
  ### v0.58.0 (2023-08-06)
4
12
 
5
13
  * Regenerated from discovery document revision 20230727
@@ -1019,6 +1019,11 @@ module Google
1019
1019
  # @return [Array<Google::Apis::SecuritycenterV1beta1::ExfilResource>]
1020
1020
  attr_accessor :targets
1021
1021
 
1022
+ # Total exfiltrated bytes processed for the entire job.
1023
+ # Corresponds to the JSON property `totalExfiltratedBytes`
1024
+ # @return [Fixnum]
1025
+ attr_accessor :total_exfiltrated_bytes
1026
+
1022
1027
  def initialize(**args)
1023
1028
  update!(**args)
1024
1029
  end
@@ -1027,6 +1032,7 @@ module Google
1027
1032
  def update!(**args)
1028
1033
  @sources = args[:sources] if args.key?(:sources)
1029
1034
  @targets = args[:targets] if args.key?(:targets)
1035
+ @total_exfiltrated_bytes = args[:total_exfiltrated_bytes] if args.key?(:total_exfiltrated_bytes)
1030
1036
  end
1031
1037
  end
1032
1038
 
@@ -1834,13 +1840,13 @@ module Google
1834
1840
  # @return [Array<String>]
1835
1841
  attr_accessor :assignees
1836
1842
 
1837
- # The most recent time when the corresponding finding's ticket/tracker was
1838
- # updated in the external system.
1843
+ # The time when the case was last updated, as reported by the external system.
1839
1844
  # Corresponds to the JSON property `externalSystemUpdateTime`
1840
1845
  # @return [String]
1841
1846
  attr_accessor :external_system_update_time
1842
1847
 
1843
- # Identifier that's used to track the given finding in the external system.
1848
+ # The identifier that's used to track the finding's corresponding case in the
1849
+ # external system.
1844
1850
  # Corresponds to the JSON property `externalUid`
1845
1851
  # @return [String]
1846
1852
  attr_accessor :external_uid
@@ -1853,7 +1859,7 @@ module Google
1853
1859
  # @return [String]
1854
1860
  attr_accessor :name
1855
1861
 
1856
- # Most recent status of the corresponding finding's ticket/tracker in the
1862
+ # The most recent status of the finding's corresponding case, as reported by the
1857
1863
  # external system.
1858
1864
  # Corresponds to the JSON property `status`
1859
1865
  # @return [String]
@@ -3534,13 +3540,13 @@ module Google
3534
3540
  # @return [String]
3535
3541
  attr_accessor :name
3536
3542
 
3537
- # The normal response of the operation in case of success. If the original
3538
- # method returns no data on success, such as `Delete`, the response is `google.
3539
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
3540
- # the response should be the resource. For other methods, the response should
3541
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
3542
- # example, if the original method name is `TakeSnapshot()`, the inferred
3543
- # response type is `TakeSnapshotResponse`.
3543
+ # The normal, successful response of the operation. If the original method
3544
+ # returns no data on success, such as `Delete`, the response is `google.protobuf.
3545
+ # Empty`. If the original method is standard `Get`/`Create`/`Update`, the
3546
+ # response should be the resource. For other methods, the response should have
3547
+ # the type `XxxResponse`, where `Xxx` is the original method name. For example,
3548
+ # if the original method name is `TakeSnapshot()`, the inferred response type is
3549
+ # `TakeSnapshotResponse`.
3544
3550
  # Corresponds to the JSON property `response`
3545
3551
  # @return [Hash<String,Object>]
3546
3552
  attr_accessor :response
@@ -3644,22 +3650,22 @@ module Google
3644
3650
  # evaluates to `true`. A condition can add constraints based on attributes of
3645
3651
  # the request, the resource, or both. To learn which resources support
3646
3652
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
3647
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
3653
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
3648
3654
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
3649
3655
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
3650
3656
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
3651
3657
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
3652
3658
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
3653
3659
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
3654
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
3655
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
3656
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
3657
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
3658
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
3659
- # access description: Does not grant access after Sep 2020 expression: request.
3660
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
3661
- # a description of IAM and its features, see the [IAM documentation](https://
3662
- # cloud.google.com/iam/docs/).
3660
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
3661
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
3662
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
3663
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
3664
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
3665
+ # title: expirable access description: Does not grant access after Sep 2020
3666
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
3667
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
3668
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
3663
3669
  class Policy
3664
3670
  include Google::Apis::Core::Hashable
3665
3671
 
@@ -4069,22 +4075,22 @@ module Google
4069
4075
  # evaluates to `true`. A condition can add constraints based on attributes of
4070
4076
  # the request, the resource, or both. To learn which resources support
4071
4077
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
4072
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
4078
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
4073
4079
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
4074
4080
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
4075
4081
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
4076
4082
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
4077
4083
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
4078
4084
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
4079
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
4080
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
4081
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
4082
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
4083
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
4084
- # access description: Does not grant access after Sep 2020 expression: request.
4085
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
4086
- # a description of IAM and its features, see the [IAM documentation](https://
4087
- # cloud.google.com/iam/docs/).
4085
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
4086
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
4087
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
4088
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
4089
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
4090
+ # title: expirable access description: Does not grant access after Sep 2020
4091
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
4092
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
4093
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
4088
4094
  # Corresponds to the JSON property `policy`
4089
4095
  # @return [Google::Apis::SecuritycenterV1beta1::Policy]
4090
4096
  attr_accessor :policy
@@ -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.58.0"
19
+ GEM_VERSION = "0.60.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230727"
25
+ REVISION = "20230904"
26
26
  end
27
27
  end
28
28
  end
@@ -833,6 +833,7 @@ module Google
833
833
 
834
834
  collection :targets, as: 'targets', class: Google::Apis::SecuritycenterV1beta1::ExfilResource, decorator: Google::Apis::SecuritycenterV1beta1::ExfilResource::Representation
835
835
 
836
+ property :total_exfiltrated_bytes, :numeric_string => true, as: 'totalExfiltratedBytes'
836
837
  end
837
838
  end
838
839
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-securitycenter_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.58.0
4
+ version: 0.60.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: 2023-08-06 00:00:00.000000000 Z
11
+ date: 2023-09-10 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-securitycenter_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta1/v0.58.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta1/v0.60.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_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.4.2
78
+ rubygems_version: 3.4.19
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Security Command Center API V1beta1