google-apis-cloudasset_v1p7beta1 0.5.0 → 0.6.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: 5e34e4c4a517a30d4cfe4ba5cd0b952efc8eb3ff3a2513d49e4dae5c7ccae436
4
- data.tar.gz: 9c69aa1e2192b4ce7642fc7d867ee599ade1ed98865771ad5a26f7037e8a2645
3
+ metadata.gz: 9739921956adc8753a85d605b3d0efd3851ce017ab994cd0fe5d4d4363a9ece4
4
+ data.tar.gz: 108da848f2489c3aec7404748724085a196debc27c55890cf7a6d1a19d23559f
5
5
  SHA512:
6
- metadata.gz: 316dd4c71495e408dbd6d50a30ef6a1502531040c75764b0c1ea7b0f385a15178c689c0e4443a21252ebd0c8d8e025c0dde29ca2a79b631d9639b676b2947ea6
7
- data.tar.gz: '09751ced99f18cad4872d966ba31d81389da6286279c7277c6e2521dc6174221f9d8bc236fcc3866d5095577b7c3f4f9b6f63dd612172323909550aa7cc3c73a'
6
+ metadata.gz: c8851d9b3255980c0ffbd1a2572b373d155f6fd67b861fbde3e1a442c20c6d49833cf5924ef1d76e07406cfdab3e52abf390e3109c32b19883e22ad2b71ae64f
7
+ data.tar.gz: 18004ef80e9780413ca02e5fa7045c94f41cae9e788845fb3435cc4499bc1544434d37aab5c619839fe9f5520f735ece6dcf67f5862a8485b80fb379c0b5ba0f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudasset_v1p7beta1
2
2
 
3
+ ### v0.6.0 (2021-04-22)
4
+
5
+ * Regenerated from discovery document revision 20210416
6
+
3
7
  ### v0.5.0 (2021-03-31)
4
8
 
5
9
  * Regenerated from discovery document revision 20210326
@@ -1372,9 +1372,9 @@ module Google
1372
1372
 
1373
1373
  # Defines the conditions under which an EgressPolicy matches a request.
1374
1374
  # Conditions based on information about the source of the request. Note that if
1375
- # the destination of the request is protected by a ServicePerimeter, then that
1376
- # ServicePerimeter must have an IngressPolicy which allows access in order for
1377
- # this request to succeed.
1375
+ # the destination of the request is also protected by a ServicePerimeter, then
1376
+ # that ServicePerimeter must have an IngressPolicy which allows access in order
1377
+ # for this request to succeed.
1378
1378
  class GoogleIdentityAccesscontextmanagerV1EgressFrom
1379
1379
  include Google::Apis::Core::Hashable
1380
1380
 
@@ -1420,9 +1420,9 @@ module Google
1420
1420
 
1421
1421
  # Defines the conditions under which an EgressPolicy matches a request.
1422
1422
  # Conditions based on information about the source of the request. Note that if
1423
- # the destination of the request is protected by a ServicePerimeter, then that
1424
- # ServicePerimeter must have an IngressPolicy which allows access in order for
1425
- # this request to succeed.
1423
+ # the destination of the request is also protected by a ServicePerimeter, then
1424
+ # that ServicePerimeter must have an IngressPolicy which allows access in order
1425
+ # for this request to succeed.
1426
1426
  # Corresponds to the JSON property `egressFrom`
1427
1427
  # @return [Google::Apis::CloudassetV1p7beta1::GoogleIdentityAccesscontextmanagerV1EgressFrom]
1428
1428
  attr_accessor :egress_from
@@ -1430,8 +1430,10 @@ module Google
1430
1430
  # Defines the conditions under which an EgressPolicy matches a request.
1431
1431
  # Conditions are based on information about the ApiOperation intended to be
1432
1432
  # performed on the `resources` specified. Note that if the destination of the
1433
- # request is protected by a ServicePerimeter, then that ServicePerimeter must
1434
- # have an IngressPolicy which allows access in order for this request to succeed.
1433
+ # request is also protected by a ServicePerimeter, then that ServicePerimeter
1434
+ # must have an IngressPolicy which allows access in order for this request to
1435
+ # succeed. The request must match `operations` AND `resources` fields in order
1436
+ # to be allowed egress out of the perimeter.
1435
1437
  # Corresponds to the JSON property `egressTo`
1436
1438
  # @return [Google::Apis::CloudassetV1p7beta1::GoogleIdentityAccesscontextmanagerV1EgressTo]
1437
1439
  attr_accessor :egress_to
@@ -1450,21 +1452,25 @@ module Google
1450
1452
  # Defines the conditions under which an EgressPolicy matches a request.
1451
1453
  # Conditions are based on information about the ApiOperation intended to be
1452
1454
  # performed on the `resources` specified. Note that if the destination of the
1453
- # request is protected by a ServicePerimeter, then that ServicePerimeter must
1454
- # have an IngressPolicy which allows access in order for this request to succeed.
1455
+ # request is also protected by a ServicePerimeter, then that ServicePerimeter
1456
+ # must have an IngressPolicy which allows access in order for this request to
1457
+ # succeed. The request must match `operations` AND `resources` fields in order
1458
+ # to be allowed egress out of the perimeter.
1455
1459
  class GoogleIdentityAccesscontextmanagerV1EgressTo
1456
1460
  include Google::Apis::Core::Hashable
1457
1461
 
1458
- # A list of ApiOperations that this egress rule applies to. A request matches if
1459
- # it contains an operation/service in this list.
1462
+ # A list of ApiOperations allowed to be performed by the sources specified in
1463
+ # the corresponding EgressFrom. A request matches if it uses an operation/
1464
+ # service in this list.
1460
1465
  # Corresponds to the JSON property `operations`
1461
1466
  # @return [Array<Google::Apis::CloudassetV1p7beta1::GoogleIdentityAccesscontextmanagerV1ApiOperation>]
1462
1467
  attr_accessor :operations
1463
1468
 
1464
- # A list of resources, currently only projects in the form `projects/`, that
1465
- # match this to stanza. A request matches if it contains a resource in this list.
1466
- # If `*` is specified for resources, then this EgressTo rule will authorize
1467
- # access to all resources outside the perimeter.
1469
+ # A list of resources, currently only projects in the form `projects/`, that are
1470
+ # allowed to be accessed by sources defined in the corresponding EgressFrom. A
1471
+ # request matches if it contains a resource in this list. If `*` is specified
1472
+ # for `resources`, then this EgressTo rule will authorize access to all
1473
+ # resources outside the perimeter.
1468
1474
  # Corresponds to the JSON property `resources`
1469
1475
  # @return [Array<String>]
1470
1476
  attr_accessor :resources
@@ -1481,7 +1487,9 @@ module Google
1481
1487
  end
1482
1488
 
1483
1489
  # Defines the conditions under which an IngressPolicy matches a request.
1484
- # Conditions are based on information about the source of the request.
1490
+ # Conditions are based on information about the source of the request. The
1491
+ # request must satisfy what is defined in `sources` AND identity related fields
1492
+ # in order to match.
1485
1493
  class GoogleIdentityAccesscontextmanagerV1IngressFrom
1486
1494
  include Google::Apis::Core::Hashable
1487
1495
 
@@ -1530,14 +1538,17 @@ module Google
1530
1538
  include Google::Apis::Core::Hashable
1531
1539
 
1532
1540
  # Defines the conditions under which an IngressPolicy matches a request.
1533
- # Conditions are based on information about the source of the request.
1541
+ # Conditions are based on information about the source of the request. The
1542
+ # request must satisfy what is defined in `sources` AND identity related fields
1543
+ # in order to match.
1534
1544
  # Corresponds to the JSON property `ingressFrom`
1535
1545
  # @return [Google::Apis::CloudassetV1p7beta1::GoogleIdentityAccesscontextmanagerV1IngressFrom]
1536
1546
  attr_accessor :ingress_from
1537
1547
 
1538
1548
  # Defines the conditions under which an IngressPolicy matches a request.
1539
1549
  # Conditions are based on information about the ApiOperation intended to be
1540
- # performed on the destination of the request.
1550
+ # performed on the target resource of the request. The request must satisfy what
1551
+ # is defined in `operations` AND `resources` in order to match.
1541
1552
  # Corresponds to the JSON property `ingressTo`
1542
1553
  # @return [Google::Apis::CloudassetV1p7beta1::GoogleIdentityAccesscontextmanagerV1IngressTo]
1543
1554
  attr_accessor :ingress_to
@@ -1563,7 +1574,8 @@ module Google
1563
1574
  # cause an error. If no AccessLevel names are listed, resources within the
1564
1575
  # perimeter can only be accessed via Google Cloud calls with request origins
1565
1576
  # within the perimeter. Example: `accessPolicies/MY_POLICY/accessLevels/MY_LEVEL`
1566
- # . If `*` is specified, then all IngressSources will be allowed.
1577
+ # . If a single `*` is specified for `access_level`, then all IngressSources
1578
+ # will be allowed.
1567
1579
  # Corresponds to the JSON property `accessLevel`
1568
1580
  # @return [String]
1569
1581
  attr_accessor :access_level
@@ -1591,22 +1603,21 @@ module Google
1591
1603
 
1592
1604
  # Defines the conditions under which an IngressPolicy matches a request.
1593
1605
  # Conditions are based on information about the ApiOperation intended to be
1594
- # performed on the destination of the request.
1606
+ # performed on the target resource of the request. The request must satisfy what
1607
+ # is defined in `operations` AND `resources` in order to match.
1595
1608
  class GoogleIdentityAccesscontextmanagerV1IngressTo
1596
1609
  include Google::Apis::Core::Hashable
1597
1610
 
1598
- # A list of ApiOperations the sources specified in corresponding IngressFrom are
1599
- # allowed to perform in this ServicePerimeter.
1611
+ # A list of ApiOperations allowed to be performed by the sources specified in
1612
+ # corresponding IngressFrom in this ServicePerimeter.
1600
1613
  # Corresponds to the JSON property `operations`
1601
1614
  # @return [Array<Google::Apis::CloudassetV1p7beta1::GoogleIdentityAccesscontextmanagerV1ApiOperation>]
1602
1615
  attr_accessor :operations
1603
1616
 
1604
1617
  # A list of resources, currently only projects in the form `projects/`,
1605
1618
  # protected by this ServicePerimeter that are allowed to be accessed by sources
1606
- # defined in the corresponding IngressFrom. A request matches if it contains a
1607
- # resource in this list. If `*` is specified for resources, then this IngressTo
1608
- # rule will authorize access to all resources inside the perimeter, provided
1609
- # that the request also matches the `operations` field.
1619
+ # defined in the corresponding IngressFrom. If a single `*` is specified, then
1620
+ # access to all resources inside the perimeter are allowed.
1610
1621
  # Corresponds to the JSON property `resources`
1611
1622
  # @return [Array<String>]
1612
1623
  attr_accessor :resources
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudassetV1p7beta1
18
18
  # Version of the google-apis-cloudasset_v1p7beta1 gem
19
- GEM_VERSION = "0.5.0"
19
+ GEM_VERSION = "0.6.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_v1p7beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.6.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_v1p7beta1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p7beta1/v0.5.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p7beta1/v0.6.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudasset_v1p7beta1
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 V1p7beta1