google-apis-securitycenter_v1beta1 0.45.0 → 0.46.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a22a000ac0598b378c3e484e9ebe12f98f6c15192b8f000cf817cee9d78d4908
|
|
4
|
+
data.tar.gz: fcaa50a9196b2eb92c2485e55ddf97db2b2f4c29e7caec7a35ea33b67333753a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 46f2a0ac726ce7d90629f8892dddeafd0bbaf1486661d3d4abf8988c1baec54aeb8a6d7b4dac976e01044c259a9a1beec4a9ad5f986ca7b4337fdc6ae5156dbe
|
|
7
|
+
data.tar.gz: 9d8819d43c81c93c098920691e9e966c266d993626aa62e7f7ce0c664b87f7db96a52ce1c2593689e8c1906c8a828963d002511b8ac42e94b280de3bc182efbe
|
data/CHANGELOG.md
CHANGED
|
@@ -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
|
-
# . * `
|
|
409
|
-
#
|
|
410
|
-
#
|
|
411
|
-
#
|
|
412
|
-
# the
|
|
413
|
-
#
|
|
414
|
-
#
|
|
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.
|
|
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 = "
|
|
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.
|
|
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-
|
|
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.
|
|
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: []
|