google-apis-privateca_v1beta1 0.10.0 → 0.14.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: 9ed7e39e8c633e3e15825cc3687ffaa3af109cb8b97fa9e78aecf5a2e23ce22e
4
- data.tar.gz: 540f1392face0b09834e44867c95534ccc5d3d93f4e3f0c6919e0b5052820395
3
+ metadata.gz: 3badfe6994e47d5fe332fa51a9445b7ea1dd526d0f753f787634a8f46f4d1d95
4
+ data.tar.gz: 2026e73fe77c623a2d1fe5853bb42734225cfb3c82d82e8302e366659f942673
5
5
  SHA512:
6
- metadata.gz: 5fd9877a48da841c58add2351dbcc2b50b0787311022a545676f5bf24942093475be475deb5f41f40635537979feb4a3cf31622a5cd557f03fb9fa4f41b28c1c
7
- data.tar.gz: eb9432644afe83cf9f15686b9fc114b40c36c31e255d24e38256b96dd2f5464c572167d1f0daeeecdcdd46b5b7ca70c9fe33b2643c43e41ea3e2a351e7023a3d
6
+ metadata.gz: 760161ba3497daf410c0c4a239925a407c82e27d3a3d61bda4fdf338bf3250b65958b3cbd7676b8b855a95fbe591f0157e401aaa341e17f03fa3de682af7b4ff
7
+ data.tar.gz: 2c890daa1afe33b9d9d5226ca6c1b95cda2ae7f733ca4a043269dfae4b103102c8feeeca0b47f9b54bc5a037b45fb030b654c0c0f6a7240a317f96f060ec2c61
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-privateca_v1beta1
2
2
 
3
+ ### v0.14.0 (2021-11-13)
4
+
5
+ * Regenerated from discovery document revision 20211103
6
+
7
+ ### v0.13.0 (2021-10-30)
8
+
9
+ * Regenerated from discovery document revision 20211020
10
+
11
+ ### v0.12.0 (2021-10-23)
12
+
13
+ * Regenerated from discovery document revision 20211006
14
+ * Unspecified changes
15
+
16
+ ### v0.11.0 (2021-09-01)
17
+
18
+ * Regenerated from discovery document revision 20210819
19
+
3
20
  ### v0.10.0 (2021-07-27)
4
21
 
5
22
  * Regenerated from discovery document revision 20210721
data/OVERVIEW.md CHANGED
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
60
60
 
61
61
  More detailed descriptions of the Google simple REST clients are available in two documents.
62
62
 
63
- * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
- * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
63
+ * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
+ * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
65
65
 
66
66
  (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Privateca service in particular.)
67
67
 
@@ -135,10 +135,10 @@ module Google
135
135
 
136
136
  # Optional. Contains valid, fully-qualified host names. Glob patterns are also
137
137
  # supported. To allow an explicit wildcard certificate, escape with backlash (i.
138
- # e. "\*"). E.g. for globbed entries: '*bar.com' will allow 'foo.bar.com', but
139
- # not '*.bar.com', unless the allow_globbing_dns_wildcards field is set. E.g.
140
- # for wildcard entries: '\*.bar.com' will allow '*.bar.com', but not 'foo.bar.
141
- # com'.
138
+ # e. `\*`). E.g. for globbed entries: `*bar.com` will allow `foo.bar.com`, but
139
+ # not `*.bar.com`, unless the allow_globbing_dns_wildcards field is set. E.g.
140
+ # for wildcard entries: `\*.bar.com` will allow `*.bar.com`, but not `foo.bar.
141
+ # com`.
142
142
  # Corresponds to the JSON property `allowedDnsNames`
143
143
  # @return [Array<String>]
144
144
  attr_accessor :allowed_dns_names
@@ -250,7 +250,7 @@ module Google
250
250
  end
251
251
  end
252
252
 
253
- # Associates `members` with a `role`.
253
+ # Associates `members`, or principals, with a `role`.
254
254
  class Binding
255
255
  include Google::Apis::Core::Hashable
256
256
 
@@ -273,7 +273,7 @@ module Google
273
273
  # @return [Google::Apis::PrivatecaV1beta1::Expr]
274
274
  attr_accessor :condition
275
275
 
276
- # Specifies the identities requesting access for a Cloud Platform resource. `
276
+ # Specifies the principals requesting access for a Cloud Platform resource. `
277
277
  # members` can have the following values: * `allUsers`: A special identifier
278
278
  # that represents anyone who is on the internet; with or without a Google
279
279
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -303,8 +303,8 @@ module Google
303
303
  # @return [Array<String>]
304
304
  attr_accessor :members
305
305
 
306
- # Role that is assigned to `members`. For example, `roles/viewer`, `roles/editor`
307
- # , or `roles/owner`.
306
+ # Role that is assigned to the list of `members`, or principals. For example, `
307
+ # roles/viewer`, `roles/editor`, or `roles/owner`.
308
308
  # Corresponds to the JSON property `role`
309
309
  # @return [String]
310
310
  attr_accessor :role
@@ -1648,31 +1648,31 @@ module Google
1648
1648
 
1649
1649
  # An Identity and Access Management (IAM) policy, which specifies access
1650
1650
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
1651
- # A `binding` binds one or more `members` to a single `role`. Members can be
1652
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
1653
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
1654
- # role or a user-created custom role. For some types of Google Cloud resources,
1655
- # a `binding` can also specify a `condition`, which is a logical expression that
1656
- # allows access to a resource only if the expression evaluates to `true`. A
1657
- # condition can add constraints based on attributes of the request, the resource,
1658
- # or both. To learn which resources support conditions in their IAM policies,
1659
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
1660
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
1661
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
1662
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
1663
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
1664
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
1665
- # title": "expirable access", "description": "Does not grant access after Sep
1666
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
1667
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
1668
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
1669
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
1670
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
1671
- # roles/resourcemanager.organizationViewer condition: title: expirable access
1672
- # description: Does not grant access after Sep 2020 expression: request.time <
1673
- # timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
1674
- # description of IAM and its features, see the [IAM documentation](https://cloud.
1675
- # google.com/iam/docs/).
1651
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
1652
+ # Principals can be user accounts, service accounts, Google groups, and domains (
1653
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
1654
+ # an IAM predefined role or a user-created custom role. For some types of Google
1655
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
1656
+ # logical expression that allows access to a resource only if the expression
1657
+ # evaluates to `true`. A condition can add constraints based on attributes of
1658
+ # the request, the resource, or both. To learn which resources support
1659
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1660
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1661
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1662
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1663
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1664
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1665
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
1666
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1667
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1668
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
1669
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1670
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1671
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1672
+ # access description: Does not grant access after Sep 2020 expression: request.
1673
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1674
+ # a description of IAM and its features, see the [IAM documentation](https://
1675
+ # cloud.google.com/iam/docs/).
1676
1676
  class Policy
1677
1677
  include Google::Apis::Core::Hashable
1678
1678
 
@@ -1681,9 +1681,14 @@ module Google
1681
1681
  # @return [Array<Google::Apis::PrivatecaV1beta1::AuditConfig>]
1682
1682
  attr_accessor :audit_configs
1683
1683
 
1684
- # Associates a list of `members` to a `role`. Optionally, may specify a `
1685
- # condition` that determines how and when the `bindings` are applied. Each of
1686
- # the `bindings` must contain at least one member.
1684
+ # Associates a list of `members`, or principals, with a `role`. Optionally, may
1685
+ # specify a `condition` that determines how and when the `bindings` are applied.
1686
+ # Each of the `bindings` must contain at least one principal. The `bindings` in
1687
+ # a `Policy` can refer to up to 1,500 principals; up to 250 of these principals
1688
+ # can be Google groups. Each occurrence of a principal counts towards these
1689
+ # limits. For example, if the `bindings` grant 50 different roles to `user:alice@
1690
+ # example.com`, and not to any other principal, then you can add another 1,450
1691
+ # principals to the `bindings` in the `Policy`.
1687
1692
  # Corresponds to the JSON property `bindings`
1688
1693
  # @return [Array<Google::Apis::PrivatecaV1beta1::Binding>]
1689
1694
  attr_accessor :bindings
@@ -2088,31 +2093,31 @@ module Google
2088
2093
 
2089
2094
  # An Identity and Access Management (IAM) policy, which specifies access
2090
2095
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
2091
- # A `binding` binds one or more `members` to a single `role`. Members can be
2092
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
2093
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
2094
- # role or a user-created custom role. For some types of Google Cloud resources,
2095
- # a `binding` can also specify a `condition`, which is a logical expression that
2096
- # allows access to a resource only if the expression evaluates to `true`. A
2097
- # condition can add constraints based on attributes of the request, the resource,
2098
- # or both. To learn which resources support conditions in their IAM policies,
2099
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
2100
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
2101
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
2102
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
2103
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
2104
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
2105
- # title": "expirable access", "description": "Does not grant access after Sep
2106
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
2107
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
2108
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
2109
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
2110
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
2111
- # roles/resourcemanager.organizationViewer condition: title: expirable access
2112
- # description: Does not grant access after Sep 2020 expression: request.time <
2113
- # timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
2114
- # description of IAM and its features, see the [IAM documentation](https://cloud.
2115
- # google.com/iam/docs/).
2096
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
2097
+ # Principals can be user accounts, service accounts, Google groups, and domains (
2098
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
2099
+ # an IAM predefined role or a user-created custom role. For some types of Google
2100
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
2101
+ # logical expression that allows access to a resource only if the expression
2102
+ # evaluates to `true`. A condition can add constraints based on attributes of
2103
+ # the request, the resource, or both. To learn which resources support
2104
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
2105
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
2106
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
2107
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
2108
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
2109
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
2110
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
2111
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
2112
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
2113
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
2114
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
2115
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
2116
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
2117
+ # access description: Does not grant access after Sep 2020 expression: request.
2118
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
2119
+ # a description of IAM and its features, see the [IAM documentation](https://
2120
+ # cloud.google.com/iam/docs/).
2116
2121
  # Corresponds to the JSON property `policy`
2117
2122
  # @return [Google::Apis::PrivatecaV1beta1::Policy]
2118
2123
  attr_accessor :policy
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module PrivatecaV1beta1
18
18
  # Version of the google-apis-privateca_v1beta1 gem
19
- GEM_VERSION = "0.10.0"
19
+ GEM_VERSION = "0.14.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210721"
25
+ REVISION = "20211103"
26
26
  end
27
27
  end
28
28
  end
@@ -24,7 +24,7 @@ module Google
24
24
  #
25
25
  # The Certificate Authority Service API is a highly-available, scalable service
26
26
  # that enables you to simplify and automate the management of private
27
- # certificate authorities (CAs) while staying in control of your private keys."
27
+ # certificate authorities (CAs) while staying in control of your private keys.
28
28
  #
29
29
  # @example
30
30
  # require 'google/apis/privateca_v1beta1'
@@ -350,13 +350,16 @@ module Google
350
350
  # REQUIRED: The resource for which the policy is being requested. See the
351
351
  # operation documentation for the appropriate value for this field.
352
352
  # @param [Fixnum] options_requested_policy_version
353
- # Optional. The policy format version to be returned. Valid values are 0, 1, and
354
- # 3. Requests specifying an invalid value will be rejected. Requests for
355
- # policies with any conditional bindings must specify version 3. Policies
356
- # without any conditional bindings may specify any valid value or leave the
357
- # field unset. To learn which resources support conditions in their IAM policies,
358
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
359
- # resource-policies).
353
+ # Optional. The maximum policy version that will be used to format the policy.
354
+ # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
355
+ # rejected. Requests for policies with any conditional role bindings must
356
+ # specify version 3. Policies with no conditional role bindings may specify any
357
+ # valid value or leave the field unset. The policy in the response might use the
358
+ # policy version that you specified, or it might use a lower policy version. For
359
+ # example, if you specify version 3, but the policy has no conditional role
360
+ # bindings, the response uses version 1. To learn which resources support
361
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
362
+ # google.com/iam/help/conditions/resource-policies).
360
363
  # @param [String] fields
361
364
  # Selector specifying which fields to include in a partial response.
362
365
  # @param [String] quota_user
@@ -660,13 +663,16 @@ module Google
660
663
  # REQUIRED: The resource for which the policy is being requested. See the
661
664
  # operation documentation for the appropriate value for this field.
662
665
  # @param [Fixnum] options_requested_policy_version
663
- # Optional. The policy format version to be returned. Valid values are 0, 1, and
664
- # 3. Requests specifying an invalid value will be rejected. Requests for
665
- # policies with any conditional bindings must specify version 3. Policies
666
- # without any conditional bindings may specify any valid value or leave the
667
- # field unset. To learn which resources support conditions in their IAM policies,
668
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
669
- # resource-policies).
666
+ # Optional. The maximum policy version that will be used to format the policy.
667
+ # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
668
+ # rejected. Requests for policies with any conditional role bindings must
669
+ # specify version 3. Policies with no conditional role bindings may specify any
670
+ # valid value or leave the field unset. The policy in the response might use the
671
+ # policy version that you specified, or it might use a lower policy version. For
672
+ # example, if you specify version 3, but the policy has no conditional role
673
+ # bindings, the response uses version 1. To learn which resources support
674
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
675
+ # google.com/iam/help/conditions/resource-policies).
670
676
  # @param [String] fields
671
677
  # Selector specifying which fields to include in a partial response.
672
678
  # @param [String] quota_user
@@ -1275,13 +1281,16 @@ module Google
1275
1281
  # REQUIRED: The resource for which the policy is being requested. See the
1276
1282
  # operation documentation for the appropriate value for this field.
1277
1283
  # @param [Fixnum] options_requested_policy_version
1278
- # Optional. The policy format version to be returned. Valid values are 0, 1, and
1279
- # 3. Requests specifying an invalid value will be rejected. Requests for
1280
- # policies with any conditional bindings must specify version 3. Policies
1281
- # without any conditional bindings may specify any valid value or leave the
1282
- # field unset. To learn which resources support conditions in their IAM policies,
1283
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
1284
- # resource-policies).
1284
+ # Optional. The maximum policy version that will be used to format the policy.
1285
+ # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
1286
+ # rejected. Requests for policies with any conditional role bindings must
1287
+ # specify version 3. Policies with no conditional role bindings may specify any
1288
+ # valid value or leave the field unset. The policy in the response might use the
1289
+ # policy version that you specified, or it might use a lower policy version. For
1290
+ # example, if you specify version 3, but the policy has no conditional role
1291
+ # bindings, the response uses version 1. To learn which resources support
1292
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1293
+ # google.com/iam/help/conditions/resource-policies).
1285
1294
  # @param [String] fields
1286
1295
  # Selector specifying which fields to include in a partial response.
1287
1296
  # @param [String] quota_user
@@ -23,7 +23,7 @@ module Google
23
23
  #
24
24
  # The Certificate Authority Service API is a highly-available, scalable service
25
25
  # that enables you to simplify and automate the management of private
26
- # certificate authorities (CAs) while staying in control of your private keys."
26
+ # certificate authorities (CAs) while staying in control of your private keys.
27
27
  #
28
28
  # @see https://cloud.google.com/
29
29
  module PrivatecaV1beta1
@@ -31,7 +31,7 @@ module Google
31
31
  # This is NOT the gem version.
32
32
  VERSION = 'V1beta1'
33
33
 
34
- # See, edit, configure, and delete your Google Cloud Platform data
34
+ # See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
35
35
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
36
36
  end
37
37
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-privateca_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.14.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: 2021-08-02 00:00:00.000000000 Z
11
+ date: 2021-11-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -57,9 +57,9 @@ licenses:
57
57
  - Apache-2.0
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
- changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-privateca_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-privateca_v1beta1/v0.10.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-privateca_v1beta1
60
+ changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-privateca_v1beta1/CHANGELOG.md
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-privateca_v1beta1/v0.14.0
62
+ source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-privateca_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []
65
65
  require_paths: