google-apis-securitycenter_v1 0.62.0 → 0.64.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: b4f4968675d118f87c7c00e7e42df0772ef666f8a45b7e1eb5ddca83d669dcf8
4
- data.tar.gz: 7fa1da1118502e3c976e09fcd738fc3798e8f36729030b58a18481fd1707b330
3
+ metadata.gz: bdde67b059cd84ea005c767a717e55e80b55832d5e0a4f71b095d429a08a4097
4
+ data.tar.gz: 438d7cf1da967a334acc29abf59a89705f15aecee2a0ebbf21676ff39428a848
5
5
  SHA512:
6
- metadata.gz: 5fe16b86c05512e1a8181a495fe4975cdafaea9ab986de983b8ce15b132109f49c8114adfd1214d9ae5b40a90760a442a30a19a7a9466ecc0a1d6a5e655775e1
7
- data.tar.gz: da8e30a9622c07e74b2d52cfdd782c915717a257ec2da9f3fbc7f114d36fcd0341ee13196e7824626b8de46881301857d450dd43632f356a531a8eb38d6fc686
6
+ metadata.gz: c05e1f9a1efa8d48a976caaf760a9744ccfe0f0af593cfca19559093b52cba32a374092fd748709e198c219c62ff8485078056187f2304fac1e3bfddbdc99c23
7
+ data.tar.gz: b9d0ea1533d233a11c091b28fcd8f4bdb27789dc8f8664ebf9e229aa7c27a598b28a4bd6dc7f8185836bc61fb388277330084ba95e65275094b709791a45e18c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-securitycenter_v1
2
2
 
3
+ ### v0.64.0 (2023-09-10)
4
+
5
+ * Regenerated from discovery document revision 20230904
6
+
7
+ ### v0.63.0 (2023-08-13)
8
+
9
+ * Regenerated from discovery document revision 20230803
10
+
3
11
  ### v0.62.0 (2023-08-06)
4
12
 
5
13
  * Regenerated from discovery document revision 20230727
@@ -442,8 +442,8 @@ module Google
442
442
  # @return [String]
443
443
  attr_accessor :resource
444
444
 
445
- # The [supported resource type](http://cloud/asset-inventory/docs/supported-
446
- # asset-types")
445
+ # The [supported resource type](https://cloud.google.com/asset-inventory/docs/
446
+ # supported-asset-types")
447
447
  # Corresponds to the JSON property `resourceType`
448
448
  # @return [String]
449
449
  attr_accessor :resource_type
@@ -1410,6 +1410,11 @@ module Google
1410
1410
  # @return [Array<Google::Apis::SecuritycenterV1::ExfilResource>]
1411
1411
  attr_accessor :targets
1412
1412
 
1413
+ # Total exfiltrated bytes processed for the entire job.
1414
+ # Corresponds to the JSON property `totalExfiltratedBytes`
1415
+ # @return [Fixnum]
1416
+ attr_accessor :total_exfiltrated_bytes
1417
+
1413
1418
  def initialize(**args)
1414
1419
  update!(**args)
1415
1420
  end
@@ -1418,6 +1423,7 @@ module Google
1418
1423
  def update!(**args)
1419
1424
  @sources = args[:sources] if args.key?(:sources)
1420
1425
  @targets = args[:targets] if args.key?(:targets)
1426
+ @total_exfiltrated_bytes = args[:total_exfiltrated_bytes] if args.key?(:total_exfiltrated_bytes)
1421
1427
  end
1422
1428
  end
1423
1429
 
@@ -2225,13 +2231,13 @@ module Google
2225
2231
  # @return [Array<String>]
2226
2232
  attr_accessor :assignees
2227
2233
 
2228
- # The most recent time when the corresponding finding's ticket/tracker was
2229
- # updated in the external system.
2234
+ # The time when the case was last updated, as reported by the external system.
2230
2235
  # Corresponds to the JSON property `externalSystemUpdateTime`
2231
2236
  # @return [String]
2232
2237
  attr_accessor :external_system_update_time
2233
2238
 
2234
- # Identifier that's used to track the given finding in the external system.
2239
+ # The identifier that's used to track the finding's corresponding case in the
2240
+ # external system.
2235
2241
  # Corresponds to the JSON property `externalUid`
2236
2242
  # @return [String]
2237
2243
  attr_accessor :external_uid
@@ -2244,7 +2250,7 @@ module Google
2244
2250
  # @return [String]
2245
2251
  attr_accessor :name
2246
2252
 
2247
- # Most recent status of the corresponding finding's ticket/tracker in the
2253
+ # The most recent status of the finding's corresponding case, as reported by the
2248
2254
  # external system.
2249
2255
  # Corresponds to the JSON property `status`
2250
2256
  # @return [String]
@@ -4247,13 +4253,13 @@ module Google
4247
4253
  # @return [String]
4248
4254
  attr_accessor :name
4249
4255
 
4250
- # The normal response of the operation in case of success. If the original
4251
- # method returns no data on success, such as `Delete`, the response is `google.
4252
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
4253
- # the response should be the resource. For other methods, the response should
4254
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
4255
- # example, if the original method name is `TakeSnapshot()`, the inferred
4256
- # response type is `TakeSnapshotResponse`.
4256
+ # The normal, successful response of the operation. If the original method
4257
+ # returns no data on success, such as `Delete`, the response is `google.protobuf.
4258
+ # Empty`. If the original method is standard `Get`/`Create`/`Update`, the
4259
+ # response should be the resource. For other methods, the response should have
4260
+ # the type `XxxResponse`, where `Xxx` is the original method name. For example,
4261
+ # if the original method name is `TakeSnapshot()`, the inferred response type is
4262
+ # `TakeSnapshotResponse`.
4257
4263
  # Corresponds to the JSON property `response`
4258
4264
  # @return [Hash<String,Object>]
4259
4265
  attr_accessor :response
@@ -4389,22 +4395,22 @@ module Google
4389
4395
  # evaluates to `true`. A condition can add constraints based on attributes of
4390
4396
  # the request, the resource, or both. To learn which resources support
4391
4397
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
4392
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
4398
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
4393
4399
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
4394
4400
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
4395
4401
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
4396
4402
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
4397
4403
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
4398
4404
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
4399
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
4400
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
4401
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
4402
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
4403
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
4404
- # access description: Does not grant access after Sep 2020 expression: request.
4405
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
4406
- # a description of IAM and its features, see the [IAM documentation](https://
4407
- # cloud.google.com/iam/docs/).
4405
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
4406
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
4407
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
4408
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
4409
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
4410
+ # title: expirable access description: Does not grant access after Sep 2020
4411
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
4412
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
4413
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
4408
4414
  class Policy
4409
4415
  include Google::Apis::Core::Hashable
4410
4416
 
@@ -4949,22 +4955,22 @@ module Google
4949
4955
  # evaluates to `true`. A condition can add constraints based on attributes of
4950
4956
  # the request, the resource, or both. To learn which resources support
4951
4957
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
4952
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
4958
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
4953
4959
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
4954
4960
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
4955
4961
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
4956
4962
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
4957
4963
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
4958
4964
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
4959
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
4960
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
4961
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
4962
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
4963
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
4964
- # access description: Does not grant access after Sep 2020 expression: request.
4965
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
4966
- # a description of IAM and its features, see the [IAM documentation](https://
4967
- # cloud.google.com/iam/docs/).
4965
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
4966
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
4967
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
4968
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
4969
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
4970
+ # title: expirable access description: Does not grant access after Sep 2020
4971
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
4972
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
4973
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
4968
4974
  # Corresponds to the JSON property `policy`
4969
4975
  # @return [Google::Apis::SecuritycenterV1::Policy]
4970
4976
  attr_accessor :policy
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module SecuritycenterV1
18
18
  # Version of the google-apis-securitycenter_v1 gem
19
- GEM_VERSION = "0.62.0"
19
+ GEM_VERSION = "0.64.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
@@ -1128,6 +1128,7 @@ module Google
1128
1128
 
1129
1129
  collection :targets, as: 'targets', class: Google::Apis::SecuritycenterV1::ExfilResource, decorator: Google::Apis::SecuritycenterV1::ExfilResource::Representation
1130
1130
 
1131
+ property :total_exfiltrated_bytes, :numeric_string => true, as: 'totalExfiltratedBytes'
1131
1132
  end
1132
1133
  end
1133
1134
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-securitycenter_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.62.0
4
+ version: 0.64.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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1/v0.62.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1/v0.64.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1
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 V1