google-apis-cloudasset_v1p4beta1 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: 471e2fcf27d2590ae8bb610b2bb95a3fb58f2efa93183f2d81da8c71d63f679c
4
- data.tar.gz: bba163f66928c90db466e18129f344a540eac04e352dab0055303b52eed70618
3
+ metadata.gz: 605951b6b0478fdffb0cf9416759cf93e78100e54ef31220a31c419c54e146ee
4
+ data.tar.gz: 0c947f4b1a4719fcb6dce366e52b5db31b57e12abf7a124c7be36b12ea9805c3
5
5
  SHA512:
6
- metadata.gz: 34f753cfaa11b3ddf5433d041ae3d36becc5751a47c64119dc6651ff7b36e0c0e256d80fa37702b2fb270d7bf00fdb973511c16e732dfb2328fa41c48d95a02f
7
- data.tar.gz: 7d0b62d1a83892c43bc043ebad69625b0afd81154d67a645e724ef9b313384907ed7d568b0804392895079ad7e95805691a3063906219e36e6f31f224d510f6b
6
+ metadata.gz: 26968688832b3cdd4aa374010e1d5921991f2179f619fd68ea78a409b4cab650fdad894b08c8a0897086e92ff087988a86943127479a4fa76c5c71b69ca9ae91
7
+ data.tar.gz: d4cbe058078f748459bb8ccbdd00c2fefd826e30359507d03192e4f925e4077b8ca55077f30f7e93eec90347cbf650651340f85d771cdc9efc80f37db020a871
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudasset_v1p4beta1
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
@@ -1501,9 +1501,9 @@ module Google
1501
1501
 
1502
1502
  # Defines the conditions under which an EgressPolicy matches a request.
1503
1503
  # Conditions based on information about the source of the request. Note that if
1504
- # the destination of the request is protected by a ServicePerimeter, then that
1505
- # ServicePerimeter must have an IngressPolicy which allows access in order for
1506
- # this request to succeed.
1504
+ # the destination of the request is also protected by a ServicePerimeter, then
1505
+ # that ServicePerimeter must have an IngressPolicy which allows access in order
1506
+ # for this request to succeed.
1507
1507
  class GoogleIdentityAccesscontextmanagerV1EgressFrom
1508
1508
  include Google::Apis::Core::Hashable
1509
1509
 
@@ -1549,9 +1549,9 @@ module Google
1549
1549
 
1550
1550
  # Defines the conditions under which an EgressPolicy matches a request.
1551
1551
  # Conditions based on information about the source of the request. Note that if
1552
- # the destination of the request is protected by a ServicePerimeter, then that
1553
- # ServicePerimeter must have an IngressPolicy which allows access in order for
1554
- # this request to succeed.
1552
+ # the destination of the request is also protected by a ServicePerimeter, then
1553
+ # that ServicePerimeter must have an IngressPolicy which allows access in order
1554
+ # for this request to succeed.
1555
1555
  # Corresponds to the JSON property `egressFrom`
1556
1556
  # @return [Google::Apis::CloudassetV1p4beta1::GoogleIdentityAccesscontextmanagerV1EgressFrom]
1557
1557
  attr_accessor :egress_from
@@ -1559,8 +1559,10 @@ module Google
1559
1559
  # Defines the conditions under which an EgressPolicy matches a request.
1560
1560
  # Conditions are based on information about the ApiOperation intended to be
1561
1561
  # performed on the `resources` specified. Note that if the destination of the
1562
- # request is protected by a ServicePerimeter, then that ServicePerimeter must
1563
- # have an IngressPolicy which allows access in order for this request to succeed.
1562
+ # request is also protected by a ServicePerimeter, then that ServicePerimeter
1563
+ # must have an IngressPolicy which allows access in order for this request to
1564
+ # succeed. The request must match `operations` AND `resources` fields in order
1565
+ # to be allowed egress out of the perimeter.
1564
1566
  # Corresponds to the JSON property `egressTo`
1565
1567
  # @return [Google::Apis::CloudassetV1p4beta1::GoogleIdentityAccesscontextmanagerV1EgressTo]
1566
1568
  attr_accessor :egress_to
@@ -1579,21 +1581,25 @@ module Google
1579
1581
  # Defines the conditions under which an EgressPolicy matches a request.
1580
1582
  # Conditions are based on information about the ApiOperation intended to be
1581
1583
  # performed on the `resources` specified. Note that if the destination of the
1582
- # request is protected by a ServicePerimeter, then that ServicePerimeter must
1583
- # have an IngressPolicy which allows access in order for this request to succeed.
1584
+ # request is also protected by a ServicePerimeter, then that ServicePerimeter
1585
+ # must have an IngressPolicy which allows access in order for this request to
1586
+ # succeed. The request must match `operations` AND `resources` fields in order
1587
+ # to be allowed egress out of the perimeter.
1584
1588
  class GoogleIdentityAccesscontextmanagerV1EgressTo
1585
1589
  include Google::Apis::Core::Hashable
1586
1590
 
1587
- # A list of ApiOperations that this egress rule applies to. A request matches if
1588
- # it contains an operation/service in this list.
1591
+ # A list of ApiOperations allowed to be performed by the sources specified in
1592
+ # the corresponding EgressFrom. A request matches if it uses an operation/
1593
+ # service in this list.
1589
1594
  # Corresponds to the JSON property `operations`
1590
1595
  # @return [Array<Google::Apis::CloudassetV1p4beta1::GoogleIdentityAccesscontextmanagerV1ApiOperation>]
1591
1596
  attr_accessor :operations
1592
1597
 
1593
- # A list of resources, currently only projects in the form `projects/`, that
1594
- # match this to stanza. A request matches if it contains a resource in this list.
1595
- # If `*` is specified for resources, then this EgressTo rule will authorize
1596
- # access to all resources outside the perimeter.
1598
+ # A list of resources, currently only projects in the form `projects/`, that are
1599
+ # allowed to be accessed by sources defined in the corresponding EgressFrom. A
1600
+ # request matches if it contains a resource in this list. If `*` is specified
1601
+ # for `resources`, then this EgressTo rule will authorize access to all
1602
+ # resources outside the perimeter.
1597
1603
  # Corresponds to the JSON property `resources`
1598
1604
  # @return [Array<String>]
1599
1605
  attr_accessor :resources
@@ -1610,7 +1616,9 @@ module Google
1610
1616
  end
1611
1617
 
1612
1618
  # Defines the conditions under which an IngressPolicy matches a request.
1613
- # Conditions are based on information about the source of the request.
1619
+ # Conditions are based on information about the source of the request. The
1620
+ # request must satisfy what is defined in `sources` AND identity related fields
1621
+ # in order to match.
1614
1622
  class GoogleIdentityAccesscontextmanagerV1IngressFrom
1615
1623
  include Google::Apis::Core::Hashable
1616
1624
 
@@ -1659,14 +1667,17 @@ module Google
1659
1667
  include Google::Apis::Core::Hashable
1660
1668
 
1661
1669
  # Defines the conditions under which an IngressPolicy matches a request.
1662
- # Conditions are based on information about the source of the request.
1670
+ # Conditions are based on information about the source of the request. The
1671
+ # request must satisfy what is defined in `sources` AND identity related fields
1672
+ # in order to match.
1663
1673
  # Corresponds to the JSON property `ingressFrom`
1664
1674
  # @return [Google::Apis::CloudassetV1p4beta1::GoogleIdentityAccesscontextmanagerV1IngressFrom]
1665
1675
  attr_accessor :ingress_from
1666
1676
 
1667
1677
  # Defines the conditions under which an IngressPolicy matches a request.
1668
1678
  # Conditions are based on information about the ApiOperation intended to be
1669
- # performed on the destination of the request.
1679
+ # performed on the target resource of the request. The request must satisfy what
1680
+ # is defined in `operations` AND `resources` in order to match.
1670
1681
  # Corresponds to the JSON property `ingressTo`
1671
1682
  # @return [Google::Apis::CloudassetV1p4beta1::GoogleIdentityAccesscontextmanagerV1IngressTo]
1672
1683
  attr_accessor :ingress_to
@@ -1692,7 +1703,8 @@ module Google
1692
1703
  # cause an error. If no AccessLevel names are listed, resources within the
1693
1704
  # perimeter can only be accessed via Google Cloud calls with request origins
1694
1705
  # within the perimeter. Example: `accessPolicies/MY_POLICY/accessLevels/MY_LEVEL`
1695
- # . If `*` is specified, then all IngressSources will be allowed.
1706
+ # . If a single `*` is specified for `access_level`, then all IngressSources
1707
+ # will be allowed.
1696
1708
  # Corresponds to the JSON property `accessLevel`
1697
1709
  # @return [String]
1698
1710
  attr_accessor :access_level
@@ -1720,22 +1732,21 @@ module Google
1720
1732
 
1721
1733
  # Defines the conditions under which an IngressPolicy matches a request.
1722
1734
  # Conditions are based on information about the ApiOperation intended to be
1723
- # performed on the destination of the request.
1735
+ # performed on the target resource of the request. The request must satisfy what
1736
+ # is defined in `operations` AND `resources` in order to match.
1724
1737
  class GoogleIdentityAccesscontextmanagerV1IngressTo
1725
1738
  include Google::Apis::Core::Hashable
1726
1739
 
1727
- # A list of ApiOperations the sources specified in corresponding IngressFrom are
1728
- # allowed to perform in this ServicePerimeter.
1740
+ # A list of ApiOperations allowed to be performed by the sources specified in
1741
+ # corresponding IngressFrom in this ServicePerimeter.
1729
1742
  # Corresponds to the JSON property `operations`
1730
1743
  # @return [Array<Google::Apis::CloudassetV1p4beta1::GoogleIdentityAccesscontextmanagerV1ApiOperation>]
1731
1744
  attr_accessor :operations
1732
1745
 
1733
1746
  # A list of resources, currently only projects in the form `projects/`,
1734
1747
  # protected by this ServicePerimeter that are allowed to be accessed by sources
1735
- # defined in the corresponding IngressFrom. A request matches if it contains a
1736
- # resource in this list. If `*` is specified for resources, then this IngressTo
1737
- # rule will authorize access to all resources inside the perimeter, provided
1738
- # that the request also matches the `operations` field.
1748
+ # defined in the corresponding IngressFrom. If a single `*` is specified, then
1749
+ # access to all resources inside the perimeter are allowed.
1739
1750
  # Corresponds to the JSON property `resources`
1740
1751
  # @return [Array<String>]
1741
1752
  attr_accessor :resources
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudassetV1p4beta1
18
18
  # Version of the google-apis-cloudasset_v1p4beta1 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_v1p4beta1
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_v1p4beta1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p4beta1/v0.4.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p4beta1/v0.5.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudasset_v1p4beta1
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 V1p4beta1