google-apis-cloudasset_v1 0.22.0 → 0.26.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: 3ce8dfe25ab46886cb08e2987553321a3c3ae82229825c8d656dfb7f66817210
4
- data.tar.gz: 206d02c703103ce073e5e76a0c23a8c69c8000dbb87844c71afdc5d8e421137f
3
+ metadata.gz: b2179b0b4c1d8c2397fa87c06482ba446fca76f31bd5d4752ebaa6fed4dbbc17
4
+ data.tar.gz: '097bbf7bcbe6fa226a609cd2113caa034f02d467239101390b66c5b642bb7086'
5
5
  SHA512:
6
- metadata.gz: a5cf7ab8a7ab3d720cf321e91fac7f06bab64be6768bf8687f7a91e3a4078b9848f831293832fd5da005448340a370acb2d2cc3ef8d93d7d0800ed0ad123b077
7
- data.tar.gz: e07a0c2257d4eec90730e322a05199b887a84f1d76083bc07bb8b01e887a91a8548da2f763d807782a1d60fe303ea7e57804e4c366657ca83576f070735251b2
6
+ metadata.gz: a0855f2e508f5ed4e1a65d88df1154661b4dbc67516fdcc0b2eeb8cc2aa87b346008ef9f8deb29291309361007d506979ec0a4400b5a037f5fb892ceb7191f14
7
+ data.tar.gz: dea7b4f5b49c54081181c8ac001e3685a2ceca0194b81c31654f4bdf85850285eb4b5154d013ebdfceb614b8ac24e2b09262a1aa07df968e47889bfb12ed2523
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-cloudasset_v1
2
2
 
3
+ ### v0.26.0 (2022-01-26)
4
+
5
+ * Regenerated from discovery document revision 20220121
6
+
7
+ ### v0.25.0 (2022-01-19)
8
+
9
+ * Regenerated from discovery document revision 20220114
10
+
11
+ ### v0.24.0 (2022-01-12)
12
+
13
+ * Regenerated from discovery document revision 20220110
14
+ * Regenerated using generator version 0.4.1
15
+
16
+ ### v0.23.0 (2021-12-14)
17
+
18
+ * Unspecified changes
19
+
3
20
  ### v0.22.0 (2021-12-02)
4
21
 
5
22
  * Regenerated from discovery document revision 20211125
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/cloudasset_v1"
51
51
  client = Google::Apis::CloudassetV1::CloudAssetService.new
52
52
 
53
53
  # Authenticate calls
54
- client.authentication = # ... use the googleauth gem to create credentials
54
+ client.authorization = # ... use the googleauth gem to create credentials
55
55
  ```
56
56
 
57
57
  See the class reference docs for information on the methods you can call from a client.
@@ -3410,7 +3410,11 @@ module Google
3410
3410
  # service account SA has permission P to the GCP folder F, then user A
3411
3411
  # potentially has access to the GCP folder F. And those advanced analysis
3412
3412
  # results will be included in AnalyzeIamPolicyResponse.
3413
- # service_account_impersonation_analysis. Default is false.
3413
+ # service_account_impersonation_analysis. Only the following permissions are
3414
+ # considered in this analysis: * `iam.serviceAccounts.actAs` * `iam.
3415
+ # serviceAccounts.signBlob` * `iam.serviceAccounts.signJwt` * `iam.
3416
+ # serviceAccounts.getAccessToken` * `iam.serviceAccounts.getOpenIdToken` * `iam.
3417
+ # serviceAccounts.implicitDelegation` Default is false.
3414
3418
  # Corresponds to the JSON property `analyzeServiceAccountImpersonation`
3415
3419
  # @return [Boolean]
3416
3420
  attr_accessor :analyze_service_account_impersonation
@@ -3419,7 +3423,9 @@ module Google
3419
3423
  # Optional. If true, the identities section of the result will expand any Google
3420
3424
  # groups appearing in an IAM policy binding. If IamPolicyAnalysisQuery.
3421
3425
  # identity_selector is specified, the identity in the result will be determined
3422
- # by the selector, and this flag is not allowed to set. Default is false.
3426
+ # by the selector, and this flag is not allowed to set. If true, the default max
3427
+ # expansion per group is 1000 for AssetService.AnalyzeIamPolicy][]. Default is
3428
+ # false.
3423
3429
  # Corresponds to the JSON property `expandGroups`
3424
3430
  # @return [Boolean]
3425
3431
  attr_accessor :expand_groups
@@ -3437,7 +3443,9 @@ module Google
3437
3443
  # Folder and organization resource cannot be used together with this option.
3438
3444
  # For example, if the request analyzes for which users have permission P on a
3439
3445
  # GCP project with this option enabled, the results will include all users who
3440
- # have permission P on that project or any lower resource. Default is false.
3446
+ # have permission P on that project or any lower resource. If true, the default
3447
+ # max expansion per resource is 1000 for AssetService.AnalyzeIamPolicy][] and
3448
+ # 100000 for AssetService.AnalyzeIamPolicyLongrunning][]. Default is false.
3441
3449
  # Corresponds to the JSON property `expandResources`
3442
3450
  # @return [Boolean]
3443
3451
  attr_accessor :expand_resources
@@ -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.22.0"
19
+ GEM_VERSION = "0.26.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.0"
22
+ GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211125"
25
+ REVISION = "20220121"
26
26
  end
27
27
  end
28
28
  end
@@ -54,8 +54,9 @@ module Google
54
54
  # @param [String] parent
55
55
  # Required. Name of the organization or project the assets belong to. Format: "
56
56
  # organizations/[organization-number]" (such as "organizations/123"), "projects/[
57
- # project-id]" (such as "projects/my-project-id"), or "projects/[project-number]"
58
- # (such as "projects/12345").
57
+ # project-id]" (such as "projects/my-project-id"), "projects/[project-number]" (
58
+ # such as "projects/12345"), or "folders/[folder-number]" (such as "folders/
59
+ # 12345").
59
60
  # @param [Array<String>, String] asset_types
60
61
  # A list of asset types to take a snapshot for. For example: "compute.googleapis.
61
62
  # com/Disk". Regular expression is also supported. For example: * "compute.
@@ -575,12 +576,18 @@ module Google
575
576
  # service account SA has permission P to the GCP folder F, then user A
576
577
  # potentially has access to the GCP folder F. And those advanced analysis
577
578
  # results will be included in AnalyzeIamPolicyResponse.
578
- # service_account_impersonation_analysis. Default is false.
579
+ # service_account_impersonation_analysis. Only the following permissions are
580
+ # considered in this analysis: * `iam.serviceAccounts.actAs` * `iam.
581
+ # serviceAccounts.signBlob` * `iam.serviceAccounts.signJwt` * `iam.
582
+ # serviceAccounts.getAccessToken` * `iam.serviceAccounts.getOpenIdToken` * `iam.
583
+ # serviceAccounts.implicitDelegation` Default is false.
579
584
  # @param [Boolean] analysis_query_options_expand_groups
580
585
  # Optional. If true, the identities section of the result will expand any Google
581
586
  # groups appearing in an IAM policy binding. If IamPolicyAnalysisQuery.
582
587
  # identity_selector is specified, the identity in the result will be determined
583
- # by the selector, and this flag is not allowed to set. Default is false.
588
+ # by the selector, and this flag is not allowed to set. If true, the default max
589
+ # expansion per group is 1000 for AssetService.AnalyzeIamPolicy][]. Default is
590
+ # false.
584
591
  # @param [Boolean] analysis_query_options_expand_resources
585
592
  # Optional. If true and IamPolicyAnalysisQuery.resource_selector is not
586
593
  # specified, the resource section of the result will expand any resource
@@ -594,7 +601,9 @@ module Google
594
601
  # Folder and organization resource cannot be used together with this option.
595
602
  # For example, if the request analyzes for which users have permission P on a
596
603
  # GCP project with this option enabled, the results will include all users who
597
- # have permission P on that project or any lower resource. Default is false.
604
+ # have permission P on that project or any lower resource. If true, the default
605
+ # max expansion per resource is 1000 for AssetService.AnalyzeIamPolicy][] and
606
+ # 100000 for AssetService.AnalyzeIamPolicyLongrunning][]. Default is false.
598
607
  # @param [Boolean] analysis_query_options_expand_roles
599
608
  # Optional. If true, the access section of result will expand any roles
600
609
  # appearing in IAM policy bindings to include their permissions. If
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.22.0
4
+ version: 0.26.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-12-06 00:00:00.000000000 Z
11
+ date: 2022-01-31 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.22.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1/v0.26.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.2.17
78
+ rubygems_version: 3.3.5
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Asset API V1