google-apis-iap_v1beta1 0.15.0 → 0.18.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: fe5f3c1affd99c6f7efe2ab81ec083aa876023776d702328a1f9346811b2426f
4
- data.tar.gz: 634d353f889fc2c79736dcf48a949a069ec4687c039d69188596a823af067935
3
+ metadata.gz: 916c28b97eaaf82c54eb7fe21077cbeb271127fd9088fcf72cebb5a24967d5d1
4
+ data.tar.gz: afd02ed65dd7caa41b2b7745bb35b582e79b2c800eed4f591cba18fc7d5e7e19
5
5
  SHA512:
6
- metadata.gz: 0dc16e98d0c46a9b0e96d9e2b661fa0213783857efc1d18a48cfa8e412606f1b459fdf5a4abe76a79a9a75dadef7a266066caa8454f648067f8446c7521d4cda
7
- data.tar.gz: 381eb9fb10fd131bc6d076189fa9bc02073c9ba0c7c203efe39d827bf41332e9a88fdeba0050e1baa5b371d8f582a9acf1fcc0281b5d4698c500e4bd5a7ec29a
6
+ metadata.gz: 71e65e52bee2d0ab67fa313645367414c3d45c803779f80c683de46df5c6a2faa30d853294c11d97c0cc36b5bb6229faa59a2c06ea4858a7428e0477a2dcd7a1
7
+ data.tar.gz: db737f1b2734725a3e290df31a60d0b63384e86a484d2b3d8001e7dad71256231357ca65154e3262266a4adbe075a23d7b2ad8b79163fe6fc4951ad08c6c1d85
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-iap_v1beta1
2
2
 
3
+ ### v0.18.0 (2022-08-31)
4
+
5
+ * Regenerated from discovery document revision 20220829
6
+
7
+ ### v0.17.0 (2022-08-10)
8
+
9
+ * Regenerated from discovery document revision 20220805
10
+ * Regenerated using generator version 0.9.0
11
+
12
+ ### v0.16.0 (2022-07-02)
13
+
14
+ * Regenerated using generator version 0.8.0
15
+
3
16
  ### v0.15.0 (2022-06-19)
4
17
 
5
18
  * Regenerated using generator version 0.7.0
@@ -49,28 +49,33 @@ module Google
49
49
  # members` can have the following values: * `allUsers`: A special identifier
50
50
  # that represents anyone who is on the internet; with or without a Google
51
51
  # account. * `allAuthenticatedUsers`: A special identifier that represents
52
- # anyone who is authenticated with a Google account or a service account. * `
53
- # user:`emailid``: An email address that represents a specific Google account.
54
- # For example, `alice@example.com` . * `serviceAccount:`emailid``: An email
55
- # address that represents a service account. For example, `my-other-app@appspot.
56
- # gserviceaccount.com`. * `group:`emailid``: An email address that represents a
57
- # Google group. For example, `admins@example.com`. * `deleted:user:`emailid`?uid=
58
- # `uniqueid``: An email address (plus unique identifier) representing a user
59
- # that has been recently deleted. For example, `alice@example.com?uid=
60
- # 123456789012345678901`. If the user is recovered, this value reverts to `user:`
61
- # emailid`` and the recovered user retains the role in the binding. * `deleted:
62
- # serviceAccount:`emailid`?uid=`uniqueid``: An email address (plus unique
63
- # identifier) representing a service account that has been recently deleted. For
64
- # example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`.
65
- # If the service account is undeleted, this value reverts to `serviceAccount:`
66
- # emailid`` and the undeleted service account retains the role in the binding. *
67
- # `deleted:group:`emailid`?uid=`uniqueid``: An email address (plus unique
68
- # identifier) representing a Google group that has been recently deleted. For
69
- # example, `admins@example.com?uid=123456789012345678901`. If the group is
70
- # recovered, this value reverts to `group:`emailid`` and the recovered group
71
- # retains the role in the binding. * `domain:`domain``: The G Suite domain (
72
- # primary) that represents all the users of that domain. For example, `google.
73
- # com` or `example.com`.
52
+ # anyone who is authenticated with a Google account or a service account. Does
53
+ # not include identities that come from external identity providers (IdPs)
54
+ # through identity federation. * `user:`emailid``: An email address that
55
+ # represents a specific Google account. For example, `alice@example.com` . * `
56
+ # serviceAccount:`emailid``: An email address that represents a Google service
57
+ # account. For example, `my-other-app@appspot.gserviceaccount.com`. * `
58
+ # serviceAccount:`projectid`.svc.id.goog[`namespace`/`kubernetes-sa`]`: An
59
+ # identifier for a [Kubernetes service account](https://cloud.google.com/
60
+ # kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
61
+ # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
62
+ # email address that represents a Google group. For example, `admins@example.com`
63
+ # . * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
64
+ # identifier) representing a user that has been recently deleted. For example, `
65
+ # alice@example.com?uid=123456789012345678901`. If the user is recovered, this
66
+ # value reverts to `user:`emailid`` and the recovered user retains the role in
67
+ # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
68
+ # address (plus unique identifier) representing a service account that has been
69
+ # recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
70
+ # 123456789012345678901`. If the service account is undeleted, this value
71
+ # reverts to `serviceAccount:`emailid`` and the undeleted service account
72
+ # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
73
+ # An email address (plus unique identifier) representing a Google group that has
74
+ # been recently deleted. For example, `admins@example.com?uid=
75
+ # 123456789012345678901`. If the group is recovered, this value reverts to `
76
+ # group:`emailid`` and the recovered group retains the role in the binding. * `
77
+ # domain:`domain``: The G Suite domain (primary) that represents all the users
78
+ # of that domain. For example, `google.com` or `example.com`.
74
79
  # Corresponds to the JSON property `members`
75
80
  # @return [Array<String>]
76
81
  attr_accessor :members
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module IapV1beta1
18
18
  # Version of the google-apis-iap_v1beta1 gem
19
- GEM_VERSION = "0.15.0"
19
+ GEM_VERSION = "0.18.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 = "20220506"
25
+ REVISION = "20220829"
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-iap_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.15.0
4
+ version: 0.18.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
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-iap_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-iap_v1beta1/v0.15.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-iap_v1beta1/v0.18.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-iap_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []