google-apis-managedidentities_v1alpha1 0.21.0 → 0.24.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: f06186f52423853ad77d0cfe16cf5b1bbbf9950e3b9d5acd331c85155e3a5029
4
- data.tar.gz: 119b25e05b999c3c6a4a792eacab2cc42c766abe8ee9413204e8befaab6e22c9
3
+ metadata.gz: 2ce9af964adb6c1267eeedbbf11a4b2d511ee8891c5c7da152abc0dc156a9472
4
+ data.tar.gz: 4463b002ad8e1fd6e9feffd7569dbb5a4a0a475edd06eb6bde64c21ef25b2d86
5
5
  SHA512:
6
- metadata.gz: 2e93cfaf11f94b480151610f108ef90fcc7c5ef9df991c9f6b60f092130d155c0a529f2012d03e4a6cf4adb973cfc7d535583ff04ff84a6f571550192722487f
7
- data.tar.gz: 84b4c0f01061199087767bca0708dd33674aa5068763bbfb017bee0dd16163ece5e42d8d8ca9f20bd25f44ef9144b52c2ff243f10073b282069e1674693edf59
6
+ metadata.gz: 0b7d608535c1706a6600fc6ba92d9890cab0c4fef896803599f2ea89179461664bd9caadccf015ac1b4c196754de56c622fccec11f10bba7bf37489547cc699b
7
+ data.tar.gz: e0478fe9b57638b21246fe7da295face314e286006249b919b734da5c7831ab5973c872e410896bca6b789a67bc4c7bdf815ee8ac7d2ad59a5027c9cccc7f8c5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-managedidentities_v1alpha1
2
2
 
3
+ ### v0.24.0 (2022-08-31)
4
+
5
+ * Regenerated from discovery document revision 20220826
6
+
7
+ ### v0.23.0 (2022-08-22)
8
+
9
+ * Regenerated from discovery document revision 20220817
10
+ * Regenerated using generator version 0.9.0
11
+
12
+ ### v0.22.0 (2022-06-30)
13
+
14
+ * Regenerated using generator version 0.8.0
15
+
3
16
  ### v0.21.0 (2022-06-18)
4
17
 
5
18
  * Regenerated using generator version 0.7.0
@@ -136,28 +136,33 @@ module Google
136
136
  # members` can have the following values: * `allUsers`: A special identifier
137
137
  # that represents anyone who is on the internet; with or without a Google
138
138
  # account. * `allAuthenticatedUsers`: A special identifier that represents
139
- # anyone who is authenticated with a Google account or a service account. * `
140
- # user:`emailid``: An email address that represents a specific Google account.
141
- # For example, `alice@example.com` . * `serviceAccount:`emailid``: An email
142
- # address that represents a service account. For example, `my-other-app@appspot.
143
- # gserviceaccount.com`. * `group:`emailid``: An email address that represents a
144
- # Google group. For example, `admins@example.com`. * `deleted:user:`emailid`?uid=
145
- # `uniqueid``: An email address (plus unique identifier) representing a user
146
- # that has been recently deleted. For example, `alice@example.com?uid=
147
- # 123456789012345678901`. If the user is recovered, this value reverts to `user:`
148
- # emailid`` and the recovered user retains the role in the binding. * `deleted:
149
- # serviceAccount:`emailid`?uid=`uniqueid``: An email address (plus unique
150
- # identifier) representing a service account that has been recently deleted. For
151
- # example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`.
152
- # If the service account is undeleted, this value reverts to `serviceAccount:`
153
- # emailid`` and the undeleted service account retains the role in the binding. *
154
- # `deleted:group:`emailid`?uid=`uniqueid``: An email address (plus unique
155
- # identifier) representing a Google group that has been recently deleted. For
156
- # example, `admins@example.com?uid=123456789012345678901`. If the group is
157
- # recovered, this value reverts to `group:`emailid`` and the recovered group
158
- # retains the role in the binding. * `domain:`domain``: The G Suite domain (
159
- # primary) that represents all the users of that domain. For example, `google.
160
- # com` or `example.com`.
139
+ # anyone who is authenticated with a Google account or a service account. Does
140
+ # not include identities that come from external identity providers (IdPs)
141
+ # through identity federation. * `user:`emailid``: An email address that
142
+ # represents a specific Google account. For example, `alice@example.com` . * `
143
+ # serviceAccount:`emailid``: An email address that represents a Google service
144
+ # account. For example, `my-other-app@appspot.gserviceaccount.com`. * `
145
+ # serviceAccount:`projectid`.svc.id.goog[`namespace`/`kubernetes-sa`]`: An
146
+ # identifier for a [Kubernetes service account](https://cloud.google.com/
147
+ # kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
148
+ # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
149
+ # email address that represents a Google group. For example, `admins@example.com`
150
+ # . * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
151
+ # identifier) representing a user that has been recently deleted. For example, `
152
+ # alice@example.com?uid=123456789012345678901`. If the user is recovered, this
153
+ # value reverts to `user:`emailid`` and the recovered user retains the role in
154
+ # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
155
+ # address (plus unique identifier) representing a service account that has been
156
+ # recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
157
+ # 123456789012345678901`. If the service account is undeleted, this value
158
+ # reverts to `serviceAccount:`emailid`` and the undeleted service account
159
+ # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
160
+ # An email address (plus unique identifier) representing a Google group that has
161
+ # been recently deleted. For example, `admins@example.com?uid=
162
+ # 123456789012345678901`. If the group is recovered, this value reverts to `
163
+ # group:`emailid`` and the recovered group retains the role in the binding. * `
164
+ # domain:`domain``: The G Suite domain (primary) that represents all the users
165
+ # of that domain. For example, `google.com` or `example.com`.
161
166
  # Corresponds to the JSON property `members`
162
167
  # @return [Array<String>]
163
168
  attr_accessor :members
@@ -784,8 +789,8 @@ module Google
784
789
  # @return [Hash<String,String>]
785
790
  attr_accessor :labels
786
791
 
787
- # Deprecated. The MaintenancePolicies that have been attached to the instance.
788
- # The key must be of the type name of the oneof policy name defined in
792
+ # Optional. Deprecated. The MaintenancePolicies that have been attached to the
793
+ # instance. The key must be of the type name of the oneof policy name defined in
789
794
  # MaintenancePolicy, and the referenced policy must define the same policy type.
790
795
  # For complete details of MaintenancePolicy, please refer to go/cloud-saas-mw-ug.
791
796
  # Corresponds to the JSON property `maintenancePolicyNames`
@@ -971,8 +976,7 @@ module Google
971
976
  # key must be of the type name of the oneof policy name defined in
972
977
  # MaintenancePolicy, and the embedded policy must define the same policy type.
973
978
  # For complete details of MaintenancePolicy, please refer to go/cloud-saas-mw-ug.
974
- # If only the name is needed (like in the deprecated Instance.
975
- # maintenance_policy_names field) then only populate MaintenancePolicy.name.
979
+ # If only the name is needed, then only populate MaintenancePolicy.name.
976
980
  # Corresponds to the JSON property `maintenancePolicies`
977
981
  # @return [Hash<String,Google::Apis::ManagedidentitiesV1alpha1::MaintenancePolicy>]
978
982
  attr_accessor :maintenance_policies
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ManagedidentitiesV1alpha1
18
18
  # Version of the google-apis-managedidentities_v1alpha1 gem
19
- GEM_VERSION = "0.21.0"
19
+ GEM_VERSION = "0.24.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.7.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 = "20220826"
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_v1alpha1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.21.0
4
+ version: 0.24.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-06-20 00:00:00.000000000 Z
11
+ date: 2022-09-05 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.6'
19
+ version: '0.7'
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.6'
29
+ version: '0.7'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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_v1alpha1/CHANGELOG.md
62
- documentation_uri: https://googleapis.dev/ruby/google-apis-managedidentities_v1alpha1/v0.21.0
62
+ documentation_uri: https://googleapis.dev/ruby/google-apis-managedidentities_v1alpha1/v0.24.0
63
63
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-managedidentities_v1alpha1
64
64
  post_install_message:
65
65
  rdoc_options: []