google-apis-managedidentities_v1beta1 0.22.0 → 0.23.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: 1cc1b57fd4481dced21e15c169bc08f73e5afa7024508be9b4ed686a1b92990c
4
- data.tar.gz: a387adedc89f35303626fa49cd27d9c83822f6c1ea2e3383bf9b005c32392e73
3
+ metadata.gz: 05ce7c61978a0b9e64e5ce595c8ebd29d12d1a7dd64a2f9fd189cee69c6d7ab7
4
+ data.tar.gz: 54a3c2f20004a488c706031dc3c1e03753cb682c1256b3d301d28734782c19b7
5
5
  SHA512:
6
- metadata.gz: 5c0d62fb6320332484bfd619ef4211776e058ddb4bf11fd591ec0387632f711a368afcc8ebe51bec8df6d3192d07751ff1afeda572304ecb77859dbf1ae9d036
7
- data.tar.gz: d3ce8cd1356b51bd6bd4181c7099fcd35373d4676578e8ea11841e72ce7662b3d831443021e1e688bafe71648cbd38ea37782288caa0f80791a99e9710f966fa
6
+ metadata.gz: 9dc78304fa972aea898834881556e665a56585fddba4610f6a85e8c73447194a21a7e37daf1261f7ab5039d0ffa810809dd6f90855a09d438bb636d6a5ab922b
7
+ data.tar.gz: b4b5ebd3c49a9b784f233d99ba77fe119302d1b5d0891a87ff613218c3c3625d2c9c28fde941abf9f7fe319f66c178def2c0bf8c15bf015541801b1af19a9db5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-managedidentities_v1beta1
2
2
 
3
+ ### v0.23.0 (2022-08-22)
4
+
5
+ * Regenerated from discovery document revision 20220817
6
+ * Regenerated using generator version 0.9.0
7
+
3
8
  ### v0.22.0 (2022-06-30)
4
9
 
5
10
  * Regenerated using generator version 0.8.0
@@ -135,25 +135,28 @@ module Google
135
135
  # anyone who is authenticated with a Google account or a service account. * `
136
136
  # user:`emailid``: An email address that represents a specific Google account.
137
137
  # For example, `alice@example.com` . * `serviceAccount:`emailid``: An email
138
- # address that represents a service account. For example, `my-other-app@appspot.
139
- # gserviceaccount.com`. * `group:`emailid``: An email address that represents a
140
- # Google group. For example, `admins@example.com`. * `deleted:user:`emailid`?uid=
141
- # `uniqueid``: An email address (plus unique identifier) representing a user
142
- # that has been recently deleted. For example, `alice@example.com?uid=
143
- # 123456789012345678901`. If the user is recovered, this value reverts to `user:`
144
- # emailid`` and the recovered user retains the role in the binding. * `deleted:
145
- # serviceAccount:`emailid`?uid=`uniqueid``: An email address (plus unique
146
- # identifier) representing a service account that has been recently deleted. For
147
- # example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`.
148
- # If the service account is undeleted, this value reverts to `serviceAccount:`
149
- # emailid`` and the undeleted service account retains the role in the binding. *
150
- # `deleted:group:`emailid`?uid=`uniqueid``: An email address (plus unique
151
- # identifier) representing a Google group that has been recently deleted. For
152
- # example, `admins@example.com?uid=123456789012345678901`. If the group is
153
- # recovered, this value reverts to `group:`emailid`` and the recovered group
154
- # retains the role in the binding. * `domain:`domain``: The G Suite domain (
155
- # primary) that represents all the users of that domain. For example, `google.
156
- # com` or `example.com`.
138
+ # address that represents a Google service account. For example, `my-other-app@
139
+ # appspot.gserviceaccount.com`. * `serviceAccount:`projectid`.svc.id.goog[`
140
+ # namespace`/`kubernetes-sa`]`: An identifier for a [Kubernetes service account](
141
+ # https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-
142
+ # accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`
143
+ # . * `group:`emailid``: An email address that represents a Google group. For
144
+ # example, `admins@example.com`. * `deleted:user:`emailid`?uid=`uniqueid``: An
145
+ # email address (plus unique identifier) representing a user that has been
146
+ # recently deleted. For example, `alice@example.com?uid=123456789012345678901`.
147
+ # If the user is recovered, this value reverts to `user:`emailid`` and the
148
+ # recovered user retains the role in the binding. * `deleted:serviceAccount:`
149
+ # emailid`?uid=`uniqueid``: An email address (plus unique identifier)
150
+ # representing a service account that has been recently deleted. For example, `
151
+ # my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the
152
+ # service account is undeleted, this value reverts to `serviceAccount:`emailid``
153
+ # and the undeleted service account retains the role in the binding. * `deleted:
154
+ # group:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
155
+ # representing a Google group that has been recently deleted. For example, `
156
+ # admins@example.com?uid=123456789012345678901`. If the group is recovered, this
157
+ # value reverts to `group:`emailid`` and the recovered group retains the role in
158
+ # the binding. * `domain:`domain``: The G Suite domain (primary) that represents
159
+ # all the users of that domain. For example, `google.com` or `example.com`.
157
160
  # Corresponds to the JSON property `members`
158
161
  # @return [Array<String>]
159
162
  attr_accessor :members
@@ -774,8 +777,8 @@ module Google
774
777
  # @return [Hash<String,String>]
775
778
  attr_accessor :labels
776
779
 
777
- # Deprecated. The MaintenancePolicies that have been attached to the instance.
778
- # The key must be of the type name of the oneof policy name defined in
780
+ # Optional. Deprecated. The MaintenancePolicies that have been attached to the
781
+ # instance. The key must be of the type name of the oneof policy name defined in
779
782
  # MaintenancePolicy, and the referenced policy must define the same policy type.
780
783
  # For complete details of MaintenancePolicy, please refer to go/cloud-saas-mw-ug.
781
784
  # Corresponds to the JSON property `maintenancePolicyNames`
@@ -961,8 +964,7 @@ module Google
961
964
  # key must be of the type name of the oneof policy name defined in
962
965
  # MaintenancePolicy, and the embedded policy must define the same policy type.
963
966
  # For complete details of MaintenancePolicy, please refer to go/cloud-saas-mw-ug.
964
- # If only the name is needed (like in the deprecated Instance.
965
- # maintenance_policy_names field) then only populate MaintenancePolicy.name.
967
+ # If only the name is needed, then only populate MaintenancePolicy.name.
966
968
  # Corresponds to the JSON property `maintenancePolicies`
967
969
  # @return [Hash<String,Google::Apis::ManagedidentitiesV1beta1::MaintenancePolicy>]
968
970
  attr_accessor :maintenance_policies
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ManagedidentitiesV1beta1
18
18
  # Version of the google-apis-managedidentities_v1beta1 gem
19
- GEM_VERSION = "0.22.0"
19
+ GEM_VERSION = "0.23.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.8.0"
22
+ GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220526"
25
+ REVISION = "20220817"
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-managedidentities_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.22.0
4
+ version: 0.23.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: 2022-07-04 00:00:00.000000000 Z
11
+ date: 2022-08-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -59,7 +59,7 @@ licenses:
59
59
  metadata:
60
60
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
61
61
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-managedidentities_v1beta1/CHANGELOG.md
62
- documentation_uri: https://googleapis.dev/ruby/google-apis-managedidentities_v1beta1/v0.22.0
62
+ documentation_uri: https://googleapis.dev/ruby/google-apis-managedidentities_v1beta1/v0.23.0
63
63
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-managedidentities_v1beta1
64
64
  post_install_message:
65
65
  rdoc_options: []