google-apis-securitycenter_v1beta1 0.108.0 → 0.109.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b8870800c17ca939544d09c067db96ebd4a69ca94289b9dc2c83de5805af7458
4
- data.tar.gz: 8c7a9a7c98a536943a1f7b45ce6c135ee68a4cf1b22747afffd016fcc3e3dd77
3
+ metadata.gz: d08b4c391dd25f7f54e3e853df961dfd936e8641cdabd7462f71824cc81b4dc2
4
+ data.tar.gz: 3ad5ab54c8b808b76a8c61d9aa021673d1ffbbd2ddf7ab72564bb35ec79ec7c6
5
5
  SHA512:
6
- metadata.gz: e832638a0459c5eda4c03c735d92f9e0523ba20c45274302e6dffd7ff72a957f3bbd6973c3eca9e083ec152569a544e6c4f50b0bb0b10593b4094a7756c0f632
7
- data.tar.gz: f96dc4133d522f59426fb9ef98e2f02cb98df603bf8d75515abd1b9945f847a361e642f1157dee400bd5f6331fa9eac1405d0d6fce8cb01a4e118b59ab726e8e
6
+ metadata.gz: 8eb6b26ce82dcbd6c536b561042e56d66657e211c2d970a47f71c9fab7aa5291d4bc7fb1b042d14e9886848c8122cd3e4af37bef6263ba197e9ad2f42f453e6f
7
+ data.tar.gz: be532b316b03df559e80c869ce681534f9c61d1385ecda7930d0429c9526cd9a43f179f5ff0b1a8896b5818ddd626981da14488d2ff72bd03e06edecf277b13c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-securitycenter_v1beta1
2
2
 
3
+ ### v0.109.0 (2026-07-05)
4
+
5
+ * Regenerated from discovery document revision 20260619
6
+
3
7
  ### v0.108.0 (2026-06-21)
4
8
 
5
9
  * Regenerated from discovery document revision 20260615
@@ -2581,6 +2581,11 @@ module Google
2581
2581
  # @return [Array<Google::Apis::SecuritycenterV1beta1::IamBinding>]
2582
2582
  attr_accessor :iam_bindings
2583
2583
 
2584
+ #
2585
+ # Corresponds to the JSON property `iamDetails`
2586
+ # @return [Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV1IamDetails]
2587
+ attr_accessor :iam_details
2588
+
2584
2589
  #
2585
2590
  # Corresponds to the JSON property `indicator`
2586
2591
  # @return [Google::Apis::SecuritycenterV1beta1::Indicator]
@@ -2783,6 +2788,7 @@ module Google
2783
2788
  @finding_class = args[:finding_class] if args.key?(:finding_class)
2784
2789
  @group_memberships = args[:group_memberships] if args.key?(:group_memberships)
2785
2790
  @iam_bindings = args[:iam_bindings] if args.key?(:iam_bindings)
2791
+ @iam_details = args[:iam_details] if args.key?(:iam_details)
2786
2792
  @indicator = args[:indicator] if args.key?(:indicator)
2787
2793
  @ip_rules = args[:ip_rules] if args.key?(:ip_rules)
2788
2794
  @job = args[:job] if args.key?(:job)
@@ -3293,6 +3299,50 @@ module Google
3293
3299
  end
3294
3300
  end
3295
3301
 
3302
+ #
3303
+ class GoogleCloudSecuritycenterV1IamDetails
3304
+ include Google::Apis::Core::Hashable
3305
+
3306
+ #
3307
+ # Corresponds to the JSON property `iamRolePermissions`
3308
+ # @return [Array<Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV1IamRolePermission>]
3309
+ attr_accessor :iam_role_permissions
3310
+
3311
+ def initialize(**args)
3312
+ update!(**args)
3313
+ end
3314
+
3315
+ # Update properties of this object
3316
+ def update!(**args)
3317
+ @iam_role_permissions = args[:iam_role_permissions] if args.key?(:iam_role_permissions)
3318
+ end
3319
+ end
3320
+
3321
+ #
3322
+ class GoogleCloudSecuritycenterV1IamRolePermission
3323
+ include Google::Apis::Core::Hashable
3324
+
3325
+ #
3326
+ # Corresponds to the JSON property `name`
3327
+ # @return [String]
3328
+ attr_accessor :name
3329
+
3330
+ #
3331
+ # Corresponds to the JSON property `role`
3332
+ # @return [String]
3333
+ attr_accessor :role
3334
+
3335
+ def initialize(**args)
3336
+ update!(**args)
3337
+ end
3338
+
3339
+ # Update properties of this object
3340
+ def update!(**args)
3341
+ @name = args[:name] if args.key?(:name)
3342
+ @role = args[:role] if args.key?(:role)
3343
+ end
3344
+ end
3345
+
3296
3346
  #
3297
3347
  class GoogleCloudSecuritycenterV1MuteConfig
3298
3348
  include Google::Apis::Core::Hashable
@@ -6737,6 +6787,11 @@ module Google
6737
6787
  # @return [Array<Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2IamBinding>]
6738
6788
  attr_accessor :iam_bindings
6739
6789
 
6790
+ #
6791
+ # Corresponds to the JSON property `iamDetails`
6792
+ # @return [Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2IamDetails]
6793
+ attr_accessor :iam_details
6794
+
6740
6795
  #
6741
6796
  # Corresponds to the JSON property `indicator`
6742
6797
  # @return [Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2Indicator]
@@ -6940,6 +6995,7 @@ module Google
6940
6995
  @finding_class = args[:finding_class] if args.key?(:finding_class)
6941
6996
  @group_memberships = args[:group_memberships] if args.key?(:group_memberships)
6942
6997
  @iam_bindings = args[:iam_bindings] if args.key?(:iam_bindings)
6998
+ @iam_details = args[:iam_details] if args.key?(:iam_details)
6943
6999
  @indicator = args[:indicator] if args.key?(:indicator)
6944
7000
  @ip_rules = args[:ip_rules] if args.key?(:ip_rules)
6945
7001
  @job = args[:job] if args.key?(:job)
@@ -7143,6 +7199,50 @@ module Google
7143
7199
  end
7144
7200
  end
7145
7201
 
7202
+ #
7203
+ class GoogleCloudSecuritycenterV2IamDetails
7204
+ include Google::Apis::Core::Hashable
7205
+
7206
+ #
7207
+ # Corresponds to the JSON property `iamRolePermissions`
7208
+ # @return [Array<Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2IamRolePermission>]
7209
+ attr_accessor :iam_role_permissions
7210
+
7211
+ def initialize(**args)
7212
+ update!(**args)
7213
+ end
7214
+
7215
+ # Update properties of this object
7216
+ def update!(**args)
7217
+ @iam_role_permissions = args[:iam_role_permissions] if args.key?(:iam_role_permissions)
7218
+ end
7219
+ end
7220
+
7221
+ #
7222
+ class GoogleCloudSecuritycenterV2IamRolePermission
7223
+ include Google::Apis::Core::Hashable
7224
+
7225
+ #
7226
+ # Corresponds to the JSON property `name`
7227
+ # @return [String]
7228
+ attr_accessor :name
7229
+
7230
+ #
7231
+ # Corresponds to the JSON property `role`
7232
+ # @return [String]
7233
+ attr_accessor :role
7234
+
7235
+ def initialize(**args)
7236
+ update!(**args)
7237
+ end
7238
+
7239
+ # Update properties of this object
7240
+ def update!(**args)
7241
+ @name = args[:name] if args.key?(:name)
7242
+ @role = args[:role] if args.key?(:role)
7243
+ end
7244
+ end
7245
+
7146
7246
  #
7147
7247
  class GoogleCloudSecuritycenterV2Indicator
7148
7248
  include Google::Apis::Core::Hashable
@@ -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.108.0"
19
+ GEM_VERSION = "0.109.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260615"
25
+ REVISION = "20260619"
26
26
  end
27
27
  end
28
28
  end
@@ -520,6 +520,18 @@ module Google
520
520
  include Google::Apis::Core::JsonObjectSupport
521
521
  end
522
522
 
523
+ class GoogleCloudSecuritycenterV1IamDetails
524
+ class Representation < Google::Apis::Core::JsonRepresentation; end
525
+
526
+ include Google::Apis::Core::JsonObjectSupport
527
+ end
528
+
529
+ class GoogleCloudSecuritycenterV1IamRolePermission
530
+ class Representation < Google::Apis::Core::JsonRepresentation; end
531
+
532
+ include Google::Apis::Core::JsonObjectSupport
533
+ end
534
+
523
535
  class GoogleCloudSecuritycenterV1MuteConfig
524
536
  class Representation < Google::Apis::Core::JsonRepresentation; end
525
537
 
@@ -1072,6 +1084,18 @@ module Google
1072
1084
  include Google::Apis::Core::JsonObjectSupport
1073
1085
  end
1074
1086
 
1087
+ class GoogleCloudSecuritycenterV2IamDetails
1088
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1089
+
1090
+ include Google::Apis::Core::JsonObjectSupport
1091
+ end
1092
+
1093
+ class GoogleCloudSecuritycenterV2IamRolePermission
1094
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1095
+
1096
+ include Google::Apis::Core::JsonObjectSupport
1097
+ end
1098
+
1075
1099
  class GoogleCloudSecuritycenterV2Indicator
1076
1100
  class Representation < Google::Apis::Core::JsonRepresentation; end
1077
1101
 
@@ -2776,6 +2800,8 @@ module Google
2776
2800
 
2777
2801
  collection :iam_bindings, as: 'iamBindings', class: Google::Apis::SecuritycenterV1beta1::IamBinding, decorator: Google::Apis::SecuritycenterV1beta1::IamBinding::Representation
2778
2802
 
2803
+ property :iam_details, as: 'iamDetails', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV1IamDetails, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV1IamDetails::Representation
2804
+
2779
2805
  property :indicator, as: 'indicator', class: Google::Apis::SecuritycenterV1beta1::Indicator, decorator: Google::Apis::SecuritycenterV1beta1::Indicator::Representation
2780
2806
 
2781
2807
  property :ip_rules, as: 'ipRules', class: Google::Apis::SecuritycenterV1beta1::IpRules, decorator: Google::Apis::SecuritycenterV1beta1::IpRules::Representation
@@ -2971,6 +2997,22 @@ module Google
2971
2997
  end
2972
2998
  end
2973
2999
 
3000
+ class GoogleCloudSecuritycenterV1IamDetails
3001
+ # @private
3002
+ class Representation < Google::Apis::Core::JsonRepresentation
3003
+ collection :iam_role_permissions, as: 'iamRolePermissions', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV1IamRolePermission, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV1IamRolePermission::Representation
3004
+
3005
+ end
3006
+ end
3007
+
3008
+ class GoogleCloudSecuritycenterV1IamRolePermission
3009
+ # @private
3010
+ class Representation < Google::Apis::Core::JsonRepresentation
3011
+ property :name, as: 'name'
3012
+ property :role, as: 'role'
3013
+ end
3014
+ end
3015
+
2974
3016
  class GoogleCloudSecuritycenterV1MuteConfig
2975
3017
  # @private
2976
3018
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -3964,6 +4006,8 @@ module Google
3964
4006
 
3965
4007
  collection :iam_bindings, as: 'iamBindings', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2IamBinding, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2IamBinding::Representation
3966
4008
 
4009
+ property :iam_details, as: 'iamDetails', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2IamDetails, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2IamDetails::Representation
4010
+
3967
4011
  property :indicator, as: 'indicator', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2Indicator, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2Indicator::Representation
3968
4012
 
3969
4013
  property :ip_rules, as: 'ipRules', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2IpRules, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2IpRules::Representation
@@ -4071,6 +4115,22 @@ module Google
4071
4115
  end
4072
4116
  end
4073
4117
 
4118
+ class GoogleCloudSecuritycenterV2IamDetails
4119
+ # @private
4120
+ class Representation < Google::Apis::Core::JsonRepresentation
4121
+ collection :iam_role_permissions, as: 'iamRolePermissions', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2IamRolePermission, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2IamRolePermission::Representation
4122
+
4123
+ end
4124
+ end
4125
+
4126
+ class GoogleCloudSecuritycenterV2IamRolePermission
4127
+ # @private
4128
+ class Representation < Google::Apis::Core::JsonRepresentation
4129
+ property :name, as: 'name'
4130
+ property :role, as: 'role'
4131
+ end
4132
+ end
4133
+
4074
4134
  class GoogleCloudSecuritycenterV2Indicator
4075
4135
  # @private
4076
4136
  class Representation < Google::Apis::Core::JsonRepresentation
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-securitycenter_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.108.0
4
+ version: 0.109.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1beta1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta1/v0.108.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta1/v0.109.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1beta1
62
62
  rdoc_options: []
63
63
  require_paths: