google-apis-networkmanagement_v1 0.10.0 → 0.11.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: 7f1f804e5122b24dc84afbf7846da5afae43031e38124969f960005d6817025a
4
- data.tar.gz: b2dea9f3e6f49c1cbb2a481a8d9ee273690f7263be47d1fbfae80bbed0972123
3
+ metadata.gz: df80024540e255e252ac11e0b73bad41810e25c94be3db6d69232b57243c9d96
4
+ data.tar.gz: 4e8b234d0d39cd468dd91fd4753b4f100bb9b5f8f92ea25e61209b63eaffb250
5
5
  SHA512:
6
- metadata.gz: 74019483ef74cab0eae095bdb060255681734fd5760af648be4a50fc61ae251636b7aa88e9ede823d0c89971047d5a7ec99d6f321ca6c784599636fc20aff433
7
- data.tar.gz: e9451a873c84f6a187785dc3b33fc1011bb158992ae7a077ab8a3a71ee2316e946bc68060d10f10a8eadd30be3d05dabd84c7f7d743b315c1766f2500a53214d
6
+ metadata.gz: f9bff5b3bc4154418f1ad42c9e9760c40b7ff3faecf956fd698cf2622543bc9fafaf1724ee40d22339b9a9bc2e760c249b33d146471341ad06a7fc1062b490c5
7
+ data.tar.gz: 898e1b1f85af282ca7a1bcf166141dfde044312f53ca6d085de413a68903868c4cc61403aac05af52f049d92df8af2231d48e6bd0346d160390bb7bfa3032aaa
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-networkmanagement_v1
2
2
 
3
+ ### v0.11.0 (2021-10-31)
4
+
5
+ * Regenerated from discovery document revision 20211020
6
+
3
7
  ### v0.10.0 (2021-10-21)
4
8
 
5
9
  * Regenerated from discovery document revision 20210908
@@ -118,7 +118,7 @@ module Google
118
118
  end
119
119
  end
120
120
 
121
- # Associates `members` with a `role`.
121
+ # Associates `members`, or principals, with a `role`.
122
122
  class Binding
123
123
  include Google::Apis::Core::Hashable
124
124
 
@@ -141,7 +141,7 @@ module Google
141
141
  # @return [Google::Apis::NetworkmanagementV1::Expr]
142
142
  attr_accessor :condition
143
143
 
144
- # Specifies the identities requesting access for a Cloud Platform resource. `
144
+ # Specifies the principals requesting access for a Cloud Platform resource. `
145
145
  # members` can have the following values: * `allUsers`: A special identifier
146
146
  # that represents anyone who is on the internet; with or without a Google
147
147
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -171,8 +171,8 @@ module Google
171
171
  # @return [Array<String>]
172
172
  attr_accessor :members
173
173
 
174
- # Role that is assigned to `members`. For example, `roles/viewer`, `roles/editor`
175
- # , or `roles/owner`.
174
+ # Role that is assigned to the list of `members`, or principals. For example, `
175
+ # roles/viewer`, `roles/editor`, or `roles/owner`.
176
176
  # Corresponds to the JSON property `role`
177
177
  # @return [String]
178
178
  attr_accessor :role
@@ -1208,31 +1208,31 @@ module Google
1208
1208
 
1209
1209
  # An Identity and Access Management (IAM) policy, which specifies access
1210
1210
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
1211
- # A `binding` binds one or more `members` to a single `role`. Members can be
1212
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
1213
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
1214
- # role or a user-created custom role. For some types of Google Cloud resources,
1215
- # a `binding` can also specify a `condition`, which is a logical expression that
1216
- # allows access to a resource only if the expression evaluates to `true`. A
1217
- # condition can add constraints based on attributes of the request, the resource,
1218
- # or both. To learn which resources support conditions in their IAM policies,
1219
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
1220
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
1221
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
1222
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
1223
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
1224
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
1225
- # title": "expirable access", "description": "Does not grant access after Sep
1226
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
1227
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
1228
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
1229
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
1230
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
1231
- # roles/resourcemanager.organizationViewer condition: title: expirable access
1232
- # description: Does not grant access after Sep 2020 expression: request.time <
1233
- # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
1234
- # description of IAM and its features, see the [IAM documentation](https://cloud.
1235
- # google.com/iam/docs/).
1211
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
1212
+ # Principals can be user accounts, service accounts, Google groups, and domains (
1213
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
1214
+ # an IAM predefined role or a user-created custom role. For some types of Google
1215
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
1216
+ # logical expression that allows access to a resource only if the expression
1217
+ # evaluates to `true`. A condition can add constraints based on attributes of
1218
+ # the request, the resource, or both. To learn which resources support
1219
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1220
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1221
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1222
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1223
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1224
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1225
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
1226
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1227
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1228
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
1229
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1230
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1231
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1232
+ # access description: Does not grant access after Sep 2020 expression: request.
1233
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1234
+ # a description of IAM and its features, see the [IAM documentation](https://
1235
+ # cloud.google.com/iam/docs/).
1236
1236
  class Policy
1237
1237
  include Google::Apis::Core::Hashable
1238
1238
 
@@ -1241,9 +1241,14 @@ module Google
1241
1241
  # @return [Array<Google::Apis::NetworkmanagementV1::AuditConfig>]
1242
1242
  attr_accessor :audit_configs
1243
1243
 
1244
- # Associates a list of `members` to a `role`. Optionally, may specify a `
1245
- # condition` that determines how and when the `bindings` are applied. Each of
1246
- # the `bindings` must contain at least one member.
1244
+ # Associates a list of `members`, or principals, with a `role`. Optionally, may
1245
+ # specify a `condition` that determines how and when the `bindings` are applied.
1246
+ # Each of the `bindings` must contain at least one principal. The `bindings` in
1247
+ # a `Policy` can refer to up to 1,500 principals; up to 250 of these principals
1248
+ # can be Google groups. Each occurrence of a principal counts towards these
1249
+ # limits. For example, if the `bindings` grant 50 different roles to `user:alice@
1250
+ # example.com`, and not to any other principal, then you can add another 1,450
1251
+ # principals to the `bindings` in the `Policy`.
1247
1252
  # Corresponds to the JSON property `bindings`
1248
1253
  # @return [Array<Google::Apis::NetworkmanagementV1::Binding>]
1249
1254
  attr_accessor :bindings
@@ -1428,31 +1433,31 @@ module Google
1428
1433
 
1429
1434
  # An Identity and Access Management (IAM) policy, which specifies access
1430
1435
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
1431
- # A `binding` binds one or more `members` to a single `role`. Members can be
1432
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
1433
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
1434
- # role or a user-created custom role. For some types of Google Cloud resources,
1435
- # a `binding` can also specify a `condition`, which is a logical expression that
1436
- # allows access to a resource only if the expression evaluates to `true`. A
1437
- # condition can add constraints based on attributes of the request, the resource,
1438
- # or both. To learn which resources support conditions in their IAM policies,
1439
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
1440
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
1441
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
1442
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
1443
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
1444
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
1445
- # title": "expirable access", "description": "Does not grant access after Sep
1446
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
1447
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
1448
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
1449
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
1450
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
1451
- # roles/resourcemanager.organizationViewer condition: title: expirable access
1452
- # description: Does not grant access after Sep 2020 expression: request.time <
1453
- # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
1454
- # description of IAM and its features, see the [IAM documentation](https://cloud.
1455
- # google.com/iam/docs/).
1436
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
1437
+ # Principals can be user accounts, service accounts, Google groups, and domains (
1438
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
1439
+ # an IAM predefined role or a user-created custom role. For some types of Google
1440
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
1441
+ # logical expression that allows access to a resource only if the expression
1442
+ # evaluates to `true`. A condition can add constraints based on attributes of
1443
+ # the request, the resource, or both. To learn which resources support
1444
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1445
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1446
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1447
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1448
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1449
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1450
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
1451
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1452
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1453
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
1454
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1455
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1456
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1457
+ # access description: Does not grant access after Sep 2020 expression: request.
1458
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1459
+ # a description of IAM and its features, see the [IAM documentation](https://
1460
+ # cloud.google.com/iam/docs/).
1456
1461
  # Corresponds to the JSON property `policy`
1457
1462
  # @return [Google::Apis::NetworkmanagementV1::Policy]
1458
1463
  attr_accessor :policy
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module NetworkmanagementV1
18
18
  # Version of the google-apis-networkmanagement_v1 gem
19
- GEM_VERSION = "0.10.0"
19
+ GEM_VERSION = "0.11.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 = "20210908"
25
+ REVISION = "20211020"
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-networkmanagement_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.11.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-27 00:00:00.000000000 Z
11
+ date: 2021-11-01 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-networkmanagement_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1/v0.10.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1/v0.11.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkmanagement_v1
63
63
  post_install_message:
64
64
  rdoc_options: []