google-apis-privateca_v1 0.7.0 → 0.8.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: ab4adc8b1c867fcee8200c3b862a3c120a38f878ccf83bf652f3ef04cb137044
4
- data.tar.gz: 51ca916da03e4f8d3c33512162b04378aa026558302df8621c5fd301806c55e3
3
+ metadata.gz: 535983fd8b61ffc0e3fe8ec3f3af9c16637bfae511963e5f3b2bd17a54bd2a1b
4
+ data.tar.gz: de6598c6bde010fdfcdc8c0d6a50384e458b9ad87e701e16e40ff5ec71c07a95
5
5
  SHA512:
6
- metadata.gz: 715b694dfd911de140b6effa1364ff30ec75a9d0eb8729cb813387b6d3353625e900150efceffb8de7dc6f480db3b057a872aa09f7c5b64ffa77893476980ce5
7
- data.tar.gz: 76c8f65b161dd863a9ac763b097d181e315dd85bb680ce494a078ecc01799f71b62840ffb8300e3230833746d7934d43fabcea6a3cf1a13cd9a6dc1e99d3e8ae
6
+ metadata.gz: b52d6eca31fdf7ed9058e5330eee640ec9e888eb2b5c0fa9061defedc6219d3a170b8459e8819cb6fee1e4c7822c367fc631fdb35186808163f56b7269eaa84a
7
+ data.tar.gz: b0c0b7ee98b0ad20fb07e97c9b62356f0d4d200199ffedbc8f188e636cbe63bdaac4787257b5072c97e0931d892b1247f0cf7fcf7ec44af2b65489f5cee71051
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-privateca_v1
2
2
 
3
+ ### v0.8.0 (2021-10-23)
4
+
5
+ * Regenerated from discovery document revision 20211006
6
+ * Unspecified changes
7
+
3
8
  ### v0.7.0 (2021-10-04)
4
9
 
5
10
  * Regenerated from discovery document revision 20210922
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
 
@@ -191,7 +191,7 @@ module Google
191
191
  end
192
192
  end
193
193
 
194
- # Associates `members` with a `role`.
194
+ # Associates `members`, or principals, with a `role`.
195
195
  class Binding
196
196
  include Google::Apis::Core::Hashable
197
197
 
@@ -214,7 +214,7 @@ module Google
214
214
  # @return [Google::Apis::PrivatecaV1::Expr]
215
215
  attr_accessor :condition
216
216
 
217
- # Specifies the identities requesting access for a Cloud Platform resource. `
217
+ # Specifies the principals requesting access for a Cloud Platform resource. `
218
218
  # members` can have the following values: * `allUsers`: A special identifier
219
219
  # that represents anyone who is on the internet; with or without a Google
220
220
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -244,8 +244,8 @@ module Google
244
244
  # @return [Array<String>]
245
245
  attr_accessor :members
246
246
 
247
- # Role that is assigned to `members`. For example, `roles/viewer`, `roles/editor`
248
- # , or `roles/owner`.
247
+ # Role that is assigned to the list of `members`, or principals. For example, `
248
+ # roles/viewer`, `roles/editor`, or `roles/owner`.
249
249
  # Corresponds to the JSON property `role`
250
250
  # @return [String]
251
251
  attr_accessor :role
@@ -1894,31 +1894,31 @@ module Google
1894
1894
 
1895
1895
  # An Identity and Access Management (IAM) policy, which specifies access
1896
1896
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
1897
- # A `binding` binds one or more `members` to a single `role`. Members can be
1898
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
1899
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
1900
- # role or a user-created custom role. For some types of Google Cloud resources,
1901
- # a `binding` can also specify a `condition`, which is a logical expression that
1902
- # allows access to a resource only if the expression evaluates to `true`. A
1903
- # condition can add constraints based on attributes of the request, the resource,
1904
- # or both. To learn which resources support conditions in their IAM policies,
1905
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
1906
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
1907
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
1908
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
1909
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
1910
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
1911
- # title": "expirable access", "description": "Does not grant access after Sep
1912
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
1913
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
1914
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
1915
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
1916
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
1917
- # roles/resourcemanager.organizationViewer condition: title: expirable access
1918
- # description: Does not grant access after Sep 2020 expression: request.time <
1919
- # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
1920
- # description of IAM and its features, see the [IAM documentation](https://cloud.
1921
- # google.com/iam/docs/).
1897
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
1898
+ # Principals can be user accounts, service accounts, Google groups, and domains (
1899
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
1900
+ # an IAM predefined role or a user-created custom role. For some types of Google
1901
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
1902
+ # logical expression that allows access to a resource only if the expression
1903
+ # evaluates to `true`. A condition can add constraints based on attributes of
1904
+ # the request, the resource, or both. To learn which resources support
1905
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1906
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1907
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1908
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1909
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1910
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1911
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
1912
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1913
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1914
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
1915
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1916
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1917
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1918
+ # access description: Does not grant access after Sep 2020 expression: request.
1919
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1920
+ # a description of IAM and its features, see the [IAM documentation](https://
1921
+ # cloud.google.com/iam/docs/).
1922
1922
  class Policy
1923
1923
  include Google::Apis::Core::Hashable
1924
1924
 
@@ -1927,9 +1927,14 @@ module Google
1927
1927
  # @return [Array<Google::Apis::PrivatecaV1::AuditConfig>]
1928
1928
  attr_accessor :audit_configs
1929
1929
 
1930
- # Associates a list of `members` to a `role`. Optionally, may specify a `
1931
- # condition` that determines how and when the `bindings` are applied. Each of
1932
- # the `bindings` must contain at least one member.
1930
+ # Associates a list of `members`, or principals, with a `role`. Optionally, may
1931
+ # specify a `condition` that determines how and when the `bindings` are applied.
1932
+ # Each of the `bindings` must contain at least one principal. The `bindings` in
1933
+ # a `Policy` can refer to up to 1,500 principals; up to 250 of these principals
1934
+ # can be Google groups. Each occurrence of a principal counts towards these
1935
+ # limits. For example, if the `bindings` grant 50 different roles to `user:alice@
1936
+ # example.com`, and not to any other principal, then you can add another 1,450
1937
+ # principals to the `bindings` in the `Policy`.
1933
1938
  # Corresponds to the JSON property `bindings`
1934
1939
  # @return [Array<Google::Apis::PrivatecaV1::Binding>]
1935
1940
  attr_accessor :bindings
@@ -2200,31 +2205,31 @@ module Google
2200
2205
 
2201
2206
  # An Identity and Access Management (IAM) policy, which specifies access
2202
2207
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
2203
- # A `binding` binds one or more `members` to a single `role`. Members can be
2204
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
2205
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
2206
- # role or a user-created custom role. For some types of Google Cloud resources,
2207
- # a `binding` can also specify a `condition`, which is a logical expression that
2208
- # allows access to a resource only if the expression evaluates to `true`. A
2209
- # condition can add constraints based on attributes of the request, the resource,
2210
- # or both. To learn which resources support conditions in their IAM policies,
2211
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
2212
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
2213
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
2214
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
2215
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
2216
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
2217
- # title": "expirable access", "description": "Does not grant access after Sep
2218
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
2219
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
2220
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
2221
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
2222
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
2223
- # roles/resourcemanager.organizationViewer condition: title: expirable access
2224
- # description: Does not grant access after Sep 2020 expression: request.time <
2225
- # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
2226
- # description of IAM and its features, see the [IAM documentation](https://cloud.
2227
- # google.com/iam/docs/).
2208
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
2209
+ # Principals can be user accounts, service accounts, Google groups, and domains (
2210
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
2211
+ # an IAM predefined role or a user-created custom role. For some types of Google
2212
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
2213
+ # logical expression that allows access to a resource only if the expression
2214
+ # evaluates to `true`. A condition can add constraints based on attributes of
2215
+ # the request, the resource, or both. To learn which resources support
2216
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
2217
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
2218
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
2219
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
2220
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
2221
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
2222
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
2223
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
2224
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
2225
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
2226
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
2227
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
2228
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
2229
+ # access description: Does not grant access after Sep 2020 expression: request.
2230
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
2231
+ # a description of IAM and its features, see the [IAM documentation](https://
2232
+ # cloud.google.com/iam/docs/).
2228
2233
  # Corresponds to the JSON property `policy`
2229
2234
  # @return [Google::Apis::PrivatecaV1::Policy]
2230
2235
  attr_accessor :policy
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module PrivatecaV1
18
18
  # Version of the google-apis-privateca_v1 gem
19
- GEM_VERSION = "0.7.0"
19
+ GEM_VERSION = "0.8.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 = "20210922"
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_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.8.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-10-11 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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-privateca_v1/v0.7.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-privateca_v1
60
+ changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-privateca_v1/CHANGELOG.md
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-privateca_v1/v0.8.0
62
+ source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-privateca_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
65
65
  require_paths: