google-apis-managedidentities_v1alpha1 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: c87b9eadf14c14dbf4ca07fc4cd23de4e2141194af0ba4f8cca04b758ef55bb4
4
- data.tar.gz: 03da1ac97f453ab1fb5913fd92c5218bfff6e5e2da45f887fed059fba829f350
3
+ metadata.gz: 654e733657d371436dcac67764a91fc76048d0fd2a0174bd346412e769244226
4
+ data.tar.gz: 605f62e7efd20f18a102a6497fa4ca4f190b99675a04ab91ce4b38301564941e
5
5
  SHA512:
6
- metadata.gz: 5c4e5c9bd1245cfda7469639a8365dbd695c25826b8aa8304b4ac18c012eeaec08ddecc860438dc7d30c6c6020ca58e3fb06c211e1f8e208efd2bb04def1b716
7
- data.tar.gz: 8d3384c9c8f40aa588fccf16aebd2f69ac5a1cfb0216e70b5956667b28a962c3fe132f9de6ef5d3f3212bc7bfe568c8996ed46f642738f79f7ce1e533424fc54
6
+ metadata.gz: 31281f80228954252dee63d072fb1e1bb1befb329570826bcf898d4a6e918dca9850a9d2d2aae9aadeee3f9b1474ca6c1d773c3722531d75ac1c149497b98395
7
+ data.tar.gz: 5280caa7b8bd51a6cdc2f3cd8d78d52f0e1484fdd58d85269dc7c8e7b264ef72354825a141935373dbef2e3678a0c995478dfa8e780154b01a1c06abaae1265b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-managedidentities_v1alpha1
2
2
 
3
+ ### v0.25.0 (2022-09-16)
4
+
5
+ * Unspecified changes
6
+
7
+ ### v0.24.0 (2022-08-31)
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
@@ -136,31 +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 Google service account. For example, `my-other-app@
143
- # appspot.gserviceaccount.com`. * `serviceAccount:`projectid`.svc.id.goog[`
144
- # namespace`/`kubernetes-sa`]`: An identifier for a [Kubernetes service account](
145
- # https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-
146
- # accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`
147
- # . * `group:`emailid``: An email address that represents a Google group. For
148
- # example, `admins@example.com`. * `deleted:user:`emailid`?uid=`uniqueid``: An
149
- # email address (plus unique identifier) representing a user that has been
150
- # recently deleted. For example, `alice@example.com?uid=123456789012345678901`.
151
- # If the user is recovered, this value reverts to `user:`emailid`` and the
152
- # recovered user retains the role in the binding. * `deleted:serviceAccount:`
153
- # emailid`?uid=`uniqueid``: An email address (plus unique identifier)
154
- # representing a service account that has been recently deleted. For example, `
155
- # my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the
156
- # service account is undeleted, this value reverts to `serviceAccount:`emailid``
157
- # and the undeleted service account retains the role in the binding. * `deleted:
158
- # group:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
159
- # representing a Google group that has been recently deleted. For example, `
160
- # admins@example.com?uid=123456789012345678901`. If the group is recovered, this
161
- # value reverts to `group:`emailid`` and the recovered group retains the role in
162
- # the binding. * `domain:`domain``: The G Suite domain (primary) that represents
163
- # all the users of that domain. For example, `google.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`.
164
166
  # Corresponds to the JSON property `members`
165
167
  # @return [Array<String>]
166
168
  attr_accessor :members
@@ -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.23.0"
19
+ GEM_VERSION = "0.25.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_v1alpha1
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-19 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.7.2
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.7.2
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.23.0
62
+ documentation_uri: https://googleapis.dev/ruby/google-apis-managedidentities_v1alpha1/v0.25.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: []