google-apis-managedidentities_v1 0.23.0 → 0.25.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: c0b3d4d2f5d52c0ea0c15f7ad3b38104873aaed7ee240fea3d8403c8add15888
4
- data.tar.gz: ca6d19496afbdda1abe8932ae8c8c6353bbe1865f6b6535949c9d5ede614240f
3
+ metadata.gz: 588598e28c15bac1b27fe9eb1a7c068975b12b5195bf33fc43cd6720ae19cc0d
4
+ data.tar.gz: 5db37acb534e85da65f6adfae0b005c679a50614319909c7d3197f8326ebba34
5
5
  SHA512:
6
- metadata.gz: 99648f25d55d48e271eb5c5cb45d40b6fcd5bb4007e9a7e3d0fa77698f13e4e204634843e1ca60d0a1d8d8199628e325b5293044b78681a7e1a6c7d0ec860214
7
- data.tar.gz: b7085b066d7b88f790dc7227bef37c1ab949fb546857b32aa58a2ae4465b8b1bc16ca401ed29d9f48dfb4e5fbca59f8debda1b6ccc92585c29f42c0771eccfcb
6
+ metadata.gz: c7a424f2417eca835fbb5fcb983b22e1902f7196b76a54c81974fa9b6be860fbfc495acc7a8778dcc0d25ab17aa72e73868f83ceec2a526103b44a8630f1ae7b
7
+ data.tar.gz: d6123e0ce0728bfb28173aad83dc8620b40387f7e61f43a33c42a26dc8374f0b3d85b1037b98eb82190c304c1edf4cd4191cc2127b03e0f785b2219edbe44865
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-managedidentities_v1
2
2
 
3
+ ### v0.25.0 (2022-09-21)
4
+
5
+ * Regenerated using generator version 0.10.0
6
+
7
+ ### v0.24.0 (2022-08-30)
8
+
9
+ * Regenerated from discovery document revision 20220826
10
+
3
11
  ### v0.23.0 (2022-08-22)
4
12
 
5
13
  * Regenerated from discovery document revision 20220817
@@ -128,31 +128,33 @@ module Google
128
128
  # members` can have the following values: * `allUsers`: A special identifier
129
129
  # that represents anyone who is on the internet; with or without a Google
130
130
  # account. * `allAuthenticatedUsers`: A special identifier that represents
131
- # anyone who is authenticated with a Google account or a service account. * `
132
- # user:`emailid``: An email address that represents a specific Google account.
133
- # For example, `alice@example.com` . * `serviceAccount:`emailid``: An email
134
- # address that represents a Google service account. For example, `my-other-app@
135
- # appspot.gserviceaccount.com`. * `serviceAccount:`projectid`.svc.id.goog[`
136
- # namespace`/`kubernetes-sa`]`: An identifier for a [Kubernetes service account](
137
- # https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-
138
- # accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`
139
- # . * `group:`emailid``: An email address that represents a Google group. For
140
- # example, `admins@example.com`. * `deleted:user:`emailid`?uid=`uniqueid``: An
141
- # email address (plus unique identifier) representing a user that has been
142
- # recently deleted. For example, `alice@example.com?uid=123456789012345678901`.
143
- # If the user is recovered, this value reverts to `user:`emailid`` and the
144
- # recovered user retains the role in the binding. * `deleted:serviceAccount:`
145
- # emailid`?uid=`uniqueid``: An email address (plus unique identifier)
146
- # representing a service account that has been recently deleted. For example, `
147
- # my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the
148
- # service account is undeleted, this value reverts to `serviceAccount:`emailid``
149
- # and the undeleted service account retains the role in the binding. * `deleted:
150
- # group:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
151
- # representing a Google group that has been recently deleted. For example, `
152
- # admins@example.com?uid=123456789012345678901`. If the group is recovered, this
153
- # value reverts to `group:`emailid`` and the recovered group retains the role in
154
- # the binding. * `domain:`domain``: The G Suite domain (primary) that represents
155
- # all the users of that domain. For example, `google.com` or `example.com`.
131
+ # anyone who is authenticated with a Google account or a service account. Does
132
+ # not include identities that come from external identity providers (IdPs)
133
+ # through identity federation. * `user:`emailid``: An email address that
134
+ # represents a specific Google account. For example, `alice@example.com` . * `
135
+ # serviceAccount:`emailid``: An email address that represents a Google service
136
+ # account. For example, `my-other-app@appspot.gserviceaccount.com`. * `
137
+ # serviceAccount:`projectid`.svc.id.goog[`namespace`/`kubernetes-sa`]`: An
138
+ # identifier for a [Kubernetes service account](https://cloud.google.com/
139
+ # kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
140
+ # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
141
+ # email address that represents a Google group. For example, `admins@example.com`
142
+ # . * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
143
+ # identifier) representing a user that has been recently deleted. For example, `
144
+ # alice@example.com?uid=123456789012345678901`. If the user is recovered, this
145
+ # value reverts to `user:`emailid`` and the recovered user retains the role in
146
+ # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
147
+ # address (plus unique identifier) representing a service account that has been
148
+ # recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
149
+ # 123456789012345678901`. If the service account is undeleted, this value
150
+ # reverts to `serviceAccount:`emailid`` and the undeleted service account
151
+ # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
152
+ # An email address (plus unique identifier) representing a Google group that has
153
+ # been recently deleted. For example, `admins@example.com?uid=
154
+ # 123456789012345678901`. If the group is recovered, this value reverts to `
155
+ # group:`emailid`` and the recovered group retains the role in the binding. * `
156
+ # domain:`domain``: The G Suite domain (primary) that represents all the users
157
+ # of that domain. For example, `google.com` or `example.com`.
156
158
  # Corresponds to the JSON property `members`
157
159
  # @return [Array<String>]
158
160
  attr_accessor :members
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ManagedidentitiesV1
18
18
  # Version of the google-apis-managedidentities_v1 gem
19
- GEM_VERSION = "0.23.0"
19
+ GEM_VERSION = "0.25.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.9.0"
22
+ GENERATOR_VERSION = "0.10.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220817"
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_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.23.0
4
+ version: 0.25.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-08-29 00:00:00.000000000 Z
11
+ date: 2022-09-26 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.7'
19
+ version: 0.9.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.7'
29
+ version: 0.9.0
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_v1/CHANGELOG.md
62
- documentation_uri: https://googleapis.dev/ruby/google-apis-managedidentities_v1/v0.23.0
62
+ documentation_uri: https://googleapis.dev/ruby/google-apis-managedidentities_v1/v0.25.0
63
63
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-managedidentities_v1
64
64
  post_install_message:
65
65
  rdoc_options: []