google-apis-securitycenter_v1beta1 0.58.0 → 0.59.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: b17fbd96892c692df039ac408461b09714d370d96e28559f84442e68e71bc531
4
- data.tar.gz: 38c19f8fbda839dee6b53df17ce1b37332d85fd10c11f40585ddf776c126ab6d
3
+ metadata.gz: 5f4e54ba93261577562d127b0b951fa1949eb8fc8ac88fb827d3fb542373c52f
4
+ data.tar.gz: aa24e23bd1236a63bccf8ae3acc04cfa49df45ea5f0bab1e6767683dc51a5715
5
5
  SHA512:
6
- metadata.gz: b5fc1149a8195727e7ed458221be69bca37df3ff0767d1b973f7fa77487766e5744651f260d3afb25a5d62c2d52fd8c9df2c7530ca64c27769b245f9db458806
7
- data.tar.gz: b00fa3f79e9b2d4b6655c93199ad1db2205054a0e70acbfa04cedcfbfc6d98c43291ed1ca467c4b51abe98ea907d4c085192bb2fefbd38e8fc52e21166e39e4d
6
+ metadata.gz: 3f7f56fa2f08675f4a67f513a9c9546c38466c9b0d86b8863478a46fc5e5d0ed14feb764ed86db8ee65ccc641cd9ea5063ceaca7ead613a267fc684309805281
7
+ data.tar.gz: 42e25bd72afa944e9633bc05992217221dda10c135fc712c23accd42f3cd239c5cf7cfc3c2195a8de036aba94609b1a3f124960aa47ec776a59f6d1a2a704c0a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-securitycenter_v1beta1
2
2
 
3
+ ### v0.59.0 (2023-08-13)
4
+
5
+ * Regenerated from discovery document revision 20230803
6
+
3
7
  ### v0.58.0 (2023-08-06)
4
8
 
5
9
  * Regenerated from discovery document revision 20230727
@@ -3534,13 +3534,13 @@ module Google
3534
3534
  # @return [String]
3535
3535
  attr_accessor :name
3536
3536
 
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`.
3537
+ # The normal, successful response of the operation. If the original method
3538
+ # returns no data on success, such as `Delete`, the response is `google.protobuf.
3539
+ # Empty`. If the original method is standard `Get`/`Create`/`Update`, the
3540
+ # response should be the resource. For other methods, the response should have
3541
+ # the type `XxxResponse`, where `Xxx` is the original method name. For example,
3542
+ # if the original method name is `TakeSnapshot()`, the inferred response type is
3543
+ # `TakeSnapshotResponse`.
3544
3544
  # Corresponds to the JSON property `response`
3545
3545
  # @return [Hash<String,Object>]
3546
3546
  attr_accessor :response
@@ -3644,22 +3644,22 @@ module Google
3644
3644
  # evaluates to `true`. A condition can add constraints based on attributes of
3645
3645
  # the request, the resource, or both. To learn which resources support
3646
3646
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
3647
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
3647
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
3648
3648
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
3649
3649
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
3650
3650
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
3651
3651
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
3652
3652
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
3653
3653
  # 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/).
3654
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
3655
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
3656
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
3657
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
3658
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
3659
+ # title: expirable access description: Does not grant access after Sep 2020
3660
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
3661
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
3662
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
3663
3663
  class Policy
3664
3664
  include Google::Apis::Core::Hashable
3665
3665
 
@@ -4069,22 +4069,22 @@ module Google
4069
4069
  # evaluates to `true`. A condition can add constraints based on attributes of
4070
4070
  # the request, the resource, or both. To learn which resources support
4071
4071
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
4072
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
4072
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
4073
4073
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
4074
4074
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
4075
4075
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
4076
4076
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
4077
4077
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
4078
4078
  # 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/).
4079
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
4080
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
4081
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
4082
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
4083
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
4084
+ # title: expirable access description: Does not grant access after Sep 2020
4085
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
4086
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
4087
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
4088
4088
  # Corresponds to the JSON property `policy`
4089
4089
  # @return [Google::Apis::SecuritycenterV1beta1::Policy]
4090
4090
  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.59.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_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.58.0
4
+ version: 0.59.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-13 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.59.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: []