google-apis-managedidentities_v1 0.23.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: c0b3d4d2f5d52c0ea0c15f7ad3b38104873aaed7ee240fea3d8403c8add15888
4
- data.tar.gz: ca6d19496afbdda1abe8932ae8c8c6353bbe1865f6b6535949c9d5ede614240f
3
+ metadata.gz: fa753ebb25297aba727e02aedefa69b6bd2776dc9add4f293e23ca104fd773c7
4
+ data.tar.gz: 65049ab03f9390e2704df333b38f39cb6694d1d2cea1c17cdca4b5eb10873941
5
5
  SHA512:
6
- metadata.gz: 99648f25d55d48e271eb5c5cb45d40b6fcd5bb4007e9a7e3d0fa77698f13e4e204634843e1ca60d0a1d8d8199628e325b5293044b78681a7e1a6c7d0ec860214
7
- data.tar.gz: b7085b066d7b88f790dc7227bef37c1ab949fb546857b32aa58a2ae4465b8b1bc16ca401ed29d9f48dfb4e5fbca59f8debda1b6ccc92585c29f42c0771eccfcb
6
+ metadata.gz: e22ece06d28cbce8ded57d1203d39ef0d515e85d4558cc09d5515c8d98a7da17a610852e587ca44e210f466af479cd9399bfd1641a4eecde1b3a7a23454e2073
7
+ data.tar.gz: 333ac14346a4332e3f855b7a050797762402ec03088257700e7eb0a3d58eab8636db01bf6d755a092de60ec46f972e485dfe431be569e42cb4f7ace3f0d8056c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-managedidentities_v1
2
2
 
3
+ ### v0.24.0 (2022-08-30)
4
+
5
+ * Regenerated from discovery document revision 20220826
6
+
3
7
  ### v0.23.0 (2022-08-22)
4
8
 
5
9
  * 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.24.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.9.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.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-08-29 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
@@ -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.24.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: []