google-apis-servicemanagement_v1 0.33.0 → 0.34.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: 1787d75d15cd130e1ca57c52ac5950cc50c7edf8329f91a96e8261c35e29078a
4
- data.tar.gz: 516fe0d2eb63cd0a5ddcc8d633e9633ca4eae9ed1451358748c89bd013c2f927
3
+ metadata.gz: 4b5cf440959f9fddfa452b5a2e3ef95b61a8e8158df44bed22a2b24addaf5c83
4
+ data.tar.gz: 80028dab87df79106269baa24c12033c17d8738c89ad764d9f7154691c22a483
5
5
  SHA512:
6
- metadata.gz: 2490b9871767aadac73d5dba4046ad990d0a97ba46bc08118e169103e3f57342576b9d7e932d85b1dcd3f8a2dd3de0c9e302b7febdff8db225b6fcb2fa1628d0
7
- data.tar.gz: 62d100e8cf57e3308cc1a4aace4c47dad0f8d64ad2eea4e84ab986c681c54cb223f7d52dce0164f4f3097ff979757bad0073c8f5f5ee01f20cec4505ed317fb6
6
+ metadata.gz: 62642ce88681806275eeccd97f005d4fa66d16c523f9a5280aab50d1f46df5072a6246297156cbd7dbcbad8e87b1f3d7881c2eb3663b32b2ab413a1acac54fab
7
+ data.tar.gz: f2946633fa74377012d256bd795d49f18ae9a7ac090244f1b5c603071ec5da374c50b623c114897e5cec1a9464ac9755728afeeaa44206a792ffa8d1ff2fb24b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-servicemanagement_v1
2
2
 
3
+ ### v0.34.0 (2022-08-31)
4
+
5
+ * Regenerated from discovery document revision 20220826
6
+
3
7
  ### v0.33.0 (2022-08-24)
4
8
 
5
9
  * Regenerated from discovery document revision 20220822
@@ -584,31 +584,33 @@ module Google
584
584
  # members` can have the following values: * `allUsers`: A special identifier
585
585
  # that represents anyone who is on the internet; with or without a Google
586
586
  # account. * `allAuthenticatedUsers`: A special identifier that represents
587
- # anyone who is authenticated with a Google account or a service account. * `
588
- # user:`emailid``: An email address that represents a specific Google account.
589
- # For example, `alice@example.com` . * `serviceAccount:`emailid``: An email
590
- # address that represents a Google service account. For example, `my-other-app@
591
- # appspot.gserviceaccount.com`. * `serviceAccount:`projectid`.svc.id.goog[`
592
- # namespace`/`kubernetes-sa`]`: An identifier for a [Kubernetes service account](
593
- # https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-
594
- # accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`
595
- # . * `group:`emailid``: An email address that represents a Google group. For
596
- # example, `admins@example.com`. * `deleted:user:`emailid`?uid=`uniqueid``: An
597
- # email address (plus unique identifier) representing a user that has been
598
- # recently deleted. For example, `alice@example.com?uid=123456789012345678901`.
599
- # If the user is recovered, this value reverts to `user:`emailid`` and the
600
- # recovered user retains the role in the binding. * `deleted:serviceAccount:`
601
- # emailid`?uid=`uniqueid``: An email address (plus unique identifier)
602
- # representing a service account that has been recently deleted. For example, `
603
- # my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the
604
- # service account is undeleted, this value reverts to `serviceAccount:`emailid``
605
- # and the undeleted service account retains the role in the binding. * `deleted:
606
- # group:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
607
- # representing a Google group that has been recently deleted. For example, `
608
- # admins@example.com?uid=123456789012345678901`. If the group is recovered, this
609
- # value reverts to `group:`emailid`` and the recovered group retains the role in
610
- # the binding. * `domain:`domain``: The G Suite domain (primary) that represents
611
- # all the users of that domain. For example, `google.com` or `example.com`.
587
+ # anyone who is authenticated with a Google account or a service account. Does
588
+ # not include identities that come from external identity providers (IdPs)
589
+ # through identity federation. * `user:`emailid``: An email address that
590
+ # represents a specific Google account. For example, `alice@example.com` . * `
591
+ # serviceAccount:`emailid``: An email address that represents a Google service
592
+ # account. For example, `my-other-app@appspot.gserviceaccount.com`. * `
593
+ # serviceAccount:`projectid`.svc.id.goog[`namespace`/`kubernetes-sa`]`: An
594
+ # identifier for a [Kubernetes service account](https://cloud.google.com/
595
+ # kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
596
+ # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
597
+ # email address that represents a Google group. For example, `admins@example.com`
598
+ # . * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
599
+ # identifier) representing a user that has been recently deleted. For example, `
600
+ # alice@example.com?uid=123456789012345678901`. If the user is recovered, this
601
+ # value reverts to `user:`emailid`` and the recovered user retains the role in
602
+ # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
603
+ # address (plus unique identifier) representing a service account that has been
604
+ # recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
605
+ # 123456789012345678901`. If the service account is undeleted, this value
606
+ # reverts to `serviceAccount:`emailid`` and the undeleted service account
607
+ # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
608
+ # An email address (plus unique identifier) representing a Google group that has
609
+ # been recently deleted. For example, `admins@example.com?uid=
610
+ # 123456789012345678901`. If the group is recovered, this value reverts to `
611
+ # group:`emailid`` and the recovered group retains the role in the binding. * `
612
+ # domain:`domain``: The G Suite domain (primary) that represents all the users
613
+ # of that domain. For example, `google.com` or `example.com`.
612
614
  # Corresponds to the JSON property `members`
613
615
  # @return [Array<String>]
614
616
  attr_accessor :members
@@ -2604,17 +2606,6 @@ module Google
2604
2606
  class OAuthRequirements
2605
2607
  include Google::Apis::Core::Hashable
2606
2608
 
2607
- # UNIMPLEMENTED: If enabled, ESF will allow OAuth credentials with any scope,
2608
- # more details in http://go/esf-oauth-any-scope. WARNING: Enabling this option
2609
- # will bring security risks. Customers enabling this feature accidentally may
2610
- # have the risk of losing authentication enforcement. Please reach out to api-
2611
- # auth@ and esf-team@ for approval and allowlisting before you enable this
2612
- # option.
2613
- # Corresponds to the JSON property `allowAnyScope`
2614
- # @return [Boolean]
2615
- attr_accessor :allow_any_scope
2616
- alias_method :allow_any_scope?, :allow_any_scope
2617
-
2618
2609
  # The list of publicly documented OAuth scopes that are allowed access. An OAuth
2619
2610
  # token containing any of these scopes will be accepted. Example:
2620
2611
  # canonical_scopes: https://www.googleapis.com/auth/calendar, https://www.
@@ -2629,7 +2620,6 @@ module Google
2629
2620
 
2630
2621
  # Update properties of this object
2631
2622
  def update!(**args)
2632
- @allow_any_scope = args[:allow_any_scope] if args.key?(:allow_any_scope)
2633
2623
  @canonical_scopes = args[:canonical_scopes] if args.key?(:canonical_scopes)
2634
2624
  end
2635
2625
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServicemanagementV1
18
18
  # Version of the google-apis-servicemanagement_v1 gem
19
- GEM_VERSION = "0.33.0"
19
+ GEM_VERSION = "0.34.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 = "20220822"
25
+ REVISION = "20220826"
26
26
  end
27
27
  end
28
28
  end
@@ -1136,7 +1136,6 @@ module Google
1136
1136
  class OAuthRequirements
1137
1137
  # @private
1138
1138
  class Representation < Google::Apis::Core::JsonRepresentation
1139
- property :allow_any_scope, as: 'allowAnyScope'
1140
1139
  property :canonical_scopes, as: 'canonicalScopes'
1141
1140
  end
1142
1141
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-servicemanagement_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.33.0
4
+ version: 0.34.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
@@ -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-servicemanagement_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-servicemanagement_v1/v0.33.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicemanagement_v1/v0.34.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicemanagement_v1
63
63
  post_install_message:
64
64
  rdoc_options: []