google-apis-securitycenter_v1beta1 0.99.0 → 0.101.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 +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/securitycenter_v1beta1/classes.rb +635 -2
- data/lib/google/apis/securitycenter_v1beta1/gem_version.rb +2 -2
- data/lib/google/apis/securitycenter_v1beta1/representations.rb +346 -0
- data/lib/google/apis/securitycenter_v1beta1/service.rb +6 -5
- metadata +2 -2
|
@@ -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.101.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260105"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -64,6 +64,18 @@ module Google
|
|
|
64
64
|
include Google::Apis::Core::JsonObjectSupport
|
|
65
65
|
end
|
|
66
66
|
|
|
67
|
+
class ArtifactGuardPolicies
|
|
68
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
69
|
+
|
|
70
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
71
|
+
end
|
|
72
|
+
|
|
73
|
+
class ArtifactGuardPolicy
|
|
74
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
75
|
+
|
|
76
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
77
|
+
end
|
|
78
|
+
|
|
67
79
|
class Asset
|
|
68
80
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
69
81
|
|
|
@@ -496,6 +508,36 @@ module Google
|
|
|
496
508
|
include Google::Apis::Core::JsonObjectSupport
|
|
497
509
|
end
|
|
498
510
|
|
|
511
|
+
class GoogleCloudSecuritycenterV1ResourceApplication
|
|
512
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
513
|
+
|
|
514
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
515
|
+
end
|
|
516
|
+
|
|
517
|
+
class GoogleCloudSecuritycenterV1ResourceApplicationAttributes
|
|
518
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
519
|
+
|
|
520
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
521
|
+
end
|
|
522
|
+
|
|
523
|
+
class GoogleCloudSecuritycenterV1ResourceApplicationAttributesContactInfo
|
|
524
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
525
|
+
|
|
526
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
527
|
+
end
|
|
528
|
+
|
|
529
|
+
class GoogleCloudSecuritycenterV1ResourceApplicationAttributesCriticality
|
|
530
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
531
|
+
|
|
532
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
533
|
+
end
|
|
534
|
+
|
|
535
|
+
class GoogleCloudSecuritycenterV1ResourceApplicationAttributesEnvironment
|
|
536
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
537
|
+
|
|
538
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
539
|
+
end
|
|
540
|
+
|
|
499
541
|
class GoogleCloudSecuritycenterV1ResourceSelector
|
|
500
542
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
501
543
|
|
|
@@ -622,6 +664,18 @@ module Google
|
|
|
622
664
|
include Google::Apis::Core::JsonObjectSupport
|
|
623
665
|
end
|
|
624
666
|
|
|
667
|
+
class GoogleCloudSecuritycenterV2ArtifactGuardPolicies
|
|
668
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
669
|
+
|
|
670
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
671
|
+
end
|
|
672
|
+
|
|
673
|
+
class GoogleCloudSecuritycenterV2ArtifactGuardPolicy
|
|
674
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
675
|
+
|
|
676
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
677
|
+
end
|
|
678
|
+
|
|
625
679
|
class GoogleCloudSecuritycenterV2Attack
|
|
626
680
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
627
681
|
|
|
@@ -1246,6 +1300,36 @@ module Google
|
|
|
1246
1300
|
include Google::Apis::Core::JsonObjectSupport
|
|
1247
1301
|
end
|
|
1248
1302
|
|
|
1303
|
+
class GoogleCloudSecuritycenterV2ResourceApplication
|
|
1304
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1305
|
+
|
|
1306
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1307
|
+
end
|
|
1308
|
+
|
|
1309
|
+
class GoogleCloudSecuritycenterV2ResourceApplicationAttributes
|
|
1310
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1311
|
+
|
|
1312
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1313
|
+
end
|
|
1314
|
+
|
|
1315
|
+
class GoogleCloudSecuritycenterV2ResourceApplicationAttributesContactInfo
|
|
1316
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1317
|
+
|
|
1318
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1319
|
+
end
|
|
1320
|
+
|
|
1321
|
+
class GoogleCloudSecuritycenterV2ResourceApplicationAttributesCriticality
|
|
1322
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1323
|
+
|
|
1324
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1325
|
+
end
|
|
1326
|
+
|
|
1327
|
+
class GoogleCloudSecuritycenterV2ResourceApplicationAttributesEnvironment
|
|
1328
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1329
|
+
|
|
1330
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1331
|
+
end
|
|
1332
|
+
|
|
1249
1333
|
class GoogleCloudSecuritycenterV2ResourcePath
|
|
1250
1334
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1251
1335
|
|
|
@@ -1270,6 +1354,30 @@ module Google
|
|
|
1270
1354
|
include Google::Apis::Core::JsonObjectSupport
|
|
1271
1355
|
end
|
|
1272
1356
|
|
|
1357
|
+
class GoogleCloudSecuritycenterV2Secret
|
|
1358
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1359
|
+
|
|
1360
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1361
|
+
end
|
|
1362
|
+
|
|
1363
|
+
class GoogleCloudSecuritycenterV2SecretEnvironmentVariable
|
|
1364
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1365
|
+
|
|
1366
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1367
|
+
end
|
|
1368
|
+
|
|
1369
|
+
class GoogleCloudSecuritycenterV2SecretFilePath
|
|
1370
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1371
|
+
|
|
1372
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1373
|
+
end
|
|
1374
|
+
|
|
1375
|
+
class GoogleCloudSecuritycenterV2SecretStatus
|
|
1376
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1377
|
+
|
|
1378
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1379
|
+
end
|
|
1380
|
+
|
|
1273
1381
|
class GoogleCloudSecuritycenterV2SecurityBulletin
|
|
1274
1382
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1275
1383
|
|
|
@@ -1636,6 +1744,30 @@ module Google
|
|
|
1636
1744
|
include Google::Apis::Core::JsonObjectSupport
|
|
1637
1745
|
end
|
|
1638
1746
|
|
|
1747
|
+
class Secret
|
|
1748
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1749
|
+
|
|
1750
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1751
|
+
end
|
|
1752
|
+
|
|
1753
|
+
class SecretEnvironmentVariable
|
|
1754
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1755
|
+
|
|
1756
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1757
|
+
end
|
|
1758
|
+
|
|
1759
|
+
class SecretFilePath
|
|
1760
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1761
|
+
|
|
1762
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1763
|
+
end
|
|
1764
|
+
|
|
1765
|
+
class SecretStatus
|
|
1766
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1767
|
+
|
|
1768
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1769
|
+
end
|
|
1770
|
+
|
|
1639
1771
|
class SecurityBulletin
|
|
1640
1772
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1641
1773
|
|
|
@@ -1824,6 +1956,7 @@ module Google
|
|
|
1824
1956
|
property :location, as: 'location'
|
|
1825
1957
|
property :name, as: 'name'
|
|
1826
1958
|
property :publisher, as: 'publisher'
|
|
1959
|
+
property :usage_category, as: 'usageCategory'
|
|
1827
1960
|
end
|
|
1828
1961
|
end
|
|
1829
1962
|
|
|
@@ -1843,6 +1976,24 @@ module Google
|
|
|
1843
1976
|
end
|
|
1844
1977
|
end
|
|
1845
1978
|
|
|
1979
|
+
class ArtifactGuardPolicies
|
|
1980
|
+
# @private
|
|
1981
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1982
|
+
collection :failing_policies, as: 'failingPolicies', class: Google::Apis::SecuritycenterV1beta1::ArtifactGuardPolicy, decorator: Google::Apis::SecuritycenterV1beta1::ArtifactGuardPolicy::Representation
|
|
1983
|
+
|
|
1984
|
+
property :resource_id, as: 'resourceId'
|
|
1985
|
+
end
|
|
1986
|
+
end
|
|
1987
|
+
|
|
1988
|
+
class ArtifactGuardPolicy
|
|
1989
|
+
# @private
|
|
1990
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1991
|
+
property :failure_reason, as: 'failureReason'
|
|
1992
|
+
property :policy_id, as: 'policyId'
|
|
1993
|
+
property :type, as: 'type'
|
|
1994
|
+
end
|
|
1995
|
+
end
|
|
1996
|
+
|
|
1846
1997
|
class Asset
|
|
1847
1998
|
# @private
|
|
1848
1999
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -2352,6 +2503,7 @@ module Google
|
|
|
2352
2503
|
property :contents, as: 'contents'
|
|
2353
2504
|
property :disk_path, as: 'diskPath', class: Google::Apis::SecuritycenterV1beta1::DiskPath, decorator: Google::Apis::SecuritycenterV1beta1::DiskPath::Representation
|
|
2354
2505
|
|
|
2506
|
+
property :file_load_state, as: 'fileLoadState'
|
|
2355
2507
|
property :hashed_size, :numeric_string => true, as: 'hashedSize'
|
|
2356
2508
|
collection :operations, as: 'operations', class: Google::Apis::SecuritycenterV1beta1::FileOperation, decorator: Google::Apis::SecuritycenterV1beta1::FileOperation::Representation
|
|
2357
2509
|
|
|
@@ -2380,6 +2532,8 @@ module Google
|
|
|
2380
2532
|
|
|
2381
2533
|
property :application, as: 'application', class: Google::Apis::SecuritycenterV1beta1::Application, decorator: Google::Apis::SecuritycenterV1beta1::Application::Representation
|
|
2382
2534
|
|
|
2535
|
+
property :artifact_guard_policies, as: 'artifactGuardPolicies', class: Google::Apis::SecuritycenterV1beta1::ArtifactGuardPolicies, decorator: Google::Apis::SecuritycenterV1beta1::ArtifactGuardPolicies::Representation
|
|
2536
|
+
|
|
2383
2537
|
property :attack_exposure, as: 'attackExposure', class: Google::Apis::SecuritycenterV1beta1::AttackExposure, decorator: Google::Apis::SecuritycenterV1beta1::AttackExposure::Representation
|
|
2384
2538
|
|
|
2385
2539
|
property :backup_disaster_recovery, as: 'backupDisasterRecovery', class: Google::Apis::SecuritycenterV1beta1::BackupDisasterRecovery, decorator: Google::Apis::SecuritycenterV1beta1::BackupDisasterRecovery::Representation
|
|
@@ -2464,6 +2618,8 @@ module Google
|
|
|
2464
2618
|
collection :processes, as: 'processes', class: Google::Apis::SecuritycenterV1beta1::Process, decorator: Google::Apis::SecuritycenterV1beta1::Process::Representation
|
|
2465
2619
|
|
|
2466
2620
|
property :resource_name, as: 'resourceName'
|
|
2621
|
+
property :secret, as: 'secret', class: Google::Apis::SecuritycenterV1beta1::Secret, decorator: Google::Apis::SecuritycenterV1beta1::Secret::Representation
|
|
2622
|
+
|
|
2467
2623
|
property :security_marks, as: 'securityMarks', class: Google::Apis::SecuritycenterV1beta1::SecurityMarks, decorator: Google::Apis::SecuritycenterV1beta1::SecurityMarks::Representation
|
|
2468
2624
|
|
|
2469
2625
|
property :security_posture, as: 'securityPosture', class: Google::Apis::SecuritycenterV1beta1::SecurityPosture, decorator: Google::Apis::SecuritycenterV1beta1::SecurityPosture::Representation
|
|
@@ -2658,6 +2814,8 @@ module Google
|
|
|
2658
2814
|
class GoogleCloudSecuritycenterV1Resource
|
|
2659
2815
|
# @private
|
|
2660
2816
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2817
|
+
property :application, as: 'application', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV1ResourceApplication, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV1ResourceApplication::Representation
|
|
2818
|
+
|
|
2661
2819
|
property :aws_metadata, as: 'awsMetadata', class: Google::Apis::SecuritycenterV1beta1::AwsMetadata, decorator: Google::Apis::SecuritycenterV1beta1::AwsMetadata::Representation
|
|
2662
2820
|
|
|
2663
2821
|
property :azure_metadata, as: 'azureMetadata', class: Google::Apis::SecuritycenterV1beta1::AzureMetadata, decorator: Google::Apis::SecuritycenterV1beta1::AzureMetadata::Representation
|
|
@@ -2681,6 +2839,52 @@ module Google
|
|
|
2681
2839
|
end
|
|
2682
2840
|
end
|
|
2683
2841
|
|
|
2842
|
+
class GoogleCloudSecuritycenterV1ResourceApplication
|
|
2843
|
+
# @private
|
|
2844
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2845
|
+
property :attributes, as: 'attributes', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV1ResourceApplicationAttributes, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV1ResourceApplicationAttributes::Representation
|
|
2846
|
+
|
|
2847
|
+
property :name, as: 'name'
|
|
2848
|
+
end
|
|
2849
|
+
end
|
|
2850
|
+
|
|
2851
|
+
class GoogleCloudSecuritycenterV1ResourceApplicationAttributes
|
|
2852
|
+
# @private
|
|
2853
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2854
|
+
collection :business_owners, as: 'businessOwners', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV1ResourceApplicationAttributesContactInfo, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV1ResourceApplicationAttributesContactInfo::Representation
|
|
2855
|
+
|
|
2856
|
+
property :criticality, as: 'criticality', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV1ResourceApplicationAttributesCriticality, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV1ResourceApplicationAttributesCriticality::Representation
|
|
2857
|
+
|
|
2858
|
+
collection :developer_owners, as: 'developerOwners', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV1ResourceApplicationAttributesContactInfo, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV1ResourceApplicationAttributesContactInfo::Representation
|
|
2859
|
+
|
|
2860
|
+
property :environment, as: 'environment', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV1ResourceApplicationAttributesEnvironment, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV1ResourceApplicationAttributesEnvironment::Representation
|
|
2861
|
+
|
|
2862
|
+
collection :operator_owners, as: 'operatorOwners', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV1ResourceApplicationAttributesContactInfo, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV1ResourceApplicationAttributesContactInfo::Representation
|
|
2863
|
+
|
|
2864
|
+
end
|
|
2865
|
+
end
|
|
2866
|
+
|
|
2867
|
+
class GoogleCloudSecuritycenterV1ResourceApplicationAttributesContactInfo
|
|
2868
|
+
# @private
|
|
2869
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2870
|
+
property :email, as: 'email'
|
|
2871
|
+
end
|
|
2872
|
+
end
|
|
2873
|
+
|
|
2874
|
+
class GoogleCloudSecuritycenterV1ResourceApplicationAttributesCriticality
|
|
2875
|
+
# @private
|
|
2876
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2877
|
+
property :type, as: 'type'
|
|
2878
|
+
end
|
|
2879
|
+
end
|
|
2880
|
+
|
|
2881
|
+
class GoogleCloudSecuritycenterV1ResourceApplicationAttributesEnvironment
|
|
2882
|
+
# @private
|
|
2883
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2884
|
+
property :type, as: 'type'
|
|
2885
|
+
end
|
|
2886
|
+
end
|
|
2887
|
+
|
|
2684
2888
|
class GoogleCloudSecuritycenterV1ResourceSelector
|
|
2685
2889
|
# @private
|
|
2686
2890
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -2894,6 +3098,7 @@ module Google
|
|
|
2894
3098
|
property :location, as: 'location'
|
|
2895
3099
|
property :name, as: 'name'
|
|
2896
3100
|
property :publisher, as: 'publisher'
|
|
3101
|
+
property :usage_category, as: 'usageCategory'
|
|
2897
3102
|
end
|
|
2898
3103
|
end
|
|
2899
3104
|
|
|
@@ -2913,6 +3118,24 @@ module Google
|
|
|
2913
3118
|
end
|
|
2914
3119
|
end
|
|
2915
3120
|
|
|
3121
|
+
class GoogleCloudSecuritycenterV2ArtifactGuardPolicies
|
|
3122
|
+
# @private
|
|
3123
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3124
|
+
collection :failing_policies, as: 'failingPolicies', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2ArtifactGuardPolicy, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2ArtifactGuardPolicy::Representation
|
|
3125
|
+
|
|
3126
|
+
property :resource_id, as: 'resourceId'
|
|
3127
|
+
end
|
|
3128
|
+
end
|
|
3129
|
+
|
|
3130
|
+
class GoogleCloudSecuritycenterV2ArtifactGuardPolicy
|
|
3131
|
+
# @private
|
|
3132
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3133
|
+
property :failure_reason, as: 'failureReason'
|
|
3134
|
+
property :policy_id, as: 'policyId'
|
|
3135
|
+
property :type, as: 'type'
|
|
3136
|
+
end
|
|
3137
|
+
end
|
|
3138
|
+
|
|
2916
3139
|
class GoogleCloudSecuritycenterV2Attack
|
|
2917
3140
|
# @private
|
|
2918
3141
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -3380,6 +3603,7 @@ module Google
|
|
|
3380
3603
|
property :contents, as: 'contents'
|
|
3381
3604
|
property :disk_path, as: 'diskPath', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2DiskPath, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2DiskPath::Representation
|
|
3382
3605
|
|
|
3606
|
+
property :file_load_state, as: 'fileLoadState'
|
|
3383
3607
|
property :hashed_size, :numeric_string => true, as: 'hashedSize'
|
|
3384
3608
|
collection :operations, as: 'operations', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2FileOperation, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2FileOperation::Representation
|
|
3385
3609
|
|
|
@@ -3408,6 +3632,8 @@ module Google
|
|
|
3408
3632
|
|
|
3409
3633
|
property :application, as: 'application', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2Application, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2Application::Representation
|
|
3410
3634
|
|
|
3635
|
+
property :artifact_guard_policies, as: 'artifactGuardPolicies', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2ArtifactGuardPolicies, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2ArtifactGuardPolicies::Representation
|
|
3636
|
+
|
|
3411
3637
|
property :attack_exposure, as: 'attackExposure', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2AttackExposure, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2AttackExposure::Representation
|
|
3412
3638
|
|
|
3413
3639
|
property :backup_disaster_recovery, as: 'backupDisasterRecovery', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2BackupDisasterRecovery, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2BackupDisasterRecovery::Representation
|
|
@@ -3493,6 +3719,8 @@ module Google
|
|
|
3493
3719
|
collection :processes, as: 'processes', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2Process, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2Process::Representation
|
|
3494
3720
|
|
|
3495
3721
|
property :resource_name, as: 'resourceName'
|
|
3722
|
+
property :secret, as: 'secret', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2Secret, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2Secret::Representation
|
|
3723
|
+
|
|
3496
3724
|
property :security_marks, as: 'securityMarks', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2SecurityMarks, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2SecurityMarks::Representation
|
|
3497
3725
|
|
|
3498
3726
|
property :security_posture, as: 'securityPosture', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2SecurityPosture, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2SecurityPosture::Representation
|
|
@@ -4073,6 +4301,8 @@ module Google
|
|
|
4073
4301
|
class GoogleCloudSecuritycenterV2Resource
|
|
4074
4302
|
# @private
|
|
4075
4303
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4304
|
+
property :application, as: 'application', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2ResourceApplication, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2ResourceApplication::Representation
|
|
4305
|
+
|
|
4076
4306
|
property :aws_metadata, as: 'awsMetadata', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2AwsMetadata, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2AwsMetadata::Representation
|
|
4077
4307
|
|
|
4078
4308
|
property :azure_metadata, as: 'azureMetadata', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2AzureMetadata, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2AzureMetadata::Representation
|
|
@@ -4091,6 +4321,52 @@ module Google
|
|
|
4091
4321
|
end
|
|
4092
4322
|
end
|
|
4093
4323
|
|
|
4324
|
+
class GoogleCloudSecuritycenterV2ResourceApplication
|
|
4325
|
+
# @private
|
|
4326
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4327
|
+
property :attributes, as: 'attributes', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2ResourceApplicationAttributes, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2ResourceApplicationAttributes::Representation
|
|
4328
|
+
|
|
4329
|
+
property :name, as: 'name'
|
|
4330
|
+
end
|
|
4331
|
+
end
|
|
4332
|
+
|
|
4333
|
+
class GoogleCloudSecuritycenterV2ResourceApplicationAttributes
|
|
4334
|
+
# @private
|
|
4335
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4336
|
+
collection :business_owners, as: 'businessOwners', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2ResourceApplicationAttributesContactInfo, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2ResourceApplicationAttributesContactInfo::Representation
|
|
4337
|
+
|
|
4338
|
+
property :criticality, as: 'criticality', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2ResourceApplicationAttributesCriticality, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2ResourceApplicationAttributesCriticality::Representation
|
|
4339
|
+
|
|
4340
|
+
collection :developer_owners, as: 'developerOwners', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2ResourceApplicationAttributesContactInfo, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2ResourceApplicationAttributesContactInfo::Representation
|
|
4341
|
+
|
|
4342
|
+
property :environment, as: 'environment', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2ResourceApplicationAttributesEnvironment, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2ResourceApplicationAttributesEnvironment::Representation
|
|
4343
|
+
|
|
4344
|
+
collection :operator_owners, as: 'operatorOwners', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2ResourceApplicationAttributesContactInfo, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2ResourceApplicationAttributesContactInfo::Representation
|
|
4345
|
+
|
|
4346
|
+
end
|
|
4347
|
+
end
|
|
4348
|
+
|
|
4349
|
+
class GoogleCloudSecuritycenterV2ResourceApplicationAttributesContactInfo
|
|
4350
|
+
# @private
|
|
4351
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4352
|
+
property :email, as: 'email'
|
|
4353
|
+
end
|
|
4354
|
+
end
|
|
4355
|
+
|
|
4356
|
+
class GoogleCloudSecuritycenterV2ResourceApplicationAttributesCriticality
|
|
4357
|
+
# @private
|
|
4358
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4359
|
+
property :type, as: 'type'
|
|
4360
|
+
end
|
|
4361
|
+
end
|
|
4362
|
+
|
|
4363
|
+
class GoogleCloudSecuritycenterV2ResourceApplicationAttributesEnvironment
|
|
4364
|
+
# @private
|
|
4365
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4366
|
+
property :type, as: 'type'
|
|
4367
|
+
end
|
|
4368
|
+
end
|
|
4369
|
+
|
|
4094
4370
|
class GoogleCloudSecuritycenterV2ResourcePath
|
|
4095
4371
|
# @private
|
|
4096
4372
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -4135,6 +4411,41 @@ module Google
|
|
|
4135
4411
|
end
|
|
4136
4412
|
end
|
|
4137
4413
|
|
|
4414
|
+
class GoogleCloudSecuritycenterV2Secret
|
|
4415
|
+
# @private
|
|
4416
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4417
|
+
property :environment_variable, as: 'environmentVariable', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2SecretEnvironmentVariable, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2SecretEnvironmentVariable::Representation
|
|
4418
|
+
|
|
4419
|
+
property :file_path, as: 'filePath', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2SecretFilePath, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2SecretFilePath::Representation
|
|
4420
|
+
|
|
4421
|
+
property :status, as: 'status', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2SecretStatus, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2SecretStatus::Representation
|
|
4422
|
+
|
|
4423
|
+
property :type, as: 'type'
|
|
4424
|
+
end
|
|
4425
|
+
end
|
|
4426
|
+
|
|
4427
|
+
class GoogleCloudSecuritycenterV2SecretEnvironmentVariable
|
|
4428
|
+
# @private
|
|
4429
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4430
|
+
property :key, as: 'key'
|
|
4431
|
+
end
|
|
4432
|
+
end
|
|
4433
|
+
|
|
4434
|
+
class GoogleCloudSecuritycenterV2SecretFilePath
|
|
4435
|
+
# @private
|
|
4436
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4437
|
+
property :path, as: 'path'
|
|
4438
|
+
end
|
|
4439
|
+
end
|
|
4440
|
+
|
|
4441
|
+
class GoogleCloudSecuritycenterV2SecretStatus
|
|
4442
|
+
# @private
|
|
4443
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4444
|
+
property :last_updated_time, as: 'lastUpdatedTime'
|
|
4445
|
+
property :validity, as: 'validity'
|
|
4446
|
+
end
|
|
4447
|
+
end
|
|
4448
|
+
|
|
4138
4449
|
class GoogleCloudSecuritycenterV2SecurityBulletin
|
|
4139
4450
|
# @private
|
|
4140
4451
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -4747,6 +5058,41 @@ module Google
|
|
|
4747
5058
|
end
|
|
4748
5059
|
end
|
|
4749
5060
|
|
|
5061
|
+
class Secret
|
|
5062
|
+
# @private
|
|
5063
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
5064
|
+
property :environment_variable, as: 'environmentVariable', class: Google::Apis::SecuritycenterV1beta1::SecretEnvironmentVariable, decorator: Google::Apis::SecuritycenterV1beta1::SecretEnvironmentVariable::Representation
|
|
5065
|
+
|
|
5066
|
+
property :file_path, as: 'filePath', class: Google::Apis::SecuritycenterV1beta1::SecretFilePath, decorator: Google::Apis::SecuritycenterV1beta1::SecretFilePath::Representation
|
|
5067
|
+
|
|
5068
|
+
property :status, as: 'status', class: Google::Apis::SecuritycenterV1beta1::SecretStatus, decorator: Google::Apis::SecuritycenterV1beta1::SecretStatus::Representation
|
|
5069
|
+
|
|
5070
|
+
property :type, as: 'type'
|
|
5071
|
+
end
|
|
5072
|
+
end
|
|
5073
|
+
|
|
5074
|
+
class SecretEnvironmentVariable
|
|
5075
|
+
# @private
|
|
5076
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
5077
|
+
property :key, as: 'key'
|
|
5078
|
+
end
|
|
5079
|
+
end
|
|
5080
|
+
|
|
5081
|
+
class SecretFilePath
|
|
5082
|
+
# @private
|
|
5083
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
5084
|
+
property :path, as: 'path'
|
|
5085
|
+
end
|
|
5086
|
+
end
|
|
5087
|
+
|
|
5088
|
+
class SecretStatus
|
|
5089
|
+
# @private
|
|
5090
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
5091
|
+
property :last_updated_time, as: 'lastUpdatedTime'
|
|
5092
|
+
property :validity, as: 'validity'
|
|
5093
|
+
end
|
|
5094
|
+
end
|
|
5095
|
+
|
|
4750
5096
|
class SecurityBulletin
|
|
4751
5097
|
# @private
|
|
4752
5098
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -439,11 +439,12 @@ module Google
|
|
|
439
439
|
# The standard list page token.
|
|
440
440
|
# @param [Boolean] return_partial_success
|
|
441
441
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
442
|
-
# those that are unreachable are returned in the
|
|
443
|
-
# unreachable
|
|
444
|
-
#
|
|
445
|
-
# by default
|
|
446
|
-
# explicitly documented otherwise in service or product specific
|
|
442
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
443
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
444
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
445
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
446
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
447
|
+
# documentation.
|
|
447
448
|
# @param [String] fields
|
|
448
449
|
# Selector specifying which fields to include in a partial response.
|
|
449
450
|
# @param [String] quota_user
|
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.
|
|
4
|
+
version: 0.101.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.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta1/v0.101.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:
|