google-apis-cloudasset_v1p1beta1 0.37.0 → 0.38.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: 67d291bf1415c38d3de4acae69cecd2f15960436891dfb03cb32a8fbfad8e1ab
4
- data.tar.gz: f64a6b5ea0c661b162b207857c0c1d821df72a6456f3b638a683d87eda2d7b7a
3
+ metadata.gz: 3db78b3d0e6d51ac46999d44e16ecffb7652d7f77a1d0c52d0da35567bc8281f
4
+ data.tar.gz: dace1a4c8b9efec741bb0dfbbebab4ccaaeb31d78d797664287b87a9c3224922
5
5
  SHA512:
6
- metadata.gz: f37655279e798713e146d85d1aa80a219d14a8904f415db8b24a623e56dc83a86d8758c11e0ac422cf9b2e92c42e0d80323ab0305844df881e18eeed5ef74b13
7
- data.tar.gz: ec29acbbae2ae835bae33ef24f2c97d677851bed0b8a200e0d4912e183b1233b58f9758cd8e0cfe0be32bff63f6a94aa4a01c105a9f3c1f97115e85052b7ca57
6
+ metadata.gz: 88b555bcfafabe11740cb9d8c426584ba5552077ee2f4466dcb007e127b8c50621e1bd21da10820b0f5facfbf12298fd5c933cdbb2cacbd2206c30da05945f63
7
+ data.tar.gz: d17800e048e923b37336de1f2319fcb1eb162f15591736722c8e179d943379a0aaf5666976e8761935dc9f3122ce52bc7db3c6b15dabc86c6e6225c011aadd3f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudasset_v1p1beta1
2
2
 
3
+ ### v0.38.0 (2024-04-21)
4
+
5
+ * Regenerated from discovery document revision 20240412
6
+
3
7
  ### v0.37.0 (2024-03-31)
4
8
 
5
9
  * Regenerated from discovery document revision 20240322
@@ -1258,8 +1258,11 @@ module Google
1258
1258
  class GoogleIdentityAccesscontextmanagerV1EgressFrom
1259
1259
  include Google::Apis::Core::Hashable
1260
1260
 
1261
- # A list of identities that are allowed access through this [EgressPolicy], in
1262
- # the format of `user:`email_id`` or `serviceAccount:`email_id``.
1261
+ # A list of identities that are allowed access through [EgressPolicy].
1262
+ # Identities can be an individual user, service account, Google group, or third-
1263
+ # party identity. The `v1` identities that have the prefix `user`, `group`, `
1264
+ # serviceAccount`, `principal`, and `principalSet` in https://cloud.google.com/
1265
+ # iam/docs/principal-identifiers#v1 are supported.
1263
1266
  # Corresponds to the JSON property `identities`
1264
1267
  # @return [Array<String>]
1265
1268
  attr_accessor :identities
@@ -1381,11 +1384,11 @@ module Google
1381
1384
  include Google::Apis::Core::Hashable
1382
1385
 
1383
1386
  # A list of external resources that are allowed to be accessed. Only AWS and
1384
- # Azure resources are supported. For Amazon S3, the supported format is s3://
1385
- # BUCKET_NAME. For Azure Storage, the supported format is azure://myaccount.blob.
1386
- # core.windows.net/CONTAINER_NAME. A request matches if it contains an external
1387
- # resource in this list (Example: s3://bucket/path). Currently '*' is not
1388
- # allowed.
1387
+ # Azure resources are supported. For Amazon S3, the supported formats are s3://
1388
+ # BUCKET_NAME, s3a://BUCKET_NAME, and s3n://BUCKET_NAME. For Azure Storage, the
1389
+ # supported format is azure://myaccount.blob.core.windows.net/CONTAINER_NAME. A
1390
+ # request matches if it contains an external resource in this list (Example: s3:/
1391
+ # /bucket/path). Currently '*' is not allowed.
1389
1392
  # Corresponds to the JSON property `externalResources`
1390
1393
  # @return [Array<String>]
1391
1394
  attr_accessor :external_resources
@@ -1425,8 +1428,11 @@ module Google
1425
1428
  class GoogleIdentityAccesscontextmanagerV1IngressFrom
1426
1429
  include Google::Apis::Core::Hashable
1427
1430
 
1428
- # A list of identities that are allowed access through this ingress policy, in
1429
- # the format of `user:`email_id`` or `serviceAccount:`email_id``.
1431
+ # A list of identities that are allowed access through [IngressPolicy].
1432
+ # Identities can be an individual user, service account, Google group, or third-
1433
+ # party identity. The `v1` identities that have the prefix `user`, `group`, `
1434
+ # serviceAccount`, `principal`, and `principalSet` in https://cloud.google.com/
1435
+ # iam/docs/principal-identifiers#v1 are supported.
1430
1436
  # Corresponds to the JSON property `identities`
1431
1437
  # @return [Array<String>]
1432
1438
  attr_accessor :identities
@@ -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.37.0"
19
+ GEM_VERSION = "0.38.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240322"
25
+ REVISION = "20240412"
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.37.0
4
+ version: 0.38.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: 2024-03-31 00:00:00.000000000 Z
11
+ date: 2024-04-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudasset_v1p1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p1beta1/v0.37.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p1beta1/v0.38.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudasset_v1p1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []