google-apis-securitycenter_v1 0.62.0 → 0.63.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b4f4968675d118f87c7c00e7e42df0772ef666f8a45b7e1eb5ddca83d669dcf8
4
- data.tar.gz: 7fa1da1118502e3c976e09fcd738fc3798e8f36729030b58a18481fd1707b330
3
+ metadata.gz: d47e43d03f4b4cc6e2b3abf97ef396c1cca107cd3259934f3e7515163a3a64c3
4
+ data.tar.gz: 9e8d5d9c49dc6c0083320dbb6a3dab9439c2133f64cbe86e58009a3a8694d88f
5
5
  SHA512:
6
- metadata.gz: 5fe16b86c05512e1a8181a495fe4975cdafaea9ab986de983b8ce15b132109f49c8114adfd1214d9ae5b40a90760a442a30a19a7a9466ecc0a1d6a5e655775e1
7
- data.tar.gz: da8e30a9622c07e74b2d52cfdd782c915717a257ec2da9f3fbc7f114d36fcd0341ee13196e7824626b8de46881301857d450dd43632f356a531a8eb38d6fc686
6
+ metadata.gz: 9d6d4e4ae5391d9b81892cea3204d496a73d5f771ae15158a2658a177c6f81341c3b818b297a3931dda35ee071831950d4c0417eb9cc49b5d5d31de8e01d3b42
7
+ data.tar.gz: 808145464587ecd99fedd990d29c187bdf7637e0b3ec0279be9f7c42ecaca41c46b87a9a9a1d43bb193c8c147b503cada168a53f7702681a0b179383610f3eec
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-securitycenter_v1
2
2
 
3
+ ### v0.63.0 (2023-08-13)
4
+
5
+ * Regenerated from discovery document revision 20230803
6
+
3
7
  ### v0.62.0 (2023-08-06)
4
8
 
5
9
  * 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
@@ -4247,13 +4247,13 @@ module Google
4247
4247
  # @return [String]
4248
4248
  attr_accessor :name
4249
4249
 
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`.
4250
+ # The normal, successful response of the operation. If the original method
4251
+ # returns no data on success, such as `Delete`, the response is `google.protobuf.
4252
+ # Empty`. If the original method is standard `Get`/`Create`/`Update`, the
4253
+ # response should be the resource. For other methods, the response should have
4254
+ # the type `XxxResponse`, where `Xxx` is the original method name. For example,
4255
+ # if the original method name is `TakeSnapshot()`, the inferred response type is
4256
+ # `TakeSnapshotResponse`.
4257
4257
  # Corresponds to the JSON property `response`
4258
4258
  # @return [Hash<String,Object>]
4259
4259
  attr_accessor :response
@@ -4389,22 +4389,22 @@ module Google
4389
4389
  # evaluates to `true`. A condition can add constraints based on attributes of
4390
4390
  # the request, the resource, or both. To learn which resources support
4391
4391
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
4392
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
4392
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
4393
4393
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
4394
4394
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
4395
4395
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
4396
4396
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
4397
4397
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
4398
4398
  # 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/).
4399
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
4400
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
4401
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
4402
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
4403
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
4404
+ # title: expirable access description: Does not grant access after Sep 2020
4405
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
4406
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
4407
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
4408
4408
  class Policy
4409
4409
  include Google::Apis::Core::Hashable
4410
4410
 
@@ -4949,22 +4949,22 @@ module Google
4949
4949
  # evaluates to `true`. A condition can add constraints based on attributes of
4950
4950
  # the request, the resource, or both. To learn which resources support
4951
4951
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
4952
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
4952
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
4953
4953
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
4954
4954
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
4955
4955
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
4956
4956
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
4957
4957
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
4958
4958
  # 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/).
4959
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
4960
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
4961
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
4962
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
4963
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
4964
+ # title: expirable access description: Does not grant access after Sep 2020
4965
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
4966
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
4967
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
4968
4968
  # Corresponds to the JSON property `policy`
4969
4969
  # @return [Google::Apis::SecuritycenterV1::Policy]
4970
4970
  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.63.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 = "20230803"
26
26
  end
27
27
  end
28
28
  end
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.63.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-08-20 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.63.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: []