google-apis-securitycenter_v1 0.48.0 → 0.50.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: 45d2bd20d06bb26f5652ee28373d1e0c8f49578aba27edb8cbd3eec1b7d4720d
4
- data.tar.gz: 7853077688261265351979d1229ae28b99b893c122d1da919694b823d3ea8fb0
3
+ metadata.gz: 4aed42d42c71ac43cc1e7b85423d45c6630690cff981aab5a84d5b725675ad2f
4
+ data.tar.gz: d981c2ea876c01992d8a3d4e65b33c1108294bfa34c07fdb417b4de9e56b8d97
5
5
  SHA512:
6
- metadata.gz: e8565ae9d0bfe2b0e25c31e164ba3a5a094113bac723c2bc2adc2f787a3d5aba399907f308cb47705c24172598bf41f4c922cb8ff8e2439891dd862109b38b16
7
- data.tar.gz: 9db53d7805bd5f5b5bf2340b7e4210cc15beb197e5006eb0a77ad8f909c453c20760898ea8aaa6ca6848915ce3ca12531a8aa059786b965563057d578c9f56a0
6
+ metadata.gz: 661c9d22b6fa91a04c83c7da23e6daf6a47b94503cf38ef7bb79b88926c90bdf5f6d4ab9ad41e1ff148a624c56b128cfa1c0e5e7cb264b2e06364b54b3ad915f
7
+ data.tar.gz: cbbce9cae101ec92b372af86e571685c7c3708a9db391b3467487bfa16931394cc9e76c06cedceebce4892930f8a2ffc3c65e3ff3f6f29ef581aa0b9fc194331
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-securitycenter_v1
2
2
 
3
+ ### v0.50.0 (2023-02-12)
4
+
5
+ * Regenerated from discovery document revision 20230126
6
+
7
+ ### v0.49.0 (2023-01-15)
8
+
9
+ * Regenerated from discovery document revision 20230112
10
+ * Regenerated using generator version 0.11.1
11
+
3
12
  ### v0.48.0 (2023-01-04)
4
13
 
5
14
  * 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
@@ -426,22 +428,22 @@ module Google
426
428
  # kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
427
429
  # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
428
430
  # email address that represents a Google group. For example, `admins@example.com`
429
- # . * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
430
- # identifier) representing a user that has been recently deleted. For example, `
431
- # alice@example.com?uid=123456789012345678901`. If the user is recovered, this
432
- # value reverts to `user:`emailid`` and the recovered user retains the role in
433
- # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
434
- # address (plus unique identifier) representing a service account that has been
435
- # recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
431
+ # . * `domain:`domain``: The G Suite domain (primary) that represents all the
432
+ # users of that domain. For example, `google.com` or `example.com`. * `deleted:
433
+ # user:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
434
+ # representing a user that has been recently deleted. For example, `alice@
435
+ # example.com?uid=123456789012345678901`. If the user is recovered, this value
436
+ # reverts to `user:`emailid`` and the recovered user retains the role in the
437
+ # binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email address
438
+ # (plus unique identifier) representing a service account that has been recently
439
+ # deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
436
440
  # 123456789012345678901`. If the service account is undeleted, this value
437
441
  # reverts to `serviceAccount:`emailid`` and the undeleted service account
438
442
  # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
439
443
  # An email address (plus unique identifier) representing a Google group that has
440
444
  # been recently deleted. For example, `admins@example.com?uid=
441
445
  # 123456789012345678901`. If the group is recovered, this value reverts to `
442
- # group:`emailid`` and the recovered group retains the role in the binding. * `
443
- # domain:`domain``: The G Suite domain (primary) that represents all the users
444
- # of that domain. For example, `google.com` or `example.com`.
446
+ # group:`emailid`` and the recovered group retains the role in the binding.
445
447
  # Corresponds to the JSON property `members`
446
448
  # @return [Array<String>]
447
449
  attr_accessor :members
@@ -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.50.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 = "20230126"
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.50.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-02-12 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.50.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