google-apis-servicemanagement_v1 0.30.0 → 0.33.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: 6bd4f114f3a90fbf8c85bf7b01027f4857b79125714a46845522de1b8670babb
4
- data.tar.gz: ed33a5f299d3fc9fb540acb0b6b3417c56a4cc0f5e389e8191021ebb4ef120dd
3
+ metadata.gz: 1787d75d15cd130e1ca57c52ac5950cc50c7edf8329f91a96e8261c35e29078a
4
+ data.tar.gz: 516fe0d2eb63cd0a5ddcc8d633e9633ca4eae9ed1451358748c89bd013c2f927
5
5
  SHA512:
6
- metadata.gz: 3de5daae14ad61b7b8f3c5a6ee64a866d9c0b4d1814380ad5956c1aa175553b0aa69ca058b36fe0608f3e8a95540d124ce45569fefff10e6f7b1e83ca65d87ed
7
- data.tar.gz: ffd5c19892b24bfd013dec05d8ed839eac2f6edc84fc4283b144a7fa8297a6eb04ccddac2280b876fa25e4cc7cdcc44067f8f6a1f966092f92f660b0d988f897
6
+ metadata.gz: 2490b9871767aadac73d5dba4046ad990d0a97ba46bc08118e169103e3f57342576b9d7e932d85b1dcd3f8a2dd3de0c9e302b7febdff8db225b6fcb2fa1628d0
7
+ data.tar.gz: 62d100e8cf57e3308cc1a4aace4c47dad0f8d64ad2eea4e84ab986c681c54cb223f7d52dce0164f4f3097ff979757bad0073c8f5f5ee01f20cec4505ed317fb6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-servicemanagement_v1
2
2
 
3
+ ### v0.33.0 (2022-08-24)
4
+
5
+ * Regenerated from discovery document revision 20220822
6
+
7
+ ### v0.32.0 (2022-08-10)
8
+
9
+ * Regenerated from discovery document revision 20220805
10
+ * Regenerated using generator version 0.9.0
11
+
12
+ ### v0.31.0 (2022-07-02)
13
+
14
+ * Regenerated using generator version 0.8.0
15
+
3
16
  ### v0.30.0 (2022-06-24)
4
17
 
5
18
  * Regenerated from discovery document revision 20220617
@@ -587,25 +587,28 @@ module Google
587
587
  # anyone who is authenticated with a Google account or a service account. * `
588
588
  # user:`emailid``: An email address that represents a specific Google account.
589
589
  # For example, `alice@example.com` . * `serviceAccount:`emailid``: An email
590
- # address that represents a service account. For example, `my-other-app@appspot.
591
- # gserviceaccount.com`. * `group:`emailid``: An email address that represents a
592
- # Google group. For example, `admins@example.com`. * `deleted:user:`emailid`?uid=
593
- # `uniqueid``: An email address (plus unique identifier) representing a user
594
- # that has been recently deleted. For example, `alice@example.com?uid=
595
- # 123456789012345678901`. If the user is recovered, this value reverts to `user:`
596
- # emailid`` and the recovered user retains the role in the binding. * `deleted:
597
- # serviceAccount:`emailid`?uid=`uniqueid``: An email address (plus unique
598
- # identifier) representing a service account that has been recently deleted. For
599
- # example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`.
600
- # If the service account is undeleted, this value reverts to `serviceAccount:`
601
- # emailid`` and the undeleted service account retains the role in the binding. *
602
- # `deleted:group:`emailid`?uid=`uniqueid``: An email address (plus unique
603
- # identifier) representing a Google group that has been recently deleted. For
604
- # example, `admins@example.com?uid=123456789012345678901`. If the group is
605
- # recovered, this value reverts to `group:`emailid`` and the recovered group
606
- # retains the role in the binding. * `domain:`domain``: The G Suite domain (
607
- # primary) that represents all the users of that domain. For example, `google.
608
- # com` or `example.com`.
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`.
609
612
  # Corresponds to the JSON property `members`
610
613
  # @return [Array<String>]
611
614
  attr_accessor :members
@@ -2601,6 +2604,17 @@ module Google
2601
2604
  class OAuthRequirements
2602
2605
  include Google::Apis::Core::Hashable
2603
2606
 
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
+
2604
2618
  # The list of publicly documented OAuth scopes that are allowed access. An OAuth
2605
2619
  # token containing any of these scopes will be accepted. Example:
2606
2620
  # canonical_scopes: https://www.googleapis.com/auth/calendar, https://www.
@@ -2615,6 +2629,7 @@ module Google
2615
2629
 
2616
2630
  # Update properties of this object
2617
2631
  def update!(**args)
2632
+ @allow_any_scope = args[:allow_any_scope] if args.key?(:allow_any_scope)
2618
2633
  @canonical_scopes = args[:canonical_scopes] if args.key?(:canonical_scopes)
2619
2634
  end
2620
2635
  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.30.0"
19
+ GEM_VERSION = "0.33.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 = "20220617"
25
+ REVISION = "20220822"
26
26
  end
27
27
  end
28
28
  end
@@ -1136,6 +1136,7 @@ module Google
1136
1136
  class OAuthRequirements
1137
1137
  # @private
1138
1138
  class Representation < Google::Apis::Core::JsonRepresentation
1139
+ property :allow_any_scope, as: 'allowAnyScope'
1139
1140
  property :canonical_scopes, as: 'canonicalScopes'
1140
1141
  end
1141
1142
  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.30.0
4
+ version: 0.33.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-27 00:00:00.000000000 Z
11
+ date: 2022-08-29 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-servicemanagement_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-servicemanagement_v1/v0.30.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicemanagement_v1/v0.33.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: []