google-apis-securitycenter_v1beta1 0.45.0 → 0.47.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: b73cb77149668f7b38d318dc5797e05106dd4a8a5f4ce557a6d2476551425f0e
4
+ data.tar.gz: fd24510b4ca641d91cc97da2ed8a30ecf45742d17139eaf1d43fb627290d4d05
5
5
  SHA512:
6
- metadata.gz: 187745531e5a82554acf0d5e54f3f07d6b51ce9e8ecdec9da32b0496ea523f51f3128d17fda57c0082997b0c850b1a62cc07313ab730e06aa52f948992564ebb
7
- data.tar.gz: 23ecaae9067a77313ffc6b2e0e679e7c8ec36f534015583362e73e04238f01ca10e0d45ffc4817171452d8ea191cf696d607eebd73f3baee03021c200a29d9b9
6
+ metadata.gz: 5c903481ef978ff6fa01748e2255647791672f1b8e667f46d5bd730f375625b501f95f43754d8034417204ee3e6814b1cd629eb073f7a8f538416371d6108f8f
7
+ data.tar.gz: 6ee85305615b86b818f9367babab7e475d1efbcae76c91d8064a6c3731b232a1869ae92ff448b1b08e2037d3590c6e3f255efff2e11a78de8d9b3f120a0e1f29
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-securitycenter_v1beta1
2
2
 
3
+ ### v0.47.0 (2023-02-19)
4
+
5
+ * Regenerated using generator version 0.12.0
6
+
7
+ ### v0.46.0 (2023-02-05)
8
+
9
+ * Regenerated from discovery document revision 20230126
10
+
3
11
  ### v0.45.0 (2023-01-15)
4
12
 
5
13
  * 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.47.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.1"
22
+ GENERATOR_VERSION = "0.12.0"
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.47.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-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.9.1
19
+ version: 0.11.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.9.1
29
+ version: 0.11.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.47.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: []