google-apis-privateca_v1beta1 0.11.0 → 0.12.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: db39523b32017e6957601df0c95c4cb6f9650d9d160fe7486bce5fc0d0827592
4
- data.tar.gz: c9a6d8c734790c6ae333d8706c54a7baa2b42589f2d9e4e6bf8e8896e0cbbede
3
+ metadata.gz: eaf479a09e7dc4ec4f397cf40f7e6000164816da781a01fbeb7bc9643dbeb49c
4
+ data.tar.gz: dc528087bcda294ff55494f1957a0756137933f30be9c5434bbc2e2ee39ef89a
5
5
  SHA512:
6
- metadata.gz: 241194fb382eabf6a762e5ed58d2f00e54983c178fe4b27464b3ab507b40b1b1edb5a9150b013a402ff260fe34a2700691047c846bb774ea3ff95c0bde80d9a8
7
- data.tar.gz: afb65aa4ad17aff284b43aa3d6144ba972c12c9d1382456d094cfb080e5507135451244a0f13fa79bcc960ec76e30495cdaa4c24eff9aded1a050110a61cfc88
6
+ metadata.gz: a0942b7ec2ea7086cb929b5aa580bbf60af8f2b7dfda1d373f4adce222b5d3e903ff650face42c773f3ccb11c09b0b9a160432724cdcfa45814cd6229cbbd892
7
+ data.tar.gz: 17d6a52af20a24148d8b5bde0107360518b81e79905f2b96f9f2fdbb08164368d398da13ce14733fc0c96623e56b8bc65eb55473725c7d708ff52c95e3c019b5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-privateca_v1beta1
2
2
 
3
+ ### v0.12.0 (2021-10-23)
4
+
5
+ * Regenerated from discovery document revision 20211006
6
+ * Unspecified changes
7
+
3
8
  ### v0.11.0 (2021-09-01)
4
9
 
5
10
  * Regenerated from discovery document revision 20210819
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
 
@@ -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.11.0"
19
+ GEM_VERSION = "0.12.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 = "20210819"
25
+ REVISION = "20211006"
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-privateca_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.0
4
+ version: 0.12.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-09-06 00:00:00.000000000 Z
11
+ date: 2021-10-27 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.11.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.12.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: