google-apis-securitycenter_v1beta1 0.75.0 → 0.77.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: b271916b3b2bc15a0c5ef24f834f943247060f3d4b8359e2f42fbe77440b216e
4
- data.tar.gz: fd8f43930b0aaf89782ec13811d86657d8a9cdae735eb3e8eea4a30384874e48
3
+ metadata.gz: ae8435f7654f6704ed1db9b4aab977274fe78aaa818ccc3162c152bb6ec74b76
4
+ data.tar.gz: fef15e0cd412f2ce54683beca7a70efe91839a53f492eaec78fe857986d76cf1
5
5
  SHA512:
6
- metadata.gz: 51fe825742be0188fcfbdd632183a3da356a0325bad9b47f73c6d4b6bac2c6eea175008443cfa03a61e89e8c71d416293b3debfee265d09cc9e89263e9696f8c
7
- data.tar.gz: 024341a000ccab6b7f67a08adfdbd4eca9bf9d54c1f841d6f928499d236a052a6c852a8a8dcee2567e69cb16bb694f1702e35f81cc0a4a16394427a3a257f76e
6
+ metadata.gz: ffc30566cb74a735bd862e9127c626b620b087ea95da8298172254c56c0ea8948d7fe4e77b5831d91979be0f3647d419b2dde930761317887435b562ff0dc852
7
+ data.tar.gz: 7f671639a589e69b318b2746ace08a5f4abbb962be1fac63b19c19cd129adb1af1c38c6799131c42f1a97f7b618ae6a5a1a358baab5b68f7439d77abfb801ba5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-securitycenter_v1beta1
2
2
 
3
+ ### v0.77.0 (2024-05-26)
4
+
5
+ * Regenerated from discovery document revision 20240520
6
+ * Regenerated using generator version 0.15.0
7
+
8
+ ### v0.76.0 (2024-04-28)
9
+
10
+ * Regenerated from discovery document revision 20240422
11
+
3
12
  ### v0.75.0 (2024-04-21)
4
13
 
5
14
  * Regenerated from discovery document revision 20240415
@@ -328,7 +328,7 @@ module Google
328
328
  class Attack
329
329
  include Google::Apis::Core::Hashable
330
330
 
331
- # Type of attack, for example, SYN-flood’, NTP-udp’, or CHARGEN-udp’.
331
+ # Type of attack, for example, 'SYN-flood', 'NTP-udp', or 'CHARGEN-udp'.
332
332
  # Corresponds to the JSON property `classification`
333
333
  # @return [String]
334
334
  attr_accessor :classification
@@ -848,7 +848,7 @@ module Google
848
848
  attr_accessor :security_policy
849
849
 
850
850
  # Distinguish between volumetric & protocol DDoS attack and application layer
851
- # attacks. For example, L3_4 for Layer 3 and Layer 4 DDoS attacks, or L_7
851
+ # attacks. For example, "L3_4" for Layer 3 and Layer 4 DDoS attacks, or "L_7"
852
852
  # for Layer 7 DDoS attacks.
853
853
  # Corresponds to the JSON property `threatVector`
854
854
  # @return [String]
@@ -2777,13 +2777,13 @@ module Google
2777
2777
  # @return [Google::Apis::SecuritycenterV1beta1::ResourcePath]
2778
2778
  attr_accessor :resource_path
2779
2779
 
2780
- # A string representation of the resource path. For GCP, it has the format of:
2781
- # organizations/`organization_id`/folders/`folder_id`/folders/`folder_id`/
2782
- # projects/`project_id` where there can be any number of folders. For AWS, it
2783
- # has the format of: org/`organization_id`/ou/`organizational_unit_id`/ou/`
2784
- # organizational_unit_id`/account/`account_id` where there can be any number of
2785
- # organizational units. For Azure, it has the format of: mg/`management_group_id`
2786
- # /mg/`management_group_id`/subscription/`subscription_id`/rg/`
2780
+ # A string representation of the resource path. For Google Cloud, it has the
2781
+ # format of organizations/`organization_id`/folders/`folder_id`/folders/`
2782
+ # folder_id`/projects/`project_id` where there can be any number of folders. For
2783
+ # AWS, it has the format of org/`organization_id`/ou/`organizational_unit_id`/ou/
2784
+ # `organizational_unit_id`/account/`account_id` where there can be any number of
2785
+ # organizational units. For Azure, it has the format of mg/`management_group_id`/
2786
+ # mg/`management_group_id`/subscription/`subscription_id`/rg/`
2787
2787
  # resource_group_name` where there can be any number of management groups.
2788
2788
  # Corresponds to the JSON property `resourcePathString`
2789
2789
  # @return [String]
@@ -2843,8 +2843,8 @@ module Google
2843
2843
  end
2844
2844
  end
2845
2845
 
2846
- # A resource value config (RVC) is a mapping configuration of user's resources
2847
- # to resource values. Used in Attack path simulations.
2846
+ # A resource value configuration (RVC) is a mapping configuration of user's
2847
+ # resources to resource values. Used in Attack path simulations.
2848
2848
  class GoogleCloudSecuritycenterV1ResourceValueConfig
2849
2849
  include Google::Apis::Core::Hashable
2850
2850
 
@@ -2853,22 +2853,22 @@ module Google
2853
2853
  # @return [String]
2854
2854
  attr_accessor :cloud_provider
2855
2855
 
2856
- # Output only. Timestamp this resource value config was created.
2856
+ # Output only. Timestamp this resource value configuration was created.
2857
2857
  # Corresponds to the JSON property `createTime`
2858
2858
  # @return [String]
2859
2859
  attr_accessor :create_time
2860
2860
 
2861
- # Description of the resource value config.
2861
+ # Description of the resource value configuration.
2862
2862
  # Corresponds to the JSON property `description`
2863
2863
  # @return [String]
2864
2864
  attr_accessor :description
2865
2865
 
2866
- # Name for the resource value config
2866
+ # Name for the resource value configuration
2867
2867
  # Corresponds to the JSON property `name`
2868
2868
  # @return [String]
2869
2869
  attr_accessor :name
2870
2870
 
2871
- # List of resource labels to search for, evaluated with AND. E.g. "
2871
+ # List of resource labels to search for, evaluated with AND. For example, "
2872
2872
  # resource_labels_selector": `"key": "value", "env": "prod"` will match
2873
2873
  # resources with labels "key": "value" AND "env": "prod" https://cloud.google.
2874
2874
  # com/resource-manager/docs/creating-managing-labels
@@ -2877,9 +2877,9 @@ module Google
2877
2877
  attr_accessor :resource_labels_selector
2878
2878
 
2879
2879
  # Apply resource_value only to resources that match resource_type. resource_type
2880
- # will be checked with "AND" of other resources. E.g. "storage.googleapis.com/
2881
- # Bucket" with resource_value "HIGH" will apply "HIGH" value only to "storage.
2882
- # googleapis.com/Bucket" resources.
2880
+ # will be checked with AND of other resources. For example, "storage.googleapis.
2881
+ # com/Bucket" with resource_value "HIGH" will apply "HIGH" value only to "
2882
+ # storage.googleapis.com/Bucket" resources.
2883
2883
  # Corresponds to the JSON property `resourceType`
2884
2884
  # @return [String]
2885
2885
  attr_accessor :resource_type
@@ -2889,9 +2889,9 @@ module Google
2889
2889
  # @return [String]
2890
2890
  attr_accessor :resource_value
2891
2891
 
2892
- # Project or folder to scope this config to. For example, "project/456" would
2893
- # apply this config only to resources in "project/456" scope will be checked
2894
- # with "AND" of other resources.
2892
+ # Project or folder to scope this configuration to. For example, "project/456"
2893
+ # would apply this configuration only to resources in "project/456" scope will
2894
+ # be checked with AND of other resources.
2895
2895
  # Corresponds to the JSON property `scope`
2896
2896
  # @return [String]
2897
2897
  attr_accessor :scope
@@ -2904,13 +2904,13 @@ module Google
2904
2904
  attr_accessor :sensitive_data_protection_mapping
2905
2905
 
2906
2906
  # Required. Tag values combined with AND to check against. Values in the form "
2907
- # tagValues/123" E.g. [ "tagValues/123", "tagValues/456", "tagValues/789" ]
2907
+ # tagValues/123" Example: [ "tagValues/123", "tagValues/456", "tagValues/789" ]
2908
2908
  # https://cloud.google.com/resource-manager/docs/tags/tags-creating-and-managing
2909
2909
  # Corresponds to the JSON property `tagValues`
2910
2910
  # @return [Array<String>]
2911
2911
  attr_accessor :tag_values
2912
2912
 
2913
- # Output only. Timestamp this resource value config was last updated.
2913
+ # Output only. Timestamp this resource value configuration was last updated.
2914
2914
  # Corresponds to the JSON property `updateTime`
2915
2915
  # @return [String]
2916
2916
  attr_accessor :update_time
@@ -3740,7 +3740,7 @@ module Google
3740
3740
  class GoogleCloudSecuritycenterV2Attack
3741
3741
  include Google::Apis::Core::Hashable
3742
3742
 
3743
- # Type of attack, for example, SYN-flood’, NTP-udp’, or CHARGEN-udp’.
3743
+ # Type of attack, for example, 'SYN-flood', 'NTP-udp', or 'CHARGEN-udp'.
3744
3744
  # Corresponds to the JSON property `classification`
3745
3745
  # @return [String]
3746
3746
  attr_accessor :classification
@@ -4210,7 +4210,7 @@ module Google
4210
4210
  attr_accessor :security_policy
4211
4211
 
4212
4212
  # Distinguish between volumetric & protocol DDoS attack and application layer
4213
- # attacks. For example, L3_4 for Layer 3 and Layer 4 DDoS attacks, or L_7
4213
+ # attacks. For example, "L3_4" for Layer 3 and Layer 4 DDoS attacks, or "L_7"
4214
4214
  # for Layer 7 DDoS attacks.
4215
4215
  # Corresponds to the JSON property `threatVector`
4216
4216
  # @return [String]
@@ -6378,13 +6378,13 @@ module Google
6378
6378
  # @return [Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2ResourcePath]
6379
6379
  attr_accessor :resource_path
6380
6380
 
6381
- # A string representation of the resource path. For GCP, it has the format of:
6382
- # organizations/`organization_id`/folders/`folder_id`/folders/`folder_id`/
6383
- # projects/`project_id` where there can be any number of folders. For AWS, it
6384
- # has the format of: org/`organization_id`/ou/`organizational_unit_id`/ou/`
6385
- # organizational_unit_id`/account/`account_id` where there can be any number of
6386
- # organizational units. For Azure, it has the format of: mg/`management_group_id`
6387
- # /mg/`management_group_id`/subscription/`subscription_id`/rg/`
6381
+ # A string representation of the resource path. For Google Cloud, it has the
6382
+ # format of organizations/`organization_id`/folders/`folder_id`/folders/`
6383
+ # folder_id`/projects/`project_id` where there can be any number of folders. For
6384
+ # AWS, it has the format of org/`organization_id`/ou/`organizational_unit_id`/ou/
6385
+ # `organizational_unit_id`/account/`account_id` where there can be any number of
6386
+ # organizational units. For Azure, it has the format of mg/`management_group_id`/
6387
+ # mg/`management_group_id`/subscription/`subscription_id`/rg/`
6388
6388
  # resource_group_name` where there can be any number of management groups.
6389
6389
  # Corresponds to the JSON property `resourcePathString`
6390
6390
  # @return [String]
@@ -6472,8 +6472,8 @@ module Google
6472
6472
  end
6473
6473
  end
6474
6474
 
6475
- # A resource value config (RVC) is a mapping configuration of user's resources
6476
- # to resource values. Used in Attack path simulations.
6475
+ # A resource value configuration (RVC) is a mapping configuration of user's
6476
+ # resources to resource values. Used in Attack path simulations.
6477
6477
  class GoogleCloudSecuritycenterV2ResourceValueConfig
6478
6478
  include Google::Apis::Core::Hashable
6479
6479
 
@@ -6482,22 +6482,22 @@ module Google
6482
6482
  # @return [String]
6483
6483
  attr_accessor :cloud_provider
6484
6484
 
6485
- # Output only. Timestamp this resource value config was created.
6485
+ # Output only. Timestamp this resource value configuration was created.
6486
6486
  # Corresponds to the JSON property `createTime`
6487
6487
  # @return [String]
6488
6488
  attr_accessor :create_time
6489
6489
 
6490
- # Description of the resource value config.
6490
+ # Description of the resource value configuration.
6491
6491
  # Corresponds to the JSON property `description`
6492
6492
  # @return [String]
6493
6493
  attr_accessor :description
6494
6494
 
6495
- # Name for the resource value config
6495
+ # Name for the resource value configuration
6496
6496
  # Corresponds to the JSON property `name`
6497
6497
  # @return [String]
6498
6498
  attr_accessor :name
6499
6499
 
6500
- # List of resource labels to search for, evaluated with AND. E.g. "
6500
+ # List of resource labels to search for, evaluated with AND. For example, "
6501
6501
  # resource_labels_selector": `"key": "value", "env": "prod"` will match
6502
6502
  # resources with labels "key": "value" AND "env": "prod" https://cloud.google.
6503
6503
  # com/resource-manager/docs/creating-managing-labels
@@ -6506,9 +6506,9 @@ module Google
6506
6506
  attr_accessor :resource_labels_selector
6507
6507
 
6508
6508
  # Apply resource_value only to resources that match resource_type. resource_type
6509
- # will be checked with "AND" of other resources. E.g. "storage.googleapis.com/
6510
- # Bucket" with resource_value "HIGH" will apply "HIGH" value only to "storage.
6511
- # googleapis.com/Bucket" resources.
6509
+ # will be checked with AND of other resources. For example, "storage.googleapis.
6510
+ # com/Bucket" with resource_value "HIGH" will apply "HIGH" value only to "
6511
+ # storage.googleapis.com/Bucket" resources.
6512
6512
  # Corresponds to the JSON property `resourceType`
6513
6513
  # @return [String]
6514
6514
  attr_accessor :resource_type
@@ -6519,9 +6519,9 @@ module Google
6519
6519
  # @return [String]
6520
6520
  attr_accessor :resource_value
6521
6521
 
6522
- # Project or folder to scope this config to. For example, "project/456" would
6523
- # apply this config only to resources in "project/456" scope will be checked
6524
- # with "AND" of other resources.
6522
+ # Project or folder to scope this configuration to. For example, "project/456"
6523
+ # would apply this configuration only to resources in "project/456" scope will
6524
+ # be checked with AND of other resources.
6525
6525
  # Corresponds to the JSON property `scope`
6526
6526
  # @return [String]
6527
6527
  attr_accessor :scope
@@ -6534,13 +6534,13 @@ module Google
6534
6534
  attr_accessor :sensitive_data_protection_mapping
6535
6535
 
6536
6536
  # Required. Tag values combined with AND to check against. Values in the form "
6537
- # tagValues/123" E.g. [ "tagValues/123", "tagValues/456", "tagValues/789" ]
6537
+ # tagValues/123" Example: [ "tagValues/123", "tagValues/456", "tagValues/789" ]
6538
6538
  # https://cloud.google.com/resource-manager/docs/tags/tags-creating-and-managing
6539
6539
  # Corresponds to the JSON property `tagValues`
6540
6540
  # @return [Array<String>]
6541
6541
  attr_accessor :tag_values
6542
6542
 
6543
- # Output only. Timestamp this resource value config was last updated.
6543
+ # Output only. Timestamp this resource value configuration was last updated.
6544
6544
  # Corresponds to the JSON property `updateTime`
6545
6545
  # @return [String]
6546
6546
  attr_accessor :update_time
@@ -6699,9 +6699,9 @@ module Google
6699
6699
  attr_accessor :preview
6700
6700
  alias_method :preview?, :preview
6701
6701
 
6702
- # The type of Google Cloud Armor security policy for example, backend security
6703
- # policy’, edge security policy’, network edge security policy’, or always-on
6704
- # DDoS protection’.
6702
+ # The type of Google Cloud Armor security policy for example, 'backend security
6703
+ # policy', 'edge security policy', 'network edge security policy', or 'always-on
6704
+ # DDoS protection'.
6705
6705
  # Corresponds to the JSON property `type`
6706
6706
  # @return [String]
6707
6707
  attr_accessor :type
@@ -8615,9 +8615,9 @@ module Google
8615
8615
  attr_accessor :preview
8616
8616
  alias_method :preview?, :preview
8617
8617
 
8618
- # The type of Google Cloud Armor security policy for example, backend security
8619
- # policy’, edge security policy’, network edge security policy’, or always-on
8620
- # DDoS protection’.
8618
+ # The type of Google Cloud Armor security policy for example, 'backend security
8619
+ # policy', 'edge security policy', 'network edge security policy', or 'always-on
8620
+ # DDoS protection'.
8621
8621
  # Corresponds to the JSON property `type`
8622
8622
  # @return [String]
8623
8623
  attr_accessor :type
@@ -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.75.0"
19
+ GEM_VERSION = "0.77.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.14.0"
22
+ GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240415"
25
+ REVISION = "20240520"
26
26
  end
27
27
  end
28
28
  end
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.75.0
4
+ version: 0.77.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-04-21 00:00:00.000000000 Z
11
+ date: 2024-05-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.14.0
19
+ version: 0.15.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.14.0
29
+ version: 0.15.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.75.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta1/v0.77.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: []