google-apis-cloudasset_v1 0.70.0 → 0.71.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c4383c2f39712259a162690c24ba3c8ccf5852e296216c54840a7f8fed280a4d
|
|
4
|
+
data.tar.gz: ec69136c4fd381cee91d652b77863fe9621cd8553f8412f885b7ba91a896d675
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8d536f91e714785e6501148bb59655b896245a5905d821032097409e3f45ea467b54e35a8148de4a8ba60b23caccc7aad190107f255bef1f1fe7e5bb47cc8592
|
|
7
|
+
data.tar.gz: 7354362392a92a41ba6db50364689ef4ce95b0af30983e63ea8c1c1c7d224d538c0050b8bb296932a0fa8d6fed8144bd7465962322c0e5413f30f97a2dd49d40
|
data/CHANGELOG.md
CHANGED
|
@@ -781,21 +781,43 @@ module Google
|
|
|
781
781
|
# project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
|
|
782
782
|
# email address that represents a Google group. For example, `admins@example.com`
|
|
783
783
|
# . * `domain:`domain``: The G Suite domain (primary) that represents all the
|
|
784
|
-
# users of that domain. For example, `google.com` or `example.com`. * `
|
|
785
|
-
#
|
|
786
|
-
#
|
|
787
|
-
#
|
|
788
|
-
#
|
|
789
|
-
#
|
|
790
|
-
#
|
|
791
|
-
#
|
|
784
|
+
# users of that domain. For example, `google.com` or `example.com`. * `principal:
|
|
785
|
+
# //iam.googleapis.com/locations/global/workforcePools/`pool_id`/subject/`
|
|
786
|
+
# subject_attribute_value``: A single identity in a workforce identity pool. * `
|
|
787
|
+
# principalSet://iam.googleapis.com/locations/global/workforcePools/`pool_id`/
|
|
788
|
+
# group/`group_id``: All workforce identities in a group. * `principalSet://iam.
|
|
789
|
+
# googleapis.com/locations/global/workforcePools/`pool_id`/attribute.`
|
|
790
|
+
# attribute_name`/`attribute_value``: All workforce identities with a specific
|
|
791
|
+
# attribute value. * `principalSet://iam.googleapis.com/locations/global/
|
|
792
|
+
# workforcePools/`pool_id`/*`: All identities in a workforce identity pool. * `
|
|
793
|
+
# principal://iam.googleapis.com/projects/`project_number`/locations/global/
|
|
794
|
+
# workloadIdentityPools/`pool_id`/subject/`subject_attribute_value``: A single
|
|
795
|
+
# identity in a workload identity pool. * `principalSet://iam.googleapis.com/
|
|
796
|
+
# projects/`project_number`/locations/global/workloadIdentityPools/`pool_id`/
|
|
797
|
+
# group/`group_id``: A workload identity pool group. * `principalSet://iam.
|
|
798
|
+
# googleapis.com/projects/`project_number`/locations/global/
|
|
799
|
+
# workloadIdentityPools/`pool_id`/attribute.`attribute_name`/`attribute_value``:
|
|
800
|
+
# All identities in a workload identity pool with a certain attribute. * `
|
|
801
|
+
# principalSet://iam.googleapis.com/projects/`project_number`/locations/global/
|
|
802
|
+
# workloadIdentityPools/`pool_id`/*`: All identities in a workload identity pool.
|
|
803
|
+
# * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
|
|
804
|
+
# identifier) representing a user that has been recently deleted. For example, `
|
|
805
|
+
# alice@example.com?uid=123456789012345678901`. If the user is recovered, this
|
|
806
|
+
# value reverts to `user:`emailid`` and the recovered user retains the role in
|
|
807
|
+
# the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
|
|
808
|
+
# address (plus unique identifier) representing a service account that has been
|
|
809
|
+
# recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
|
|
792
810
|
# 123456789012345678901`. If the service account is undeleted, this value
|
|
793
811
|
# reverts to `serviceAccount:`emailid`` and the undeleted service account
|
|
794
812
|
# retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
|
|
795
813
|
# An email address (plus unique identifier) representing a Google group that has
|
|
796
814
|
# been recently deleted. For example, `admins@example.com?uid=
|
|
797
815
|
# 123456789012345678901`. If the group is recovered, this value reverts to `
|
|
798
|
-
# group:`emailid`` and the recovered group retains the role in the binding.
|
|
816
|
+
# group:`emailid`` and the recovered group retains the role in the binding. * `
|
|
817
|
+
# deleted:principal://iam.googleapis.com/locations/global/workforcePools/`
|
|
818
|
+
# pool_id`/subject/`subject_attribute_value``: Deleted single identity in a
|
|
819
|
+
# workforce identity pool. For example, `deleted:principal://iam.googleapis.com/
|
|
820
|
+
# locations/global/workforcePools/my-pool-id/subject/my-subject-attribute-value`.
|
|
799
821
|
# Corresponds to the JSON property `members`
|
|
800
822
|
# @return [Array<String>]
|
|
801
823
|
attr_accessor :members
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module CloudassetV1
|
|
18
18
|
# Version of the google-apis-cloudasset_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.71.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20231214"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -144,9 +144,10 @@ module Google
|
|
|
144
144
|
# creating-managing-folders#viewing_or_listing_folders_and_projects).
|
|
145
145
|
# @param [Array<String>, String] names
|
|
146
146
|
# Required. The names refer to the [full_resource_names] (https://cloud.google.
|
|
147
|
-
# com/asset-inventory/docs/resource-name-format) of
|
|
148
|
-
# https://cloud.google.com/asset-inventory/docs/supported-asset-
|
|
149
|
-
# maximum of 20 resources' effective policies can be retrieved in a
|
|
147
|
+
# com/asset-inventory/docs/resource-name-format) of the asset types [supported
|
|
148
|
+
# by search APIs](https://cloud.google.com/asset-inventory/docs/supported-asset-
|
|
149
|
+
# types). A maximum of 20 resources' effective policies can be retrieved in a
|
|
150
|
+
# batch.
|
|
150
151
|
# @param [String] fields
|
|
151
152
|
# Selector specifying which fields to include in a partial response.
|
|
152
153
|
# @param [String] quota_user
|
|
@@ -884,9 +885,9 @@ module Google
|
|
|
884
885
|
# vmExternalIpAccess * appengine.enforceServiceAccountActAsCheck * gcp.
|
|
885
886
|
# resourceLocations * compute.trustedImageProjects * compute.
|
|
886
887
|
# skipDefaultNetworkCreation * compute.requireOsLogin * compute.
|
|
887
|
-
# disableNestedVirtualization This RPC only returns either resources of types
|
|
888
|
-
# supported by
|
|
889
|
-
#
|
|
888
|
+
# disableNestedVirtualization This RPC only returns either resources of types [
|
|
889
|
+
# supported by search APIs](https://cloud.google.com/asset-inventory/docs/
|
|
890
|
+
# supported-asset-types) or IAM policies.
|
|
890
891
|
# @param [String] scope
|
|
891
892
|
# Required. The organization to scope the request. Only organization policies
|
|
892
893
|
# within the scope will be analyzed. The output assets will also be limited to
|
|
@@ -1175,15 +1176,15 @@ module Google
|
|
|
1175
1176
|
# (e.g., "organizations/123456")
|
|
1176
1177
|
# @param [Array<String>, String] asset_types
|
|
1177
1178
|
# Optional. A list of asset types that the IAM policies are attached to. If
|
|
1178
|
-
# empty, it will search the IAM policies that are attached to all the
|
|
1179
|
-
#
|
|
1180
|
-
# supported-asset-types)
|
|
1181
|
-
#
|
|
1182
|
-
#
|
|
1183
|
-
#
|
|
1184
|
-
#
|
|
1185
|
-
#
|
|
1186
|
-
#
|
|
1179
|
+
# empty, it will search the IAM policies that are attached to all the asset
|
|
1180
|
+
# types [supported by search APIs](https://cloud.google.com/asset-inventory/docs/
|
|
1181
|
+
# supported-asset-types) Regular expressions are also supported. For example: * "
|
|
1182
|
+
# compute.googleapis.com.*" snapshots IAM policies attached to asset type starts
|
|
1183
|
+
# with "compute.googleapis.com". * ".*Instance" snapshots IAM policies attached
|
|
1184
|
+
# to asset type ends with "Instance". * ".*Instance.*" snapshots IAM policies
|
|
1185
|
+
# attached to asset type contains "Instance". See [RE2](https://github.com/
|
|
1186
|
+
# google/re2/wiki/Syntax) for all supported regular expression syntax. If the
|
|
1187
|
+
# regular expression does not match any supported asset type, an
|
|
1187
1188
|
# INVALID_ARGUMENT error will be returned.
|
|
1188
1189
|
# @param [String] order_by
|
|
1189
1190
|
# Optional. A comma-separated list of fields specifying the sorting order of the
|
|
@@ -1283,15 +1284,15 @@ module Google
|
|
|
1283
1284
|
# (e.g., "organizations/123456")
|
|
1284
1285
|
# @param [Array<String>, String] asset_types
|
|
1285
1286
|
# Optional. A list of asset types that this request searches for. If empty, it
|
|
1286
|
-
# will search all the [
|
|
1287
|
-
# inventory/docs/supported-asset-types). Regular expressions
|
|
1288
|
-
# For example: * "compute.googleapis.com.*" snapshots
|
|
1289
|
-
# starts with "compute.googleapis.com". * ".*Instance"
|
|
1290
|
-
# asset type ends with "Instance". * ".*Instance.*"
|
|
1291
|
-
# asset type contains "Instance". See [RE2](https://
|
|
1292
|
-
# Syntax) for all supported regular expression syntax.
|
|
1293
|
-
# does not match any supported asset type, an
|
|
1294
|
-
# returned.
|
|
1287
|
+
# will search all the asset types [supported by search APIs](https://cloud.
|
|
1288
|
+
# google.com/asset-inventory/docs/supported-asset-types). Regular expressions
|
|
1289
|
+
# are also supported. For example: * "compute.googleapis.com.*" snapshots
|
|
1290
|
+
# resources whose asset type starts with "compute.googleapis.com". * ".*Instance"
|
|
1291
|
+
# snapshots resources whose asset type ends with "Instance". * ".*Instance.*"
|
|
1292
|
+
# snapshots resources whose asset type contains "Instance". See [RE2](https://
|
|
1293
|
+
# github.com/google/re2/wiki/Syntax) for all supported regular expression syntax.
|
|
1294
|
+
# If the regular expression does not match any supported asset type, an
|
|
1295
|
+
# INVALID_ARGUMENT error will be returned.
|
|
1295
1296
|
# @param [String] order_by
|
|
1296
1297
|
# Optional. A comma-separated list of fields specifying the sorting order of the
|
|
1297
1298
|
# results. The default order is ascending. Add " DESC" after the field name to
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-cloudasset_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.71.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: 2023-12-
|
|
11
|
+
date: 2023-12-24 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_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1/v0.71.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudasset_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|