google-apis-securitycenter_v1 0.48.0 → 0.49.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: 45d2bd20d06bb26f5652ee28373d1e0c8f49578aba27edb8cbd3eec1b7d4720d
4
- data.tar.gz: 7853077688261265351979d1229ae28b99b893c122d1da919694b823d3ea8fb0
3
+ metadata.gz: 88ec17d1e8e89f3859ee1b2f1c4a15f6065fea6c021745579ada83c7c2b2b055
4
+ data.tar.gz: 40ae8e094dc24c4a31cc81deee204edef78830cf9c36137d9e6c85c5953e2cd1
5
5
  SHA512:
6
- metadata.gz: e8565ae9d0bfe2b0e25c31e164ba3a5a094113bac723c2bc2adc2f787a3d5aba399907f308cb47705c24172598bf41f4c922cb8ff8e2439891dd862109b38b16
7
- data.tar.gz: 9db53d7805bd5f5b5bf2340b7e4210cc15beb197e5006eb0a77ad8f909c453c20760898ea8aaa6ca6848915ce3ca12531a8aa059786b965563057d578c9f56a0
6
+ metadata.gz: 1d4d4bfbe748fc959ca435d1afa9f1efcb45bfed755546b47d6a83edd2dd6e6c5025132f716fe83ee27ada89647965e3bbc375255ed384cea899caa0c354f1c9
7
+ data.tar.gz: fe72ab4700fbaf8dfcdc905f5d137f6be58211ffbcfb800b72d4e16395b9042b339076660b58af78f83aad524e62e621467eb744f16e12dae52d11d30e6a7cf5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-securitycenter_v1
2
2
 
3
+ ### v0.49.0 (2023-01-15)
4
+
5
+ * Regenerated from discovery document revision 20230112
6
+ * Regenerated using generator version 0.11.1
7
+
3
8
  ### v0.48.0 (2023-01-04)
4
9
 
5
10
  * Regenerated from discovery document revision 20221220
@@ -85,16 +85,18 @@ module Google
85
85
  # @return [String]
86
86
  attr_accessor :service_name
87
87
 
88
- # What kind of user agent is associated, e.g. operating system shells, embedded
89
- # or stand-alone applications, etc.
88
+ # What kind of user agent is associated, for example operating system shells,
89
+ # embedded or stand-alone applications, etc.
90
90
  # Corresponds to the JSON property `userAgentFamily`
91
91
  # @return [String]
92
92
  attr_accessor :user_agent_family
93
93
 
94
- # A string representing a username. This is likely not an IAM principal. For
95
- # instance, this may be the system user name if the finding is VM-related, or
96
- # this may be some type of application login user name, depending on the type of
97
- # finding.
94
+ # A string that represents the username of a user, user account, or other entity
95
+ # involved in the access event. What the entity is and what its role in the
96
+ # access event is depends on the finding that this field appears in. The entity
97
+ # is likely not an IAM principal, but could be a user that is logged into an
98
+ # operating system, if the finding is VM-related, or a user that is logged into
99
+ # some type of application that is involved in the access event.
98
100
  # Corresponds to the JSON property `userName`
99
101
  # @return [String]
100
102
  attr_accessor :user_name
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module SecuritycenterV1
18
18
  # Version of the google-apis-securitycenter_v1 gem
19
- GEM_VERSION = "0.48.0"
19
+ GEM_VERSION = "0.49.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.0"
22
+ GENERATOR_VERSION = "0.11.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20221220"
25
+ REVISION = "20230112"
26
26
  end
27
27
  end
28
28
  end
@@ -87,9 +87,10 @@ module Google
87
87
 
88
88
  # Lists an organization's assets.
89
89
  # @param [String] parent
90
- # Required. The name of the parent that the listed assets belong to. Its format
91
- # is "organizations/[organization_id], "folders/[folder_id]", or "projects/[
92
- # project_id]".
90
+ # Required. The name of the parent resource that contains the assets. The value
91
+ # that you can specify on parent depends on the method in which you specify
92
+ # parent. You can specify one of the following values: "organizations/[
93
+ # organization_id]", "folders/[folder_id]", or "projects/[project_id]".
93
94
  # @param [String] compare_duration
94
95
  # When compare_duration is set, the ListAssetsResult's "state_change" attribute
95
96
  # is updated to indicate whether the asset was added, removed, or remained
@@ -854,7 +855,7 @@ module Google
854
855
  # Lists all sources belonging to an organization.
855
856
  # @param [String] parent
856
857
  # Required. Resource name of the parent of sources to list. Its format should be
857
- # "organizations/[organization_id], "folders/[folder_id]", or "projects/[
858
+ # "organizations/[organization_id]", "folders/[folder_id]", or "projects/[
858
859
  # project_id]".
859
860
  # @param [Fixnum] page_size
860
861
  # The maximum number of results to return in a single response. Default is 10,
@@ -1358,9 +1359,10 @@ module Google
1358
1359
 
1359
1360
  # Lists an organization's assets.
1360
1361
  # @param [String] parent
1361
- # Required. The name of the parent that the listed assets belong to. Its format
1362
- # is "organizations/[organization_id], "folders/[folder_id]", or "projects/[
1363
- # project_id]".
1362
+ # Required. The name of the parent resource that contains the assets. The value
1363
+ # that you can specify on parent depends on the method in which you specify
1364
+ # parent. You can specify one of the following values: "organizations/[
1365
+ # organization_id]", "folders/[folder_id]", or "projects/[project_id]".
1364
1366
  # @param [String] compare_duration
1365
1367
  # When compare_duration is set, the ListAssetsResult's "state_change" attribute
1366
1368
  # is updated to indicate whether the asset was added, removed, or remained
@@ -2408,7 +2410,7 @@ module Google
2408
2410
  # Lists all sources belonging to an organization.
2409
2411
  # @param [String] parent
2410
2412
  # Required. Resource name of the parent of sources to list. Its format should be
2411
- # "organizations/[organization_id], "folders/[folder_id]", or "projects/[
2413
+ # "organizations/[organization_id]", "folders/[folder_id]", or "projects/[
2412
2414
  # project_id]".
2413
2415
  # @param [Fixnum] page_size
2414
2416
  # The maximum number of results to return in a single response. Default is 10,
@@ -2991,9 +2993,10 @@ module Google
2991
2993
 
2992
2994
  # Lists an organization's assets.
2993
2995
  # @param [String] parent
2994
- # Required. The name of the parent that the listed assets belong to. Its format
2995
- # is "organizations/[organization_id], "folders/[folder_id]", or "projects/[
2996
- # project_id]".
2996
+ # Required. The name of the parent resource that contains the assets. The value
2997
+ # that you can specify on parent depends on the method in which you specify
2998
+ # parent. You can specify one of the following values: "organizations/[
2999
+ # organization_id]", "folders/[folder_id]", or "projects/[project_id]".
2997
3000
  # @param [String] compare_duration
2998
3001
  # When compare_duration is set, the ListAssetsResult's "state_change" attribute
2999
3002
  # is updated to indicate whether the asset was added, removed, or remained
@@ -3758,7 +3761,7 @@ module Google
3758
3761
  # Lists all sources belonging to an organization.
3759
3762
  # @param [String] parent
3760
3763
  # Required. Resource name of the parent of sources to list. Its format should be
3761
- # "organizations/[organization_id], "folders/[folder_id]", or "projects/[
3764
+ # "organizations/[organization_id]", "folders/[folder_id]", or "projects/[
3762
3765
  # project_id]".
3763
3766
  # @param [Fixnum] page_size
3764
3767
  # The maximum number of results to return in a single response. Default is 10,
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-securitycenter_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.48.0
4
+ version: 0.49.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-01-04 00:00:00.000000000 Z
11
+ date: 2023-01-15 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-securitycenter_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1/v0.48.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1/v0.49.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_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.3.14
78
+ rubygems_version: 3.4.2
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Security Command Center API V1