google-apis-securitycenter_v1beta1 0.65.0 → 0.66.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: eb33a7fb416bf433f4ec3fd3cf519530efe58ca86fc8b9360d357814bba2662d
|
4
|
+
data.tar.gz: 39d2b53d40871a51476e6c344c350e1c29ff65a465055b98c66be9cd87c64944
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 385320c4d30de25bc6eb9dfec747c31b19dacf07b5718600e2d3611bd3cbc0d4010be8ab8ca4d44a5360661ee9297c8d447806ee77582b693d7d73a8da595828
|
7
|
+
data.tar.gz: be82b9545b7a38b132db97d44545c09c029aad397db6fbe7db6cb63f423250db1471c7bbe47a595699aef9b69ff92fe07de1f9cda048e8c074e220fecb59fe2c
|
data/CHANGELOG.md
CHANGED
@@ -186,6 +186,35 @@ module Google
|
|
186
186
|
end
|
187
187
|
end
|
188
188
|
|
189
|
+
# Represents an application associated with a finding.
|
190
|
+
class Application
|
191
|
+
include Google::Apis::Core::Hashable
|
192
|
+
|
193
|
+
# The base URI that identifies the network location of the application in which
|
194
|
+
# the vulnerability was detected. Examples: http://11.22.33.44, http://foo.com,
|
195
|
+
# http://11.22.33.44:8080
|
196
|
+
# Corresponds to the JSON property `baseUri`
|
197
|
+
# @return [String]
|
198
|
+
attr_accessor :base_uri
|
199
|
+
|
200
|
+
# The full URI with payload that can be used to reproduce the vulnerability.
|
201
|
+
# Example: http://11.22.33.44/reflected/parameter/attribute/singlequoted/js?p=
|
202
|
+
# aMmYgI6H
|
203
|
+
# Corresponds to the JSON property `fullUri`
|
204
|
+
# @return [String]
|
205
|
+
attr_accessor :full_uri
|
206
|
+
|
207
|
+
def initialize(**args)
|
208
|
+
update!(**args)
|
209
|
+
end
|
210
|
+
|
211
|
+
# Update properties of this object
|
212
|
+
def update!(**args)
|
213
|
+
@base_uri = args[:base_uri] if args.key?(:base_uri)
|
214
|
+
@full_uri = args[:full_uri] if args.key?(:full_uri)
|
215
|
+
end
|
216
|
+
end
|
217
|
+
|
189
218
|
# Security Command Center representation of a Google Cloud resource. The Asset
|
190
219
|
# is a Security Command Center resource that captures information about a single
|
191
220
|
# Google Cloud resource. All modifications to an Asset are only within the
|
@@ -406,6 +435,103 @@ module Google
|
|
406
435
|
end
|
407
436
|
end
|
408
437
|
|
438
|
+
# Information related to Google Cloud Backup and DR Service findings.
|
439
|
+
class BackupDisasterRecovery
|
440
|
+
include Google::Apis::Core::Hashable
|
441
|
+
|
442
|
+
# The name of the Backup and DR appliance that captures, moves, and manages the
|
443
|
+
# lifecycle of backup data. For example, “backup-server-57137”.
|
444
|
+
# Corresponds to the JSON property `appliance`
|
445
|
+
# @return [String]
|
446
|
+
attr_accessor :appliance
|
447
|
+
|
448
|
+
# The names of Backup and DR applications. An application is a VM, database, or
|
449
|
+
# file system on a managed host monitored by a backup and recovery appliance.
|
450
|
+
# For example, “centos7-01-vol00”, “centos7-01-vol01”, “centos7-01-vol02”.
|
451
|
+
# Corresponds to the JSON property `applications`
|
452
|
+
# @return [Array<String>]
|
453
|
+
attr_accessor :applications
|
454
|
+
|
455
|
+
# The timestamp at which the Backup and DR backup was created.
|
456
|
+
# Corresponds to the JSON property `backupCreateTime`
|
457
|
+
# @return [String]
|
458
|
+
attr_accessor :backup_create_time
|
459
|
+
|
460
|
+
# The name of a Backup and DR template which comprises one or more backup
|
461
|
+
# policies. See the [Backup and DR documentation](https://cloud.google.com/
|
462
|
+
# backup-disaster-recovery/docs/concepts/backup-plan#temp) for more information.
|
463
|
+
# For example, “snap-ov”.
|
464
|
+
# Corresponds to the JSON property `backupTemplate`
|
465
|
+
# @return [String]
|
466
|
+
attr_accessor :backup_template
|
467
|
+
|
468
|
+
# The backup type of the Backup and DR image. For example, “Snapshot”, “Remote
|
469
|
+
# Snapshot”, “OnVault”.
|
470
|
+
# Corresponds to the JSON property `backupType`
|
471
|
+
# @return [String]
|
472
|
+
attr_accessor :backup_type
|
473
|
+
|
474
|
+
# The name of a Backup and DR host, which is managed by the backup and recovery
|
475
|
+
# appliance and known to the management console. The host can be of type Generic
|
476
|
+
# (for example, Compute Engine, SQL Server, Oracle DB, SMB file system, etc.),
|
477
|
+
# vCenter, or an ESX server. See the [Backup and DR documentation on hosts](
|
478
|
+
# https://cloud.google.com/backup-disaster-recovery/docs/configuration/manage-
|
479
|
+
# hosts-and-their-applications) for more information. For example, “centos7-01”.
|
480
|
+
# Corresponds to the JSON property `host`
|
481
|
+
# @return [String]
|
482
|
+
attr_accessor :host
|
483
|
+
|
484
|
+
# The names of Backup and DR policies that are associated with a template and
|
485
|
+
# that define when to run a backup, how frequently to run a backup, and how long
|
486
|
+
# to retain the backup image. For example, “onvaults”.
|
487
|
+
# Corresponds to the JSON property `policies`
|
488
|
+
# @return [Array<String>]
|
489
|
+
attr_accessor :policies
|
490
|
+
|
491
|
+
# The names of Backup and DR advanced policy options of a policy applying to an
|
492
|
+
# application. See the [Backup and DR documentation on policy options](https://
|
493
|
+
# cloud.google.com/backup-disaster-recovery/docs/create-plan/policy-settings).
|
494
|
+
# For example, “skipofflineappsincongrp, nounmap”.
|
495
|
+
# Corresponds to the JSON property `policyOptions`
|
496
|
+
# @return [Array<String>]
|
497
|
+
attr_accessor :policy_options
|
498
|
+
|
499
|
+
# The name of the Backup and DR resource profile that specifies the storage
|
500
|
+
# media for backups of application and VM data. See the [Backup and DR
|
501
|
+
# documentation on profiles](https://cloud.google.com/backup-disaster-recovery/
|
502
|
+
# docs/concepts/backup-plan#profile). For example, “GCP”.
|
503
|
+
# Corresponds to the JSON property `profile`
|
504
|
+
# @return [String]
|
505
|
+
attr_accessor :profile
|
506
|
+
|
507
|
+
# The name of the Backup and DR storage pool that the backup and recovery
|
508
|
+
# appliance is storing data in. The storage pool could be of type Cloud, Primary,
|
509
|
+
# Snapshot, or OnVault. See the [Backup and DR documentation on storage pools](
|
510
|
+
# https://cloud.google.com/backup-disaster-recovery/docs/concepts/storage-pools).
|
511
|
+
# For example, “DiskPoolOne”.
|
512
|
+
# Corresponds to the JSON property `storagePool`
|
513
|
+
# @return [String]
|
514
|
+
attr_accessor :storage_pool
|
515
|
+
|
516
|
+
def initialize(**args)
|
517
|
+
update!(**args)
|
518
|
+
end
|
519
|
+
|
520
|
+
# Update properties of this object
|
521
|
+
def update!(**args)
|
522
|
+
@appliance = args[:appliance] if args.key?(:appliance)
|
523
|
+
@applications = args[:applications] if args.key?(:applications)
|
524
|
+
@backup_create_time = args[:backup_create_time] if args.key?(:backup_create_time)
|
525
|
+
@backup_template = args[:backup_template] if args.key?(:backup_template)
|
526
|
+
@backup_type = args[:backup_type] if args.key?(:backup_type)
|
527
|
+
@host = args[:host] if args.key?(:host)
|
528
|
+
@policies = args[:policies] if args.key?(:policies)
|
529
|
+
@policy_options = args[:policy_options] if args.key?(:policy_options)
|
530
|
+
@profile = args[:profile] if args.key?(:profile)
|
531
|
+
@storage_pool = args[:storage_pool] if args.key?(:storage_pool)
|
532
|
+
end
|
533
|
+
end
|
534
|
+
|
409
535
|
# Associates `members`, or principals, with a `role`.
|
410
536
|
class Binding
|
411
537
|
include Google::Apis::Core::Hashable
|
@@ -1260,11 +1386,21 @@ module Google
|
|
1260
1386
|
# @return [Google::Apis::SecuritycenterV1beta1::Access]
|
1261
1387
|
attr_accessor :access
|
1262
1388
|
|
1389
|
+
# Represents an application associated with a finding.
|
1390
|
+
# Corresponds to the JSON property `application`
|
1391
|
+
# @return [Google::Apis::SecuritycenterV1beta1::Application]
|
1392
|
+
attr_accessor :application
|
1393
|
+
|
1263
1394
|
# An attack exposure contains the results of an attack path simulation run.
|
1264
1395
|
# Corresponds to the JSON property `attackExposure`
|
1265
1396
|
# @return [Google::Apis::SecuritycenterV1beta1::AttackExposure]
|
1266
1397
|
attr_accessor :attack_exposure
|
1267
1398
|
|
1399
|
+
# Information related to Google Cloud Backup and DR Service findings.
|
1400
|
+
# Corresponds to the JSON property `backupDisasterRecovery`
|
1401
|
+
# @return [Google::Apis::SecuritycenterV1beta1::BackupDisasterRecovery]
|
1402
|
+
attr_accessor :backup_disaster_recovery
|
1403
|
+
|
1268
1404
|
# The canonical name of the finding. It's either "organizations/`organization_id`
|
1269
1405
|
# /sources/`source_id`/findings/`finding_id`", "folders/`folder_id`/sources/`
|
1270
1406
|
# source_id`/findings/`finding_id`" or "projects/`project_number`/sources/`
|
@@ -1541,7 +1677,9 @@ module Google
|
|
1541
1677
|
# Update properties of this object
|
1542
1678
|
def update!(**args)
|
1543
1679
|
@access = args[:access] if args.key?(:access)
|
1680
|
+
@application = args[:application] if args.key?(:application)
|
1544
1681
|
@attack_exposure = args[:attack_exposure] if args.key?(:attack_exposure)
|
1682
|
+
@backup_disaster_recovery = args[:backup_disaster_recovery] if args.key?(:backup_disaster_recovery)
|
1545
1683
|
@canonical_name = args[:canonical_name] if args.key?(:canonical_name)
|
1546
1684
|
@category = args[:category] if args.key?(:category)
|
1547
1685
|
@cloud_dlp_data_profile = args[:cloud_dlp_data_profile] if args.key?(:cloud_dlp_data_profile)
|
@@ -3041,6 +3179,35 @@ module Google
|
|
3041
3179
|
end
|
3042
3180
|
end
|
3043
3181
|
|
3182
|
+
# Represents an application associated with a finding.
|
3183
|
+
class GoogleCloudSecuritycenterV2Application
|
3184
|
+
include Google::Apis::Core::Hashable
|
3185
|
+
|
3186
|
+
# The base URI that identifies the network location of the application in which
|
3187
|
+
# the vulnerability was detected. Examples: http://11.22.33.44, http://foo.com,
|
3188
|
+
# http://11.22.33.44:8080
|
3189
|
+
# Corresponds to the JSON property `baseUri`
|
3190
|
+
# @return [String]
|
3191
|
+
attr_accessor :base_uri
|
3192
|
+
|
3193
|
+
# The full URI with payload that could be used to reproduce the vulnerability.
|
3194
|
+
# Example: http://11.22.33.44/reflected/parameter/attribute/singlequoted/js?p=
|
3195
|
+
# aMmYgI6H
|
3196
|
+
# Corresponds to the JSON property `fullUri`
|
3197
|
+
# @return [String]
|
3198
|
+
attr_accessor :full_uri
|
3199
|
+
|
3200
|
+
def initialize(**args)
|
3201
|
+
update!(**args)
|
3202
|
+
end
|
3203
|
+
|
3204
|
+
# Update properties of this object
|
3205
|
+
def update!(**args)
|
3206
|
+
@base_uri = args[:base_uri] if args.key?(:base_uri)
|
3207
|
+
@full_uri = args[:full_uri] if args.key?(:full_uri)
|
3208
|
+
end
|
3209
|
+
end
|
3210
|
+
|
3044
3211
|
# An attack exposure contains the results of an attack path simulation run.
|
3045
3212
|
class GoogleCloudSecuritycenterV2AttackExposure
|
3046
3213
|
include Google::Apis::Core::Hashable
|
@@ -3104,6 +3271,103 @@ module Google
|
|
3104
3271
|
end
|
3105
3272
|
end
|
3106
3273
|
|
3274
|
+
# Information related to Google Cloud Backup and DR Service findings.
|
3275
|
+
class GoogleCloudSecuritycenterV2BackupDisasterRecovery
|
3276
|
+
include Google::Apis::Core::Hashable
|
3277
|
+
|
3278
|
+
# The name of the Backup and DR appliance that captures, moves, and manages the
|
3279
|
+
# lifecycle of backup data. For example, “backup-server-57137”.
|
3280
|
+
# Corresponds to the JSON property `appliance`
|
3281
|
+
# @return [String]
|
3282
|
+
attr_accessor :appliance
|
3283
|
+
|
3284
|
+
# The names of Backup and DR applications. An application is a VM, database, or
|
3285
|
+
# file system on a managed host monitored by a backup and recovery appliance.
|
3286
|
+
# For example, “centos7-01-vol00”, “centos7-01-vol01”, “centos7-01-vol02”.
|
3287
|
+
# Corresponds to the JSON property `applications`
|
3288
|
+
# @return [Array<String>]
|
3289
|
+
attr_accessor :applications
|
3290
|
+
|
3291
|
+
# The timestamp at which the Backup and DR backup was created.
|
3292
|
+
# Corresponds to the JSON property `backupCreateTime`
|
3293
|
+
# @return [String]
|
3294
|
+
attr_accessor :backup_create_time
|
3295
|
+
|
3296
|
+
# The name of a Backup and DR template which comprises one or more backup
|
3297
|
+
# policies. See the [Backup and DR documentation](https://cloud.google.com/
|
3298
|
+
# backup-disaster-recovery/docs/concepts/backup-plan#temp) for more information.
|
3299
|
+
# For example, “snap-ov”.
|
3300
|
+
# Corresponds to the JSON property `backupTemplate`
|
3301
|
+
# @return [String]
|
3302
|
+
attr_accessor :backup_template
|
3303
|
+
|
3304
|
+
# The backup type of the Backup and DR image. For example, “Snapshot”, “Remote
|
3305
|
+
# Snapshot”, “OnVault”.
|
3306
|
+
# Corresponds to the JSON property `backupType`
|
3307
|
+
# @return [String]
|
3308
|
+
attr_accessor :backup_type
|
3309
|
+
|
3310
|
+
# The name of a Backup and DR host, which is managed by the backup and recovery
|
3311
|
+
# appliance and known to the management console. The host can be of type Generic
|
3312
|
+
# (for example, Compute Engine, SQL Server, Oracle DB, SMB file system, etc.),
|
3313
|
+
# vCenter, or an ESX server. See the [Backup and DR documentation on hosts](
|
3314
|
+
# https://cloud.google.com/backup-disaster-recovery/docs/configuration/manage-
|
3315
|
+
# hosts-and-their-applications) for more information. For example, “centos7-01”.
|
3316
|
+
# Corresponds to the JSON property `host`
|
3317
|
+
# @return [String]
|
3318
|
+
attr_accessor :host
|
3319
|
+
|
3320
|
+
# The names of Backup and DR policies that are associated with a template and
|
3321
|
+
# that define when to run a backup, how frequently to run a backup, and how long
|
3322
|
+
# to retain the backup image. For example, “onvaults”.
|
3323
|
+
# Corresponds to the JSON property `policies`
|
3324
|
+
# @return [Array<String>]
|
3325
|
+
attr_accessor :policies
|
3326
|
+
|
3327
|
+
# The names of Backup and DR advanced policy options of a policy applying to an
|
3328
|
+
# application. See the [Backup and DR documentation on policy options](https://
|
3329
|
+
# cloud.google.com/backup-disaster-recovery/docs/create-plan/policy-settings).
|
3330
|
+
# For example, “skipofflineappsincongrp, nounmap”.
|
3331
|
+
# Corresponds to the JSON property `policyOptions`
|
3332
|
+
# @return [Array<String>]
|
3333
|
+
attr_accessor :policy_options
|
3334
|
+
|
3335
|
+
# The name of the Backup and DR resource profile that specifies the storage
|
3336
|
+
# media for backups of application and VM data. See the [Backup and DR
|
3337
|
+
# documentation on profiles](https://cloud.google.com/backup-disaster-recovery/
|
3338
|
+
# docs/concepts/backup-plan#profile). For example, “GCP”.
|
3339
|
+
# Corresponds to the JSON property `profile`
|
3340
|
+
# @return [String]
|
3341
|
+
attr_accessor :profile
|
3342
|
+
|
3343
|
+
# The name of the Backup and DR storage pool that the backup and recovery
|
3344
|
+
# appliance is storing data in. The storage pool could be of type Cloud, Primary,
|
3345
|
+
# Snapshot, or OnVault. See the [Backup and DR documentation on storage pools](
|
3346
|
+
# https://cloud.google.com/backup-disaster-recovery/docs/concepts/storage-pools).
|
3347
|
+
# For example, “DiskPoolOne”.
|
3348
|
+
# Corresponds to the JSON property `storagePool`
|
3349
|
+
# @return [String]
|
3350
|
+
attr_accessor :storage_pool
|
3351
|
+
|
3352
|
+
def initialize(**args)
|
3353
|
+
update!(**args)
|
3354
|
+
end
|
3355
|
+
|
3356
|
+
# Update properties of this object
|
3357
|
+
def update!(**args)
|
3358
|
+
@appliance = args[:appliance] if args.key?(:appliance)
|
3359
|
+
@applications = args[:applications] if args.key?(:applications)
|
3360
|
+
@backup_create_time = args[:backup_create_time] if args.key?(:backup_create_time)
|
3361
|
+
@backup_template = args[:backup_template] if args.key?(:backup_template)
|
3362
|
+
@backup_type = args[:backup_type] if args.key?(:backup_type)
|
3363
|
+
@host = args[:host] if args.key?(:host)
|
3364
|
+
@policies = args[:policies] if args.key?(:policies)
|
3365
|
+
@policy_options = args[:policy_options] if args.key?(:policy_options)
|
3366
|
+
@profile = args[:profile] if args.key?(:profile)
|
3367
|
+
@storage_pool = args[:storage_pool] if args.key?(:storage_pool)
|
3368
|
+
end
|
3369
|
+
end
|
3370
|
+
|
3107
3371
|
# Configures how to deliver Findings to BigQuery Instance.
|
3108
3372
|
class GoogleCloudSecuritycenterV2BigQueryExport
|
3109
3373
|
include Google::Apis::Core::Hashable
|
@@ -3924,11 +4188,21 @@ module Google
|
|
3924
4188
|
# @return [Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2Access]
|
3925
4189
|
attr_accessor :access
|
3926
4190
|
|
4191
|
+
# Represents an application associated with a finding.
|
4192
|
+
# Corresponds to the JSON property `application`
|
4193
|
+
# @return [Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2Application]
|
4194
|
+
attr_accessor :application
|
4195
|
+
|
3927
4196
|
# An attack exposure contains the results of an attack path simulation run.
|
3928
4197
|
# Corresponds to the JSON property `attackExposure`
|
3929
4198
|
# @return [Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2AttackExposure]
|
3930
4199
|
attr_accessor :attack_exposure
|
3931
4200
|
|
4201
|
+
# Information related to Google Cloud Backup and DR Service findings.
|
4202
|
+
# Corresponds to the JSON property `backupDisasterRecovery`
|
4203
|
+
# @return [Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2BackupDisasterRecovery]
|
4204
|
+
attr_accessor :backup_disaster_recovery
|
4205
|
+
|
3932
4206
|
# Output only. The canonical name of the finding. The following list shows some
|
3933
4207
|
# examples: + `organizations/`organization_id`/sources/`source_id`/findings/`
|
3934
4208
|
# finding_id`` + `organizations/`organization_id`/sources/`source_id`/locations/`
|
@@ -4219,7 +4493,9 @@ module Google
|
|
4219
4493
|
# Update properties of this object
|
4220
4494
|
def update!(**args)
|
4221
4495
|
@access = args[:access] if args.key?(:access)
|
4496
|
+
@application = args[:application] if args.key?(:application)
|
4222
4497
|
@attack_exposure = args[:attack_exposure] if args.key?(:attack_exposure)
|
4498
|
+
@backup_disaster_recovery = args[:backup_disaster_recovery] if args.key?(:backup_disaster_recovery)
|
4223
4499
|
@canonical_name = args[:canonical_name] if args.key?(:canonical_name)
|
4224
4500
|
@category = args[:category] if args.key?(:category)
|
4225
4501
|
@cloud_dlp_data_profile = args[:cloud_dlp_data_profile] if args.key?(:cloud_dlp_data_profile)
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.66.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 = "
|
25
|
+
REVISION = "20231128"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -34,6 +34,12 @@ module Google
|
|
34
34
|
include Google::Apis::Core::JsonObjectSupport
|
35
35
|
end
|
36
36
|
|
37
|
+
class Application
|
38
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
39
|
+
|
40
|
+
include Google::Apis::Core::JsonObjectSupport
|
41
|
+
end
|
42
|
+
|
37
43
|
class Asset
|
38
44
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
39
45
|
|
@@ -64,6 +70,12 @@ module Google
|
|
64
70
|
include Google::Apis::Core::JsonObjectSupport
|
65
71
|
end
|
66
72
|
|
73
|
+
class BackupDisasterRecovery
|
74
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
75
|
+
|
76
|
+
include Google::Apis::Core::JsonObjectSupport
|
77
|
+
end
|
78
|
+
|
67
79
|
class Binding
|
68
80
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
81
|
|
@@ -376,12 +388,24 @@ module Google
|
|
376
388
|
include Google::Apis::Core::JsonObjectSupport
|
377
389
|
end
|
378
390
|
|
391
|
+
class GoogleCloudSecuritycenterV2Application
|
392
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
393
|
+
|
394
|
+
include Google::Apis::Core::JsonObjectSupport
|
395
|
+
end
|
396
|
+
|
379
397
|
class GoogleCloudSecuritycenterV2AttackExposure
|
380
398
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
381
399
|
|
382
400
|
include Google::Apis::Core::JsonObjectSupport
|
383
401
|
end
|
384
402
|
|
403
|
+
class GoogleCloudSecuritycenterV2BackupDisasterRecovery
|
404
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
405
|
+
|
406
|
+
include Google::Apis::Core::JsonObjectSupport
|
407
|
+
end
|
408
|
+
|
385
409
|
class GoogleCloudSecuritycenterV2BigQueryExport
|
386
410
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
387
411
|
|
@@ -984,6 +1008,14 @@ module Google
|
|
984
1008
|
end
|
985
1009
|
end
|
986
1010
|
|
1011
|
+
class Application
|
1012
|
+
# @private
|
1013
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1014
|
+
property :base_uri, as: 'baseUri'
|
1015
|
+
property :full_uri, as: 'fullUri'
|
1016
|
+
end
|
1017
|
+
end
|
1018
|
+
|
987
1019
|
class Asset
|
988
1020
|
# @private
|
989
1021
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1036,6 +1068,22 @@ module Google
|
|
1036
1068
|
end
|
1037
1069
|
end
|
1038
1070
|
|
1071
|
+
class BackupDisasterRecovery
|
1072
|
+
# @private
|
1073
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1074
|
+
property :appliance, as: 'appliance'
|
1075
|
+
collection :applications, as: 'applications'
|
1076
|
+
property :backup_create_time, as: 'backupCreateTime'
|
1077
|
+
property :backup_template, as: 'backupTemplate'
|
1078
|
+
property :backup_type, as: 'backupType'
|
1079
|
+
property :host, as: 'host'
|
1080
|
+
collection :policies, as: 'policies'
|
1081
|
+
collection :policy_options, as: 'policyOptions'
|
1082
|
+
property :profile, as: 'profile'
|
1083
|
+
property :storage_pool, as: 'storagePool'
|
1084
|
+
end
|
1085
|
+
end
|
1086
|
+
|
1039
1087
|
class Binding
|
1040
1088
|
# @private
|
1041
1089
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1248,8 +1296,12 @@ module Google
|
|
1248
1296
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1249
1297
|
property :access, as: 'access', class: Google::Apis::SecuritycenterV1beta1::Access, decorator: Google::Apis::SecuritycenterV1beta1::Access::Representation
|
1250
1298
|
|
1299
|
+
property :application, as: 'application', class: Google::Apis::SecuritycenterV1beta1::Application, decorator: Google::Apis::SecuritycenterV1beta1::Application::Representation
|
1300
|
+
|
1251
1301
|
property :attack_exposure, as: 'attackExposure', class: Google::Apis::SecuritycenterV1beta1::AttackExposure, decorator: Google::Apis::SecuritycenterV1beta1::AttackExposure::Representation
|
1252
1302
|
|
1303
|
+
property :backup_disaster_recovery, as: 'backupDisasterRecovery', class: Google::Apis::SecuritycenterV1beta1::BackupDisasterRecovery, decorator: Google::Apis::SecuritycenterV1beta1::BackupDisasterRecovery::Representation
|
1304
|
+
|
1253
1305
|
property :canonical_name, as: 'canonicalName'
|
1254
1306
|
property :category, as: 'category'
|
1255
1307
|
property :cloud_dlp_data_profile, as: 'cloudDlpDataProfile', class: Google::Apis::SecuritycenterV1beta1::CloudDlpDataProfile, decorator: Google::Apis::SecuritycenterV1beta1::CloudDlpDataProfile::Representation
|
@@ -1648,6 +1700,14 @@ module Google
|
|
1648
1700
|
end
|
1649
1701
|
end
|
1650
1702
|
|
1703
|
+
class GoogleCloudSecuritycenterV2Application
|
1704
|
+
# @private
|
1705
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1706
|
+
property :base_uri, as: 'baseUri'
|
1707
|
+
property :full_uri, as: 'fullUri'
|
1708
|
+
end
|
1709
|
+
end
|
1710
|
+
|
1651
1711
|
class GoogleCloudSecuritycenterV2AttackExposure
|
1652
1712
|
# @private
|
1653
1713
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1661,6 +1721,22 @@ module Google
|
|
1661
1721
|
end
|
1662
1722
|
end
|
1663
1723
|
|
1724
|
+
class GoogleCloudSecuritycenterV2BackupDisasterRecovery
|
1725
|
+
# @private
|
1726
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1727
|
+
property :appliance, as: 'appliance'
|
1728
|
+
collection :applications, as: 'applications'
|
1729
|
+
property :backup_create_time, as: 'backupCreateTime'
|
1730
|
+
property :backup_template, as: 'backupTemplate'
|
1731
|
+
property :backup_type, as: 'backupType'
|
1732
|
+
property :host, as: 'host'
|
1733
|
+
collection :policies, as: 'policies'
|
1734
|
+
collection :policy_options, as: 'policyOptions'
|
1735
|
+
property :profile, as: 'profile'
|
1736
|
+
property :storage_pool, as: 'storagePool'
|
1737
|
+
end
|
1738
|
+
end
|
1739
|
+
|
1664
1740
|
class GoogleCloudSecuritycenterV2BigQueryExport
|
1665
1741
|
# @private
|
1666
1742
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1870,8 +1946,12 @@ module Google
|
|
1870
1946
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1871
1947
|
property :access, as: 'access', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2Access, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2Access::Representation
|
1872
1948
|
|
1949
|
+
property :application, as: 'application', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2Application, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2Application::Representation
|
1950
|
+
|
1873
1951
|
property :attack_exposure, as: 'attackExposure', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2AttackExposure, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2AttackExposure::Representation
|
1874
1952
|
|
1953
|
+
property :backup_disaster_recovery, as: 'backupDisasterRecovery', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2BackupDisasterRecovery, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2BackupDisasterRecovery::Representation
|
1954
|
+
|
1875
1955
|
property :canonical_name, as: 'canonicalName'
|
1876
1956
|
property :category, as: 'category'
|
1877
1957
|
property :cloud_dlp_data_profile, as: 'cloudDlpDataProfile', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2CloudDlpDataProfile, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2CloudDlpDataProfile::Representation
|
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.
|
4
|
+
version: 0.66.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-
|
11
|
+
date: 2023-12-03 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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta1/v0.66.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: []
|