google-apis-cloudasset_v1p1beta1 0.4.0 → 0.9.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: 4c84dce8908951a0d1cb6264ca9a0e3d591e6d527c8c8347c247f37b0ec56b4f
4
+ data.tar.gz: 4bbe554b1f1d5b0fa370c8b8b791347721f2ed4e47902934232310672d6737d0
5
5
  SHA512:
6
- metadata.gz: 1505a2673dc69889dbe52392a5060a1636a27a471e7bc8a04f7ba7c1486e224c004b80785e07b59111162a20e2aac1e0e49bd7c1337e3723cb77e36412cb57a5
7
- data.tar.gz: ecc367ab2843a9b9be88a6a8b2a433667bfd2546cb3c0a15d8c50b6d74cd839ad00e18c4307e21111798c63c26ea708c2ed736f9c41937194f492a5d74288ae6
6
+ metadata.gz: 02c53ac041b4cfe969bdd241a937c78d9962b73eace7fda6bfc37f8d82bfc0a5548f200f204f4773e785905c4c15b7d319616afb91e3b701fcfa7cf3610a8ed3
7
+ data.tar.gz: 723e609f8cfd75e118b5678f886675dc488a2fd1737df194705a98f4f4d90a5e5741676a2bfc3e28413320fbd4366afaa8eac60d6bdd1c20388fadcb1c35a37c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # Release history for google-apis-cloudasset_v1p1beta1
2
2
 
3
+ ### v0.9.0 (2021-06-29)
4
+
5
+ * Regenerated using generator version 0.4.0
6
+
7
+ ### v0.8.0 (2021-06-24)
8
+
9
+ * Unspecified changes
10
+
11
+ ### v0.7.0 (2021-06-16)
12
+
13
+ * Regenerated from discovery document revision 20210611
14
+ * Regenerated using generator version 0.3.0
15
+
16
+ ### v0.6.0 (2021-05-19)
17
+
18
+ * Unspecified changes
19
+
20
+ ### v0.5.0 (2021-04-22)
21
+
22
+ * Regenerated from discovery document revision 20210416
23
+
3
24
  ### v0.4.0 (2021-03-31)
4
25
 
5
26
  * Regenerated from discovery document revision 20210326
@@ -182,7 +182,7 @@ module Google
182
182
  include Google::Apis::Core::Hashable
183
183
 
184
184
  # The map from roles to their included permission matching the permission query (
185
- # e.g. containing `policy.role.permissions:`). A sample role string: "roles/
185
+ # e.g. containing `policy.role.permissions:`). Example role string: "roles/
186
186
  # compute.instanceAdmin". The roles can also be found in the returned `policy`
187
187
  # bindings. Note that the map is populated only if requesting with a permission
188
188
  # query.
@@ -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
@@ -1667,7 +1678,7 @@ module Google
1667
1678
  end
1668
1679
  end
1669
1680
 
1670
- # The result for a IAM Policy search.
1681
+ # The result for an IAM policy search.
1671
1682
  class IamPolicySearchResult
1672
1683
  include Google::Apis::Core::Hashable
1673
1684
 
@@ -1707,11 +1718,11 @@ module Google
1707
1718
  # @return [Google::Apis::CloudassetV1p1beta1::Policy]
1708
1719
  attr_accessor :policy
1709
1720
 
1710
- # The project that the associated GCP resource belongs to, in the form of `
1711
- # projects/`project_number``. If an IAM policy is set on a resource (like VM
1712
- # instance, Cloud Storage bucket), the project field will indicate the project
1713
- # that contains the resource. If an IAM policy is set on a folder or orgnization,
1714
- # the project field will be empty.
1721
+ # The project that the associated Google Cloud resource belongs to, in the form
1722
+ # of `projects/`project_number``. If an IAM policy is set on a resource -- such
1723
+ # as a Compute Engine instance or a Cloud Storage bucket -- the project field
1724
+ # will indicate the project that contains the resource. If an IAM policy is set
1725
+ # on a folder or orgnization, the project field will be empty.
1715
1726
  # Corresponds to the JSON property `project`
1716
1727
  # @return [String]
1717
1728
  attr_accessor :project
@@ -1735,11 +1746,11 @@ module Google
1735
1746
  end
1736
1747
  end
1737
1748
 
1738
- # IAM permissions
1749
+ # IAM permissions.
1739
1750
  class Permissions
1740
1751
  include Google::Apis::Core::Hashable
1741
1752
 
1742
- # A list of permissions. A sample permission string: "compute.disk.get".
1753
+ # A list of permissions. Example permission string: "compute.disk.get".
1743
1754
  # Corresponds to the JSON property `permissions`
1744
1755
  # @return [Array<String>]
1745
1756
  attr_accessor :permissions
@@ -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.9.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.2.0"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210326"
25
+ REVISION = "20210611"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,29 +1,35 @@
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.9.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-07-05 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.1'
19
+ version: '0.4'
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.4'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Cloud Asset API V1p1beta1. 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_v1p1beta1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p1beta1/v0.4.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p1beta1/v0.9.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudasset_v1p1beta1
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.13
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 V1p1beta1