google-apis-securitycenter_v1beta1 0.53.0 → 0.55.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: d1ad433b7d0c618fd6c8dc5c622af3fae5a40ad8cc8889f2287ef932c065a234
4
- data.tar.gz: 4c15a07ac08a6449e399d4c85c2fc65d53ca9ae0f6ecaa02aee91425298fd068
3
+ metadata.gz: 1e4c7fdc82ce4bbc25bab8f0bfc1c6a04e07507f1043aba39ace19ff4bba295e
4
+ data.tar.gz: e5d3891941356f0b976c3fd3287042fd524bee4b3b30b4d3149ad61868071f2e
5
5
  SHA512:
6
- metadata.gz: e2e5f66d853458917cd24aba19d574ae7f6d8ebd80d8d88048b7858c69b242df78890153e67169a0c29aeddd151e371ff4934ae7222dd32d5f51def8e38c0911
7
- data.tar.gz: 2f93c208e61df901e9ae9118ec06587807f1cb915adeda1bb9008f6d8068a44c663ad0c0f988d85a82cb0e952d68abf0aa37c9e943b29df7f71958e351d4c35c
6
+ metadata.gz: 289ce2415dcb42baa9036c9eab499469e013fa56e9c877644535e65d1c0adbdf0d75b72a035ba8cef386434cd274df6a4aa9afb63090da852b2134e31d1e5cc5
7
+ data.tar.gz: 3d1612c20c044254643b512407789109e5b73306f39e06fbf79e4403faf526d81049d1fc0d583eeee77acd97ff18d74c24466b8176b0984db70a565225df0d49
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-securitycenter_v1beta1
2
2
 
3
+ ### v0.55.0 (2023-06-11)
4
+
5
+ * Regenerated from discovery document revision 20230601
6
+
7
+ ### v0.54.0 (2023-05-21)
8
+
9
+ * Regenerated from discovery document revision 20230512
10
+
3
11
  ### v0.53.0 (2023-04-30)
4
12
 
5
13
  * Regenerated from discovery document revision 20230420
@@ -87,6 +87,11 @@ module Google
87
87
  # @return [String]
88
88
  attr_accessor :service_name
89
89
 
90
+ # The caller's user agent string associated with the finding.
91
+ # Corresponds to the JSON property `userAgent`
92
+ # @return [String]
93
+ attr_accessor :user_agent
94
+
90
95
  # Type of user agent associated with the finding. For example, an operating
91
96
  # system shell or an embedded or standalone application.
92
97
  # Corresponds to the JSON property `userAgentFamily`
@@ -115,6 +120,7 @@ module Google
115
120
  @service_account_delegation_info = args[:service_account_delegation_info] if args.key?(:service_account_delegation_info)
116
121
  @service_account_key_name = args[:service_account_key_name] if args.key?(:service_account_key_name)
117
122
  @service_name = args[:service_name] if args.key?(:service_name)
123
+ @user_agent = args[:user_agent] if args.key?(:user_agent)
118
124
  @user_agent_family = args[:user_agent_family] if args.key?(:user_agent_family)
119
125
  @user_name = args[:user_name] if args.key?(:user_name)
120
126
  end
@@ -437,6 +443,11 @@ module Google
437
443
  # @return [String]
438
444
  attr_accessor :data_profile
439
445
 
446
+ # The resource hierarchy level at which the data profile was generated.
447
+ # Corresponds to the JSON property `parentType`
448
+ # @return [String]
449
+ attr_accessor :parent_type
450
+
440
451
  def initialize(**args)
441
452
  update!(**args)
442
453
  end
@@ -444,6 +455,7 @@ module Google
444
455
  # Update properties of this object
445
456
  def update!(**args)
446
457
  @data_profile = args[:data_profile] if args.key?(:data_profile)
458
+ @parent_type = args[:parent_type] if args.key?(:parent_type)
447
459
  end
448
460
  end
449
461
 
@@ -3401,7 +3413,7 @@ module Google
3401
3413
  attr_accessor :asset_discovery_config
3402
3414
 
3403
3415
  # A flag that indicates if Asset Discovery should be enabled. If the flag is set
3404
- # to `true`, then discovery of assets will occur. If it is set to `false, all
3416
+ # to `true`, then discovery of assets will occur. If it is set to `false`, all
3405
3417
  # historical assets will remain, but discovery of future assets will not occur.
3406
3418
  # Corresponds to the JSON property `enableAssetDiscovery`
3407
3419
  # @return [Boolean]
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module SecuritycenterV1beta1
18
18
  # Version of the google-apis-securitycenter_v1beta1 gem
19
- GEM_VERSION = "0.53.0"
19
+ GEM_VERSION = "0.55.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 = "20230420"
25
+ REVISION = "20230601"
26
26
  end
27
27
  end
28
28
  end
@@ -593,6 +593,7 @@ module Google
593
593
 
594
594
  property :service_account_key_name, as: 'serviceAccountKeyName'
595
595
  property :service_name, as: 'serviceName'
596
+ property :user_agent, as: 'userAgent'
596
597
  property :user_agent_family, as: 'userAgentFamily'
597
598
  property :user_name, as: 'userName'
598
599
  end
@@ -670,6 +671,7 @@ module Google
670
671
  # @private
671
672
  class Representation < Google::Apis::Core::JsonRepresentation
672
673
  property :data_profile, as: 'dataProfile'
674
+ property :parent_type, as: 'parentType'
673
675
  end
674
676
  end
675
677
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-securitycenter_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.53.0
4
+ version: 0.55.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-04-30 00:00:00.000000000 Z
11
+ date: 2023-06-11 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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta1/v0.53.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta1/v0.55.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []