google-apis-cloudasset_v1p4beta1 0.2.0 → 0.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +21 -0
- data/lib/google/apis/cloudasset_v1p4beta1.rb +1 -1
- data/lib/google/apis/cloudasset_v1p4beta1/classes.rb +51 -27
- data/lib/google/apis/cloudasset_v1p4beta1/gem_version.rb +3 -3
- data/lib/google/apis/cloudasset_v1p4beta1/representations.rb +12 -0
- metadata +14 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3cd0cd1bdb362bfbea95b49552122d6df407eea9415088afe99b632ba108bcb2
|
4
|
+
data.tar.gz: 2cb16cc22ebc04b77131d955e1bf71b15252dcfc0c234b143add9d9bd77bd667
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7e883d2f0c94df5867bab595583f7fc286a1680a13cc99ba5ffebeda15aeaf4f8dfa70c71c00e452e018b1ed152b9c8bb99e26b6c79fc6e45de1837954232371
|
7
|
+
data.tar.gz: 0c612a68f5334410d9380d0683d043e8dc1bf4ce8aca7caa0b733fdae411a7eeb6e3917ae2dfa0e444fcc79f3019d5ac2517e0fd5855698087679281203b6abb
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,26 @@
|
|
1
1
|
# Release history for google-apis-cloudasset_v1p4beta1
|
2
2
|
|
3
|
+
### v0.7.0 (2021-06-24)
|
4
|
+
|
5
|
+
* Regenerated using generator version 0.3.0
|
6
|
+
|
7
|
+
### v0.6.0 (2021-05-19)
|
8
|
+
|
9
|
+
* Unspecified changes
|
10
|
+
|
11
|
+
### v0.5.0 (2021-04-22)
|
12
|
+
|
13
|
+
* Regenerated from discovery document revision 20210416
|
14
|
+
|
15
|
+
### v0.4.0 (2021-03-31)
|
16
|
+
|
17
|
+
* Regenerated from discovery document revision 20210326
|
18
|
+
|
19
|
+
### v0.3.0 (2021-03-09)
|
20
|
+
|
21
|
+
* Regenerated from discovery document revision 20210305
|
22
|
+
* Regenerated using generator version 0.2.0
|
23
|
+
|
3
24
|
### v0.2.0 (2021-03-04)
|
4
25
|
|
5
26
|
* Regenerated from discovery document revision 20210226
|
@@ -29,7 +29,7 @@ module Google
|
|
29
29
|
# This is NOT the gem version.
|
30
30
|
VERSION = 'V1p4beta1'
|
31
31
|
|
32
|
-
#
|
32
|
+
# See, edit, configure, and delete your Google Cloud Platform data
|
33
33
|
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
34
34
|
end
|
35
35
|
end
|
@@ -51,6 +51,19 @@ module Google
|
|
51
51
|
end
|
52
52
|
end
|
53
53
|
|
54
|
+
# A response message for AssetService.AnalyzeIamPolicyLongrunning.
|
55
|
+
class AnalyzeIamPolicyLongrunningResponse
|
56
|
+
include Google::Apis::Core::Hashable
|
57
|
+
|
58
|
+
def initialize(**args)
|
59
|
+
update!(**args)
|
60
|
+
end
|
61
|
+
|
62
|
+
# Update properties of this object
|
63
|
+
def update!(**args)
|
64
|
+
end
|
65
|
+
end
|
66
|
+
|
54
67
|
# A response message for AssetService.AnalyzeIamPolicy.
|
55
68
|
class AnalyzeIamPolicyResponse
|
56
69
|
include Google::Apis::Core::Hashable
|
@@ -1488,9 +1501,9 @@ module Google
|
|
1488
1501
|
|
1489
1502
|
# Defines the conditions under which an EgressPolicy matches a request.
|
1490
1503
|
# Conditions based on information about the source of the request. Note that if
|
1491
|
-
# the destination of the request is protected by a ServicePerimeter, then
|
1492
|
-
# ServicePerimeter must have an IngressPolicy which allows access in order
|
1493
|
-
# 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.
|
1494
1507
|
class GoogleIdentityAccesscontextmanagerV1EgressFrom
|
1495
1508
|
include Google::Apis::Core::Hashable
|
1496
1509
|
|
@@ -1536,9 +1549,9 @@ module Google
|
|
1536
1549
|
|
1537
1550
|
# Defines the conditions under which an EgressPolicy matches a request.
|
1538
1551
|
# Conditions based on information about the source of the request. Note that if
|
1539
|
-
# the destination of the request is protected by a ServicePerimeter, then
|
1540
|
-
# ServicePerimeter must have an IngressPolicy which allows access in order
|
1541
|
-
# 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.
|
1542
1555
|
# Corresponds to the JSON property `egressFrom`
|
1543
1556
|
# @return [Google::Apis::CloudassetV1p4beta1::GoogleIdentityAccesscontextmanagerV1EgressFrom]
|
1544
1557
|
attr_accessor :egress_from
|
@@ -1546,8 +1559,10 @@ module Google
|
|
1546
1559
|
# Defines the conditions under which an EgressPolicy matches a request.
|
1547
1560
|
# Conditions are based on information about the ApiOperation intended to be
|
1548
1561
|
# performed on the `resources` specified. Note that if the destination of the
|
1549
|
-
# request is protected by a ServicePerimeter, then that ServicePerimeter
|
1550
|
-
# have an IngressPolicy which allows access in order for this request to
|
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.
|
1551
1566
|
# Corresponds to the JSON property `egressTo`
|
1552
1567
|
# @return [Google::Apis::CloudassetV1p4beta1::GoogleIdentityAccesscontextmanagerV1EgressTo]
|
1553
1568
|
attr_accessor :egress_to
|
@@ -1566,21 +1581,25 @@ module Google
|
|
1566
1581
|
# Defines the conditions under which an EgressPolicy matches a request.
|
1567
1582
|
# Conditions are based on information about the ApiOperation intended to be
|
1568
1583
|
# performed on the `resources` specified. Note that if the destination of the
|
1569
|
-
# request is protected by a ServicePerimeter, then that ServicePerimeter
|
1570
|
-
# have an IngressPolicy which allows access in order for this request to
|
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.
|
1571
1588
|
class GoogleIdentityAccesscontextmanagerV1EgressTo
|
1572
1589
|
include Google::Apis::Core::Hashable
|
1573
1590
|
|
1574
|
-
# A list of ApiOperations
|
1575
|
-
# it
|
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.
|
1576
1594
|
# Corresponds to the JSON property `operations`
|
1577
1595
|
# @return [Array<Google::Apis::CloudassetV1p4beta1::GoogleIdentityAccesscontextmanagerV1ApiOperation>]
|
1578
1596
|
attr_accessor :operations
|
1579
1597
|
|
1580
|
-
# A list of resources, currently only projects in the form `projects/`, that
|
1581
|
-
#
|
1582
|
-
#
|
1583
|
-
#
|
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.
|
1584
1603
|
# Corresponds to the JSON property `resources`
|
1585
1604
|
# @return [Array<String>]
|
1586
1605
|
attr_accessor :resources
|
@@ -1597,7 +1616,9 @@ module Google
|
|
1597
1616
|
end
|
1598
1617
|
|
1599
1618
|
# Defines the conditions under which an IngressPolicy matches a request.
|
1600
|
-
# 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.
|
1601
1622
|
class GoogleIdentityAccesscontextmanagerV1IngressFrom
|
1602
1623
|
include Google::Apis::Core::Hashable
|
1603
1624
|
|
@@ -1646,14 +1667,17 @@ module Google
|
|
1646
1667
|
include Google::Apis::Core::Hashable
|
1647
1668
|
|
1648
1669
|
# Defines the conditions under which an IngressPolicy matches a request.
|
1649
|
-
# 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.
|
1650
1673
|
# Corresponds to the JSON property `ingressFrom`
|
1651
1674
|
# @return [Google::Apis::CloudassetV1p4beta1::GoogleIdentityAccesscontextmanagerV1IngressFrom]
|
1652
1675
|
attr_accessor :ingress_from
|
1653
1676
|
|
1654
1677
|
# Defines the conditions under which an IngressPolicy matches a request.
|
1655
1678
|
# Conditions are based on information about the ApiOperation intended to be
|
1656
|
-
# performed on the
|
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.
|
1657
1681
|
# Corresponds to the JSON property `ingressTo`
|
1658
1682
|
# @return [Google::Apis::CloudassetV1p4beta1::GoogleIdentityAccesscontextmanagerV1IngressTo]
|
1659
1683
|
attr_accessor :ingress_to
|
@@ -1679,7 +1703,8 @@ module Google
|
|
1679
1703
|
# cause an error. If no AccessLevel names are listed, resources within the
|
1680
1704
|
# perimeter can only be accessed via Google Cloud calls with request origins
|
1681
1705
|
# within the perimeter. Example: `accessPolicies/MY_POLICY/accessLevels/MY_LEVEL`
|
1682
|
-
# . If `*` is specified
|
1706
|
+
# . If a single `*` is specified for `access_level`, then all IngressSources
|
1707
|
+
# will be allowed.
|
1683
1708
|
# Corresponds to the JSON property `accessLevel`
|
1684
1709
|
# @return [String]
|
1685
1710
|
attr_accessor :access_level
|
@@ -1707,22 +1732,21 @@ module Google
|
|
1707
1732
|
|
1708
1733
|
# Defines the conditions under which an IngressPolicy matches a request.
|
1709
1734
|
# Conditions are based on information about the ApiOperation intended to be
|
1710
|
-
# performed on the
|
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.
|
1711
1737
|
class GoogleIdentityAccesscontextmanagerV1IngressTo
|
1712
1738
|
include Google::Apis::Core::Hashable
|
1713
1739
|
|
1714
|
-
# A list of ApiOperations the sources specified in
|
1715
|
-
#
|
1740
|
+
# A list of ApiOperations allowed to be performed by the sources specified in
|
1741
|
+
# corresponding IngressFrom in this ServicePerimeter.
|
1716
1742
|
# Corresponds to the JSON property `operations`
|
1717
1743
|
# @return [Array<Google::Apis::CloudassetV1p4beta1::GoogleIdentityAccesscontextmanagerV1ApiOperation>]
|
1718
1744
|
attr_accessor :operations
|
1719
1745
|
|
1720
1746
|
# A list of resources, currently only projects in the form `projects/`,
|
1721
1747
|
# protected by this ServicePerimeter that are allowed to be accessed by sources
|
1722
|
-
# defined in the corresponding IngressFrom.
|
1723
|
-
#
|
1724
|
-
# rule will authorize access to all resources inside the perimeter, provided
|
1725
|
-
# 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.
|
1726
1750
|
# Corresponds to the JSON property `resources`
|
1727
1751
|
# @return [Array<String>]
|
1728
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.
|
19
|
+
GEM_VERSION = "0.7.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.3.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210416"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -28,6 +28,12 @@ module Google
|
|
28
28
|
include Google::Apis::Core::JsonObjectSupport
|
29
29
|
end
|
30
30
|
|
31
|
+
class AnalyzeIamPolicyLongrunningResponse
|
32
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
33
|
+
|
34
|
+
include Google::Apis::Core::JsonObjectSupport
|
35
|
+
end
|
36
|
+
|
31
37
|
class AnalyzeIamPolicyResponse
|
32
38
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
33
39
|
|
@@ -348,6 +354,12 @@ module Google
|
|
348
354
|
end
|
349
355
|
end
|
350
356
|
|
357
|
+
class AnalyzeIamPolicyLongrunningResponse
|
358
|
+
# @private
|
359
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
360
|
+
end
|
361
|
+
end
|
362
|
+
|
351
363
|
class AnalyzeIamPolicyResponse
|
352
364
|
# @private
|
353
365
|
class Representation < Google::Apis::Core::JsonRepresentation
|
metadata
CHANGED
@@ -1,29 +1,35 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-cloudasset_v1p4beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.7.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-
|
11
|
+
date: 2021-06-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - "
|
17
|
+
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '0.
|
19
|
+
version: '0.3'
|
20
|
+
- - "<"
|
21
|
+
- !ruby/object:Gem::Version
|
22
|
+
version: 2.a
|
20
23
|
type: :runtime
|
21
24
|
prerelease: false
|
22
25
|
version_requirements: !ruby/object:Gem::Requirement
|
23
26
|
requirements:
|
24
|
-
- - "
|
27
|
+
- - ">="
|
28
|
+
- !ruby/object:Gem::Version
|
29
|
+
version: '0.3'
|
30
|
+
- - "<"
|
25
31
|
- !ruby/object:Gem::Version
|
26
|
-
version:
|
32
|
+
version: 2.a
|
27
33
|
description: This is the simple REST client for Cloud Asset API V1p4beta1. Simple
|
28
34
|
REST clients are Ruby client libraries that provide access to Google services via
|
29
35
|
their HTTP REST API endpoints. These libraries are generated and updated automatically
|
@@ -52,7 +58,7 @@ licenses:
|
|
52
58
|
metadata:
|
53
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
54
60
|
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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p4beta1/v0.7.0
|
56
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudasset_v1p4beta1
|
57
63
|
post_install_message:
|
58
64
|
rdoc_options: []
|
@@ -69,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
69
75
|
- !ruby/object:Gem::Version
|
70
76
|
version: '0'
|
71
77
|
requirements: []
|
72
|
-
rubygems_version: 3.2.
|
78
|
+
rubygems_version: 3.2.17
|
73
79
|
signing_key:
|
74
80
|
specification_version: 4
|
75
81
|
summary: Simple REST client for Cloud Asset API V1p4beta1
|