google-apis-securitycenter_v1beta1 0.45.0 → 0.46.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: 7eefc11db59aad76d822588fa62f5d698890b64326a67fb90537b0c8ee6a9cb2
4
- data.tar.gz: 8a151875146fdfbad3ac5f4c26c2e6f17a52e7c5179f7b2bc6b87fc208c4eeb7
3
+ metadata.gz: a22a000ac0598b378c3e484e9ebe12f98f6c15192b8f000cf817cee9d78d4908
4
+ data.tar.gz: fcaa50a9196b2eb92c2485e55ddf97db2b2f4c29e7caec7a35ea33b67333753a
5
5
  SHA512:
6
- metadata.gz: 187745531e5a82554acf0d5e54f3f07d6b51ce9e8ecdec9da32b0496ea523f51f3128d17fda57c0082997b0c850b1a62cc07313ab730e06aa52f948992564ebb
7
- data.tar.gz: 23ecaae9067a77313ffc6b2e0e679e7c8ec36f534015583362e73e04238f01ca10e0d45ffc4817171452d8ea191cf696d607eebd73f3baee03021c200a29d9b9
6
+ metadata.gz: 46f2a0ac726ce7d90629f8892dddeafd0bbaf1486661d3d4abf8988c1baec54aeb8a6d7b4dac976e01044c259a9a1beec4a9ad5f986ca7b4337fdc6ae5156dbe
7
+ data.tar.gz: 9d8819d43c81c93c098920691e9e966c266d993626aa62e7f7ce0c664b87f7db96a52ce1c2593689e8c1906c8a828963d002511b8ac42e94b280de3bc182efbe
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-securitycenter_v1beta1
2
2
 
3
+ ### v0.46.0 (2023-02-05)
4
+
5
+ * Regenerated from discovery document revision 20230126
6
+
3
7
  ### v0.45.0 (2023-01-15)
4
8
 
5
9
  * Regenerated from discovery document revision 20230112
@@ -405,22 +405,22 @@ module Google
405
405
  # kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
406
406
  # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
407
407
  # email address that represents a Google group. For example, `admins@example.com`
408
- # . * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
409
- # identifier) representing a user that has been recently deleted. For example, `
410
- # alice@example.com?uid=123456789012345678901`. If the user is recovered, this
411
- # value reverts to `user:`emailid`` and the recovered user retains the role in
412
- # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
413
- # address (plus unique identifier) representing a service account that has been
414
- # recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
408
+ # . * `domain:`domain``: The G Suite domain (primary) that represents all the
409
+ # users of that domain. For example, `google.com` or `example.com`. * `deleted:
410
+ # user:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
411
+ # representing a user that has been recently deleted. For example, `alice@
412
+ # example.com?uid=123456789012345678901`. If the user is recovered, this value
413
+ # reverts to `user:`emailid`` and the recovered user retains the role in the
414
+ # binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email address
415
+ # (plus unique identifier) representing a service account that has been recently
416
+ # deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
415
417
  # 123456789012345678901`. If the service account is undeleted, this value
416
418
  # reverts to `serviceAccount:`emailid`` and the undeleted service account
417
419
  # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
418
420
  # An email address (plus unique identifier) representing a Google group that has
419
421
  # been recently deleted. For example, `admins@example.com?uid=
420
422
  # 123456789012345678901`. If the group is recovered, this value reverts to `
421
- # group:`emailid`` and the recovered group retains the role in the binding. * `
422
- # domain:`domain``: The G Suite domain (primary) that represents all the users
423
- # of that domain. For example, `google.com` or `example.com`.
423
+ # group:`emailid`` and the recovered group retains the role in the binding.
424
424
  # Corresponds to the JSON property `members`
425
425
  # @return [Array<String>]
426
426
  attr_accessor :members
@@ -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.45.0"
19
+ GEM_VERSION = "0.46.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.11.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230112"
25
+ REVISION = "20230126"
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.45.0
4
+ version: 0.46.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-01-15 00:00:00.000000000 Z
11
+ date: 2023-02-05 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.45.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta1/v0.46.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: []