google-apis-securitycenter_v1 0.86.0 → 0.87.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: b4a8251a9bb9d67f60fde3269385135e3e18de418ab3f618639ab4072dc00cf7
4
- data.tar.gz: 1d8c2ef9b342b752dc1537baa97b5da87d52fe6da27f774bb303d9a9ea28df2c
3
+ metadata.gz: 2b6ffd2e73b9646dc43c4d6da1eda49749f510fb76f4b572233fcf4f4f1c47b6
4
+ data.tar.gz: 3c368f37943eb8f886b88b6d10090565edb3db88d4d3c91e1a075c2983760412
5
5
  SHA512:
6
- metadata.gz: 42dcf5db6db2d3d16c4413326197a670efe66c8dedc025f40e5f20485bfc0afbf6e886848c1bccd2022129135666e455e71650f04c296a5bb31ba746abbe6155
7
- data.tar.gz: db852fcd870bb463dfaeeea3c7176097088bec602b987f612f2308845110123bc39a28639a76fd356b10381ec96467495233054fddc3e5e73fc59e1a1629a3bc
6
+ metadata.gz: 4ac6bbb102c1221e583dcf4dc18302b2a1044276afd25634195d995b41fe7979dbaa77fb98dc4bdb5b352faee464675d476cab9ae96719ca3c35101e020af1e1
7
+ data.tar.gz: dc72e361d17c81efba4f14a9a7472feadd92b6cf914adee0c2543054f34c3c8c9f387f10ec791d1368285dfbe2e91bc443522de625b42aaa2adcc08fecb1216a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-securitycenter_v1
2
2
 
3
+ ### v0.87.0 (2024-09-22)
4
+
5
+ * Regenerated from discovery document revision 20240916
6
+
3
7
  ### v0.86.0 (2024-09-01)
4
8
 
5
9
  * Regenerated from discovery document revision 20240827
@@ -893,6 +893,11 @@ module Google
893
893
  class AzureTenant
894
894
  include Google::Apis::Core::Hashable
895
895
 
896
+ # The display name of the Azure tenant.
897
+ # Corresponds to the JSON property `displayName`
898
+ # @return [String]
899
+ attr_accessor :display_name
900
+
896
901
  # The ID of the Microsoft Entra tenant, for example, "a11aaa11-aa11-1aa1-11aa-
897
902
  # 1aaa11a".
898
903
  # Corresponds to the JSON property `id`
@@ -905,6 +910,7 @@ module Google
905
910
 
906
911
  # Update properties of this object
907
912
  def update!(**args)
913
+ @display_name = args[:display_name] if args.key?(:display_name)
908
914
  @id = args[:id] if args.key?(:id)
909
915
  end
910
916
  end
@@ -4710,6 +4716,11 @@ module Google
4710
4716
  class GoogleCloudSecuritycenterV2AzureTenant
4711
4717
  include Google::Apis::Core::Hashable
4712
4718
 
4719
+ # The display name of the Azure tenant.
4720
+ # Corresponds to the JSON property `displayName`
4721
+ # @return [String]
4722
+ attr_accessor :display_name
4723
+
4713
4724
  # The ID of the Microsoft Entra tenant, for example, "a11aaa11-aa11-1aa1-11aa-
4714
4725
  # 1aaa11a".
4715
4726
  # Corresponds to the JSON property `id`
@@ -4722,6 +4733,7 @@ module Google
4722
4733
 
4723
4734
  # Update properties of this object
4724
4735
  def update!(**args)
4736
+ @display_name = args[:display_name] if args.key?(:display_name)
4725
4737
  @id = args[:id] if args.key?(:id)
4726
4738
  end
4727
4739
  end
@@ -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.86.0"
19
+ GEM_VERSION = "0.87.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240827"
25
+ REVISION = "20240916"
26
26
  end
27
27
  end
28
28
  end
@@ -1819,6 +1819,7 @@ module Google
1819
1819
  class AzureTenant
1820
1820
  # @private
1821
1821
  class Representation < Google::Apis::Core::JsonRepresentation
1822
+ property :display_name, as: 'displayName'
1822
1823
  property :id, as: 'id'
1823
1824
  end
1824
1825
  end
@@ -2736,6 +2737,7 @@ module Google
2736
2737
  class GoogleCloudSecuritycenterV2AzureTenant
2737
2738
  # @private
2738
2739
  class Representation < Google::Apis::Core::JsonRepresentation
2740
+ property :display_name, as: 'displayName'
2739
2741
  property :id, as: 'id'
2740
2742
  end
2741
2743
  end
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.86.0
4
+ version: 0.87.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: 2024-09-01 00:00:00.000000000 Z
11
+ date: 2024-09-22 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.86.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1/v0.87.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: []