google-apis-cloudasset_v1p1beta1 0.4.0 → 0.5.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: c235458f4ee181c4a0ab5086666444a0d36fa2b3a511378f31337d73e1001d7b
4
- data.tar.gz: 8cc16ca43d0414062f6ce873b9567a97cf13b061690d797464469ae7380f5202
3
+ metadata.gz: b82549f999f243a15cdb9d17308e672b316c4fc50a6f3e3c7e52f64065e78eb0
4
+ data.tar.gz: 8d6c099a6fb962f0968f64a53ff6c001bbdab6c985e7b0a71d047f2fae3af834
5
5
  SHA512:
6
- metadata.gz: 1505a2673dc69889dbe52392a5060a1636a27a471e7bc8a04f7ba7c1486e224c004b80785e07b59111162a20e2aac1e0e49bd7c1337e3723cb77e36412cb57a5
7
- data.tar.gz: ecc367ab2843a9b9be88a6a8b2a433667bfd2546cb3c0a15d8c50b6d74cd839ad00e18c4307e21111798c63c26ea708c2ed736f9c41937194f492a5d74288ae6
6
+ metadata.gz: 87388cbf8155a2492a6bda115b67e142f37bf463f36cfa8e44a5c9e2bc7f01e504e8f3aace72c7f43b2237bd8c08fc3030371172a51120dcb5d596f2a253d86e
7
+ data.tar.gz: 337076d8877ea463456541b79099b980928f673ba404390e8a77bcc4562ed923420ebc3c37bbb4b0eb20c9f9d24c5679e2ca21fb0b327f2d0d855868abf13f5a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudasset_v1p1beta1
2
2
 
3
+ ### v0.5.0 (2021-04-22)
4
+
5
+ * Regenerated from discovery document revision 20210416
6
+
3
7
  ### v0.4.0 (2021-03-31)
4
8
 
5
9
  * Regenerated from discovery document revision 20210326
@@ -1179,9 +1179,9 @@ module Google
1179
1179
 
1180
1180
  # Defines the conditions under which an EgressPolicy matches a request.
1181
1181
  # Conditions based on information about the source of the request. Note that if
1182
- # the destination of the request is protected by a ServicePerimeter, then that
1183
- # ServicePerimeter must have an IngressPolicy which allows access in order for
1184
- # this request to succeed.
1182
+ # the destination of the request is also protected by a ServicePerimeter, then
1183
+ # that ServicePerimeter must have an IngressPolicy which allows access in order
1184
+ # for this request to succeed.
1185
1185
  class GoogleIdentityAccesscontextmanagerV1EgressFrom
1186
1186
  include Google::Apis::Core::Hashable
1187
1187
 
@@ -1227,9 +1227,9 @@ module Google
1227
1227
 
1228
1228
  # Defines the conditions under which an EgressPolicy matches a request.
1229
1229
  # Conditions based on information about the source of the request. Note that if
1230
- # the destination of the request is protected by a ServicePerimeter, then that
1231
- # ServicePerimeter must have an IngressPolicy which allows access in order for
1232
- # this request to succeed.
1230
+ # the destination of the request is also protected by a ServicePerimeter, then
1231
+ # that ServicePerimeter must have an IngressPolicy which allows access in order
1232
+ # for this request to succeed.
1233
1233
  # Corresponds to the JSON property `egressFrom`
1234
1234
  # @return [Google::Apis::CloudassetV1p1beta1::GoogleIdentityAccesscontextmanagerV1EgressFrom]
1235
1235
  attr_accessor :egress_from
@@ -1237,8 +1237,10 @@ module Google
1237
1237
  # Defines the conditions under which an EgressPolicy matches a request.
1238
1238
  # Conditions are based on information about the ApiOperation intended to be
1239
1239
  # performed on the `resources` specified. Note that if the destination of the
1240
- # request is protected by a ServicePerimeter, then that ServicePerimeter must
1241
- # have an IngressPolicy which allows access in order for this request to succeed.
1240
+ # request is also protected by a ServicePerimeter, then that ServicePerimeter
1241
+ # must have an IngressPolicy which allows access in order for this request to
1242
+ # succeed. The request must match `operations` AND `resources` fields in order
1243
+ # to be allowed egress out of the perimeter.
1242
1244
  # Corresponds to the JSON property `egressTo`
1243
1245
  # @return [Google::Apis::CloudassetV1p1beta1::GoogleIdentityAccesscontextmanagerV1EgressTo]
1244
1246
  attr_accessor :egress_to
@@ -1257,21 +1259,25 @@ module Google
1257
1259
  # Defines the conditions under which an EgressPolicy matches a request.
1258
1260
  # Conditions are based on information about the ApiOperation intended to be
1259
1261
  # performed on the `resources` specified. Note that if the destination of the
1260
- # request is protected by a ServicePerimeter, then that ServicePerimeter must
1261
- # have an IngressPolicy which allows access in order for this request to succeed.
1262
+ # request is also protected by a ServicePerimeter, then that ServicePerimeter
1263
+ # must have an IngressPolicy which allows access in order for this request to
1264
+ # succeed. The request must match `operations` AND `resources` fields in order
1265
+ # to be allowed egress out of the perimeter.
1262
1266
  class GoogleIdentityAccesscontextmanagerV1EgressTo
1263
1267
  include Google::Apis::Core::Hashable
1264
1268
 
1265
- # A list of ApiOperations that this egress rule applies to. A request matches if
1266
- # it contains an operation/service in this list.
1269
+ # A list of ApiOperations allowed to be performed by the sources specified in
1270
+ # the corresponding EgressFrom. A request matches if it uses an operation/
1271
+ # service in this list.
1267
1272
  # Corresponds to the JSON property `operations`
1268
1273
  # @return [Array<Google::Apis::CloudassetV1p1beta1::GoogleIdentityAccesscontextmanagerV1ApiOperation>]
1269
1274
  attr_accessor :operations
1270
1275
 
1271
- # A list of resources, currently only projects in the form `projects/`, that
1272
- # match this to stanza. A request matches if it contains a resource in this list.
1273
- # If `*` is specified for resources, then this EgressTo rule will authorize
1274
- # access to all resources outside the perimeter.
1276
+ # A list of resources, currently only projects in the form `projects/`, that are
1277
+ # allowed to be accessed by sources defined in the corresponding EgressFrom. A
1278
+ # request matches if it contains a resource in this list. If `*` is specified
1279
+ # for `resources`, then this EgressTo rule will authorize access to all
1280
+ # resources outside the perimeter.
1275
1281
  # Corresponds to the JSON property `resources`
1276
1282
  # @return [Array<String>]
1277
1283
  attr_accessor :resources
@@ -1288,7 +1294,9 @@ module Google
1288
1294
  end
1289
1295
 
1290
1296
  # Defines the conditions under which an IngressPolicy matches a request.
1291
- # Conditions are based on information about the source of the request.
1297
+ # Conditions are based on information about the source of the request. The
1298
+ # request must satisfy what is defined in `sources` AND identity related fields
1299
+ # in order to match.
1292
1300
  class GoogleIdentityAccesscontextmanagerV1IngressFrom
1293
1301
  include Google::Apis::Core::Hashable
1294
1302
 
@@ -1337,14 +1345,17 @@ module Google
1337
1345
  include Google::Apis::Core::Hashable
1338
1346
 
1339
1347
  # Defines the conditions under which an IngressPolicy matches a request.
1340
- # Conditions are based on information about the source of the request.
1348
+ # Conditions are based on information about the source of the request. The
1349
+ # request must satisfy what is defined in `sources` AND identity related fields
1350
+ # in order to match.
1341
1351
  # Corresponds to the JSON property `ingressFrom`
1342
1352
  # @return [Google::Apis::CloudassetV1p1beta1::GoogleIdentityAccesscontextmanagerV1IngressFrom]
1343
1353
  attr_accessor :ingress_from
1344
1354
 
1345
1355
  # Defines the conditions under which an IngressPolicy matches a request.
1346
1356
  # Conditions are based on information about the ApiOperation intended to be
1347
- # performed on the destination of the request.
1357
+ # performed on the target resource of the request. The request must satisfy what
1358
+ # is defined in `operations` AND `resources` in order to match.
1348
1359
  # Corresponds to the JSON property `ingressTo`
1349
1360
  # @return [Google::Apis::CloudassetV1p1beta1::GoogleIdentityAccesscontextmanagerV1IngressTo]
1350
1361
  attr_accessor :ingress_to
@@ -1370,7 +1381,8 @@ module Google
1370
1381
  # cause an error. If no AccessLevel names are listed, resources within the
1371
1382
  # perimeter can only be accessed via Google Cloud calls with request origins
1372
1383
  # within the perimeter. Example: `accessPolicies/MY_POLICY/accessLevels/MY_LEVEL`
1373
- # . If `*` is specified, then all IngressSources will be allowed.
1384
+ # . If a single `*` is specified for `access_level`, then all IngressSources
1385
+ # will be allowed.
1374
1386
  # Corresponds to the JSON property `accessLevel`
1375
1387
  # @return [String]
1376
1388
  attr_accessor :access_level
@@ -1398,22 +1410,21 @@ module Google
1398
1410
 
1399
1411
  # Defines the conditions under which an IngressPolicy matches a request.
1400
1412
  # Conditions are based on information about the ApiOperation intended to be
1401
- # performed on the destination of the request.
1413
+ # performed on the target resource of the request. The request must satisfy what
1414
+ # is defined in `operations` AND `resources` in order to match.
1402
1415
  class GoogleIdentityAccesscontextmanagerV1IngressTo
1403
1416
  include Google::Apis::Core::Hashable
1404
1417
 
1405
- # A list of ApiOperations the sources specified in corresponding IngressFrom are
1406
- # allowed to perform in this ServicePerimeter.
1418
+ # A list of ApiOperations allowed to be performed by the sources specified in
1419
+ # corresponding IngressFrom in this ServicePerimeter.
1407
1420
  # Corresponds to the JSON property `operations`
1408
1421
  # @return [Array<Google::Apis::CloudassetV1p1beta1::GoogleIdentityAccesscontextmanagerV1ApiOperation>]
1409
1422
  attr_accessor :operations
1410
1423
 
1411
1424
  # A list of resources, currently only projects in the form `projects/`,
1412
1425
  # protected by this ServicePerimeter that are allowed to be accessed by sources
1413
- # defined in the corresponding IngressFrom. A request matches if it contains a
1414
- # resource in this list. If `*` is specified for resources, then this IngressTo
1415
- # rule will authorize access to all resources inside the perimeter, provided
1416
- # that the request also matches the `operations` field.
1426
+ # defined in the corresponding IngressFrom. If a single `*` is specified, then
1427
+ # access to all resources inside the perimeter are allowed.
1417
1428
  # Corresponds to the JSON property `resources`
1418
1429
  # @return [Array<String>]
1419
1430
  attr_accessor :resources
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudassetV1p1beta1
18
18
  # Version of the google-apis-cloudasset_v1p1beta1 gem
19
- GEM_VERSION = "0.4.0"
19
+ GEM_VERSION = "0.5.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210326"
25
+ REVISION = "20210416"
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-cloudasset_v1p1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.5.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-04-05 00:00:00.000000000 Z
11
+ date: 2021-05-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudasset_v1p1beta1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p1beta1/v0.4.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p1beta1/v0.5.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudasset_v1p1beta1
57
57
  post_install_message:
58
58
  rdoc_options: []
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  requirements: []
72
- rubygems_version: 3.2.13
72
+ rubygems_version: 3.2.17
73
73
  signing_key:
74
74
  specification_version: 4
75
75
  summary: Simple REST client for Cloud Asset API V1p1beta1