google-apis-securitycenter_v1 0.57.0 → 0.59.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: 5500eceb47d375480620149289b4e1de1ae4489faaef43230d1c7675e97c33c9
4
- data.tar.gz: cf33b4c524eb17f9b8be636cd64c89b731bb46b93ef617d313b0d29cb48cba24
3
+ metadata.gz: '02838783bdb55db6f494ee6e6fc545416eea17ccb16f2ae374d7bdf4886baa71'
4
+ data.tar.gz: 12bdd82078ab1ba98b054e8a73e1908ed3d520974235910ed0c31e714f9777d8
5
5
  SHA512:
6
- metadata.gz: b26e5e792825c8c3d49c923524b59b62f3f4e950e4dcd8f887b051fac396feca459019bd1a51d07b81b0b88b1a197d64e160912871478f40722eb37925b4e95b
7
- data.tar.gz: 1f37faa4cc442724d9fe1ca99dbadfa591b1c77d01b93ea5bd711574ceecd4cf68f99ff6c46c40c57c12b9e5d3ab446e29bd8f277cc3a669c5975ab7cc295d31
6
+ metadata.gz: 4e1b0f7fae2a7511a2019fd52a7935667cb642451b0f6ba9c284e10cece45c6e20f347655012b77cb90ff5768e317bfcd465a40e8086c1a8eef47adfe6f6c446
7
+ data.tar.gz: f02d1898a43d9d0104c8cf3336309a4622e0f374a55a401e20323876773e5aed1411fc6ab26cc000013b20a24996cd2d803acccf75f9f8d4b8ec02809acd57ab
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-securitycenter_v1
2
2
 
3
+ ### v0.59.0 (2023-06-11)
4
+
5
+ * Regenerated from discovery document revision 20230601
6
+
7
+ ### v0.58.0 (2023-05-21)
8
+
9
+ * Regenerated from discovery document revision 20230512
10
+
3
11
  ### v0.57.0 (2023-05-07)
4
12
 
5
13
  * Regenerated from discovery document revision 20230428
@@ -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
@@ -483,6 +489,11 @@ module Google
483
489
  # @return [String]
484
490
  attr_accessor :data_profile
485
491
 
492
+ # The resource hierarchy level at which the data profile was generated.
493
+ # Corresponds to the JSON property `parentType`
494
+ # @return [String]
495
+ attr_accessor :parent_type
496
+
486
497
  def initialize(**args)
487
498
  update!(**args)
488
499
  end
@@ -490,6 +501,7 @@ module Google
490
501
  # Update properties of this object
491
502
  def update!(**args)
492
503
  @data_profile = args[:data_profile] if args.key?(:data_profile)
504
+ @parent_type = args[:parent_type] if args.key?(:parent_type)
493
505
  end
494
506
  end
495
507
 
@@ -3658,7 +3670,7 @@ module Google
3658
3670
  attr_accessor :asset_discovery_config
3659
3671
 
3660
3672
  # A flag that indicates if Asset Discovery should be enabled. If the flag is set
3661
- # to `true`, then discovery of assets will occur. If it is set to `false, all
3673
+ # to `true`, then discovery of assets will occur. If it is set to `false`, all
3662
3674
  # historical assets will remain, but discovery of future assets will not occur.
3663
3675
  # Corresponds to the JSON property `enableAssetDiscovery`
3664
3676
  # @return [Boolean]
@@ -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.57.0"
19
+ GEM_VERSION = "0.59.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 = "20230428"
25
+ REVISION = "20230601"
26
26
  end
27
27
  end
28
28
  end
@@ -653,6 +653,7 @@ module Google
653
653
 
654
654
  property :service_account_key_name, as: 'serviceAccountKeyName'
655
655
  property :service_name, as: 'serviceName'
656
+ property :user_agent, as: 'userAgent'
656
657
  property :user_agent_family, as: 'userAgentFamily'
657
658
  property :user_name, as: 'userName'
658
659
  end
@@ -736,6 +737,7 @@ module Google
736
737
  # @private
737
738
  class Representation < Google::Apis::Core::JsonRepresentation
738
739
  property :data_profile, as: 'dataProfile'
740
+ property :parent_type, as: 'parentType'
739
741
  end
740
742
  end
741
743
 
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.57.0
4
+ version: 0.59.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-05-14 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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1/v0.57.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1/v0.59.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: []