google-apis-apigee_v1 0.74.0 → 0.76.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/apigee_v1/classes.rb +666 -30
- data/lib/google/apis/apigee_v1/gem_version.rb +2 -2
- data/lib/google/apis/apigee_v1/representations.rb +341 -0
- data/lib/google/apis/apigee_v1/service.rb +459 -33
- metadata +4 -4
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ApigeeV1
|
18
18
|
# Version of the google-apis-apigee_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.76.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 = "20230924"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -106,6 +106,12 @@ module Google
|
|
106
106
|
include Google::Apis::Core::JsonObjectSupport
|
107
107
|
end
|
108
108
|
|
109
|
+
class GoogleCloudApigeeV1AnalyticsConfig
|
110
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
|
+
|
112
|
+
include Google::Apis::Core::JsonObjectSupport
|
113
|
+
end
|
114
|
+
|
109
115
|
class GoogleCloudApigeeV1ApiCategory
|
110
116
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
117
|
|
@@ -448,6 +454,18 @@ module Google
|
|
448
454
|
include Google::Apis::Core::JsonObjectSupport
|
449
455
|
end
|
450
456
|
|
457
|
+
class GoogleCloudApigeeV1DisableSecurityActionRequest
|
458
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
459
|
+
|
460
|
+
include Google::Apis::Core::JsonObjectSupport
|
461
|
+
end
|
462
|
+
|
463
|
+
class GoogleCloudApigeeV1EnableSecurityActionRequest
|
464
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
465
|
+
|
466
|
+
include Google::Apis::Core::JsonObjectSupport
|
467
|
+
end
|
468
|
+
|
451
469
|
class GoogleCloudApigeeV1EndpointAttachment
|
452
470
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
453
471
|
|
@@ -838,6 +856,12 @@ module Google
|
|
838
856
|
include Google::Apis::Core::JsonObjectSupport
|
839
857
|
end
|
840
858
|
|
859
|
+
class GoogleCloudApigeeV1ListSecurityActionsResponse
|
860
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
861
|
+
|
862
|
+
include Google::Apis::Core::JsonObjectSupport
|
863
|
+
end
|
864
|
+
|
841
865
|
class GoogleCloudApigeeV1ListSecurityIncidentsResponse
|
842
866
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
843
867
|
|
@@ -982,6 +1006,54 @@ module Google
|
|
982
1006
|
include Google::Apis::Core::JsonObjectSupport
|
983
1007
|
end
|
984
1008
|
|
1009
|
+
class GoogleCloudApigeeV1ProfileConfig
|
1010
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1011
|
+
|
1012
|
+
include Google::Apis::Core::JsonObjectSupport
|
1013
|
+
end
|
1014
|
+
|
1015
|
+
class GoogleCloudApigeeV1ProfileConfigAbuse
|
1016
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1017
|
+
|
1018
|
+
include Google::Apis::Core::JsonObjectSupport
|
1019
|
+
end
|
1020
|
+
|
1021
|
+
class GoogleCloudApigeeV1ProfileConfigAuthorization
|
1022
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1023
|
+
|
1024
|
+
include Google::Apis::Core::JsonObjectSupport
|
1025
|
+
end
|
1026
|
+
|
1027
|
+
class GoogleCloudApigeeV1ProfileConfigCors
|
1028
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1029
|
+
|
1030
|
+
include Google::Apis::Core::JsonObjectSupport
|
1031
|
+
end
|
1032
|
+
|
1033
|
+
class GoogleCloudApigeeV1ProfileConfigCategory
|
1034
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1035
|
+
|
1036
|
+
include Google::Apis::Core::JsonObjectSupport
|
1037
|
+
end
|
1038
|
+
|
1039
|
+
class GoogleCloudApigeeV1ProfileConfigMtls
|
1040
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1041
|
+
|
1042
|
+
include Google::Apis::Core::JsonObjectSupport
|
1043
|
+
end
|
1044
|
+
|
1045
|
+
class GoogleCloudApigeeV1ProfileConfigMediation
|
1046
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1047
|
+
|
1048
|
+
include Google::Apis::Core::JsonObjectSupport
|
1049
|
+
end
|
1050
|
+
|
1051
|
+
class GoogleCloudApigeeV1ProfileConfigThreat
|
1052
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1053
|
+
|
1054
|
+
include Google::Apis::Core::JsonObjectSupport
|
1055
|
+
end
|
1056
|
+
|
985
1057
|
class GoogleCloudApigeeV1Properties
|
986
1058
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
987
1059
|
|
@@ -1144,6 +1216,24 @@ module Google
|
|
1144
1216
|
include Google::Apis::Core::JsonObjectSupport
|
1145
1217
|
end
|
1146
1218
|
|
1219
|
+
class GoogleCloudApigeeV1RuntimeAddonsConfig
|
1220
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1221
|
+
|
1222
|
+
include Google::Apis::Core::JsonObjectSupport
|
1223
|
+
end
|
1224
|
+
|
1225
|
+
class GoogleCloudApigeeV1RuntimeAnalyticsConfig
|
1226
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1227
|
+
|
1228
|
+
include Google::Apis::Core::JsonObjectSupport
|
1229
|
+
end
|
1230
|
+
|
1231
|
+
class GoogleCloudApigeeV1RuntimeApiSecurityConfig
|
1232
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1233
|
+
|
1234
|
+
include Google::Apis::Core::JsonObjectSupport
|
1235
|
+
end
|
1236
|
+
|
1147
1237
|
class GoogleCloudApigeeV1RuntimeConfig
|
1148
1238
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1149
1239
|
|
@@ -1216,6 +1306,48 @@ module Google
|
|
1216
1306
|
include Google::Apis::Core::JsonObjectSupport
|
1217
1307
|
end
|
1218
1308
|
|
1309
|
+
class GoogleCloudApigeeV1SecurityAction
|
1310
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1311
|
+
|
1312
|
+
include Google::Apis::Core::JsonObjectSupport
|
1313
|
+
end
|
1314
|
+
|
1315
|
+
class GoogleCloudApigeeV1SecurityActionAllow
|
1316
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1317
|
+
|
1318
|
+
include Google::Apis::Core::JsonObjectSupport
|
1319
|
+
end
|
1320
|
+
|
1321
|
+
class GoogleCloudApigeeV1SecurityActionConditionConfig
|
1322
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1323
|
+
|
1324
|
+
include Google::Apis::Core::JsonObjectSupport
|
1325
|
+
end
|
1326
|
+
|
1327
|
+
class GoogleCloudApigeeV1SecurityActionDeny
|
1328
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1329
|
+
|
1330
|
+
include Google::Apis::Core::JsonObjectSupport
|
1331
|
+
end
|
1332
|
+
|
1333
|
+
class GoogleCloudApigeeV1SecurityActionFlag
|
1334
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1335
|
+
|
1336
|
+
include Google::Apis::Core::JsonObjectSupport
|
1337
|
+
end
|
1338
|
+
|
1339
|
+
class GoogleCloudApigeeV1SecurityActionHttpHeader
|
1340
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1341
|
+
|
1342
|
+
include Google::Apis::Core::JsonObjectSupport
|
1343
|
+
end
|
1344
|
+
|
1345
|
+
class GoogleCloudApigeeV1SecurityActionsConfig
|
1346
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1347
|
+
|
1348
|
+
include Google::Apis::Core::JsonObjectSupport
|
1349
|
+
end
|
1350
|
+
|
1219
1351
|
class GoogleCloudApigeeV1SecurityIncident
|
1220
1352
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1221
1353
|
|
@@ -1294,6 +1426,12 @@ module Google
|
|
1294
1426
|
include Google::Apis::Core::JsonObjectSupport
|
1295
1427
|
end
|
1296
1428
|
|
1429
|
+
class GoogleCloudApigeeV1SetAddonEnablementRequest
|
1430
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1431
|
+
|
1432
|
+
include Google::Apis::Core::JsonObjectSupport
|
1433
|
+
end
|
1434
|
+
|
1297
1435
|
class GoogleCloudApigeeV1SetAddonsRequest
|
1298
1436
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1299
1437
|
|
@@ -1585,6 +1723,8 @@ module Google
|
|
1585
1723
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1586
1724
|
property :advanced_api_ops_config, as: 'advancedApiOpsConfig', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1AdvancedApiOpsConfig, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1AdvancedApiOpsConfig::Representation
|
1587
1725
|
|
1726
|
+
property :analytics_config, as: 'analyticsConfig', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1AnalyticsConfig, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1AnalyticsConfig::Representation
|
1727
|
+
|
1588
1728
|
property :api_security_config, as: 'apiSecurityConfig', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ApiSecurityConfig, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ApiSecurityConfig::Representation
|
1589
1729
|
|
1590
1730
|
property :connectors_platform_config, as: 'connectorsPlatformConfig', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ConnectorsPlatformConfig, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ConnectorsPlatformConfig::Representation
|
@@ -1630,6 +1770,16 @@ module Google
|
|
1630
1770
|
end
|
1631
1771
|
end
|
1632
1772
|
|
1773
|
+
class GoogleCloudApigeeV1AnalyticsConfig
|
1774
|
+
# @private
|
1775
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1776
|
+
property :enabled, as: 'enabled'
|
1777
|
+
property :expire_time_millis, :numeric_string => true, as: 'expireTimeMillis'
|
1778
|
+
property :state, as: 'state'
|
1779
|
+
property :update_time, as: 'updateTime'
|
1780
|
+
end
|
1781
|
+
end
|
1782
|
+
|
1633
1783
|
class GoogleCloudApigeeV1ApiCategory
|
1634
1784
|
# @private
|
1635
1785
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2369,6 +2519,18 @@ module Google
|
|
2369
2519
|
end
|
2370
2520
|
end
|
2371
2521
|
|
2522
|
+
class GoogleCloudApigeeV1DisableSecurityActionRequest
|
2523
|
+
# @private
|
2524
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2525
|
+
end
|
2526
|
+
end
|
2527
|
+
|
2528
|
+
class GoogleCloudApigeeV1EnableSecurityActionRequest
|
2529
|
+
# @private
|
2530
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2531
|
+
end
|
2532
|
+
end
|
2533
|
+
|
2372
2534
|
class GoogleCloudApigeeV1EndpointAttachment
|
2373
2535
|
# @private
|
2374
2536
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2422,6 +2584,8 @@ module Google
|
|
2422
2584
|
class GoogleCloudApigeeV1EnvironmentConfig
|
2423
2585
|
# @private
|
2424
2586
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2587
|
+
property :addons_config, as: 'addonsConfig', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1RuntimeAddonsConfig, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1RuntimeAddonsConfig::Representation
|
2588
|
+
|
2425
2589
|
property :arc_config_location, as: 'arcConfigLocation'
|
2426
2590
|
property :create_time, as: 'createTime'
|
2427
2591
|
collection :data_collectors, as: 'dataCollectors', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1DataCollectorConfig, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1DataCollectorConfig::Representation
|
@@ -3010,6 +3174,15 @@ module Google
|
|
3010
3174
|
end
|
3011
3175
|
end
|
3012
3176
|
|
3177
|
+
class GoogleCloudApigeeV1ListSecurityActionsResponse
|
3178
|
+
# @private
|
3179
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3180
|
+
property :next_page_token, as: 'nextPageToken'
|
3181
|
+
collection :security_actions, as: 'securityActions', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityAction, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityAction::Representation
|
3182
|
+
|
3183
|
+
end
|
3184
|
+
end
|
3185
|
+
|
3013
3186
|
class GoogleCloudApigeeV1ListSecurityIncidentsResponse
|
3014
3187
|
# @private
|
3015
3188
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3222,6 +3395,7 @@ module Google
|
|
3222
3395
|
property :runtime_database_encryption_key_name, as: 'runtimeDatabaseEncryptionKeyName'
|
3223
3396
|
property :runtime_type, as: 'runtimeType'
|
3224
3397
|
property :state, as: 'state'
|
3398
|
+
property :subscription_plan, as: 'subscriptionPlan'
|
3225
3399
|
property :subscription_type, as: 'subscriptionType'
|
3226
3400
|
property :type, as: 'type'
|
3227
3401
|
end
|
@@ -3261,6 +3435,68 @@ module Google
|
|
3261
3435
|
end
|
3262
3436
|
end
|
3263
3437
|
|
3438
|
+
class GoogleCloudApigeeV1ProfileConfig
|
3439
|
+
# @private
|
3440
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3441
|
+
collection :categories, as: 'categories', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ProfileConfigCategory, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ProfileConfigCategory::Representation
|
3442
|
+
|
3443
|
+
end
|
3444
|
+
end
|
3445
|
+
|
3446
|
+
class GoogleCloudApigeeV1ProfileConfigAbuse
|
3447
|
+
# @private
|
3448
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3449
|
+
end
|
3450
|
+
end
|
3451
|
+
|
3452
|
+
class GoogleCloudApigeeV1ProfileConfigAuthorization
|
3453
|
+
# @private
|
3454
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3455
|
+
end
|
3456
|
+
end
|
3457
|
+
|
3458
|
+
class GoogleCloudApigeeV1ProfileConfigCors
|
3459
|
+
# @private
|
3460
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3461
|
+
end
|
3462
|
+
end
|
3463
|
+
|
3464
|
+
class GoogleCloudApigeeV1ProfileConfigCategory
|
3465
|
+
# @private
|
3466
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3467
|
+
property :abuse, as: 'abuse', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ProfileConfigAbuse, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ProfileConfigAbuse::Representation
|
3468
|
+
|
3469
|
+
property :authorization, as: 'authorization', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ProfileConfigAuthorization, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ProfileConfigAuthorization::Representation
|
3470
|
+
|
3471
|
+
property :cors, as: 'cors', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ProfileConfigCors, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ProfileConfigCors::Representation
|
3472
|
+
|
3473
|
+
property :mediation, as: 'mediation', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ProfileConfigMediation, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ProfileConfigMediation::Representation
|
3474
|
+
|
3475
|
+
property :mtls, as: 'mtls', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ProfileConfigMtls, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ProfileConfigMtls::Representation
|
3476
|
+
|
3477
|
+
property :threat, as: 'threat', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ProfileConfigThreat, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ProfileConfigThreat::Representation
|
3478
|
+
|
3479
|
+
end
|
3480
|
+
end
|
3481
|
+
|
3482
|
+
class GoogleCloudApigeeV1ProfileConfigMtls
|
3483
|
+
# @private
|
3484
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3485
|
+
end
|
3486
|
+
end
|
3487
|
+
|
3488
|
+
class GoogleCloudApigeeV1ProfileConfigMediation
|
3489
|
+
# @private
|
3490
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3491
|
+
end
|
3492
|
+
end
|
3493
|
+
|
3494
|
+
class GoogleCloudApigeeV1ProfileConfigThreat
|
3495
|
+
# @private
|
3496
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3497
|
+
end
|
3498
|
+
end
|
3499
|
+
|
3264
3500
|
class GoogleCloudApigeeV1Properties
|
3265
3501
|
# @private
|
3266
3502
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3571,6 +3807,34 @@ module Google
|
|
3571
3807
|
end
|
3572
3808
|
end
|
3573
3809
|
|
3810
|
+
class GoogleCloudApigeeV1RuntimeAddonsConfig
|
3811
|
+
# @private
|
3812
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3813
|
+
property :analytics_config, as: 'analyticsConfig', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1RuntimeAnalyticsConfig, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1RuntimeAnalyticsConfig::Representation
|
3814
|
+
|
3815
|
+
property :api_security_config, as: 'apiSecurityConfig', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1RuntimeApiSecurityConfig, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1RuntimeApiSecurityConfig::Representation
|
3816
|
+
|
3817
|
+
property :name, as: 'name'
|
3818
|
+
property :revision_id, as: 'revisionId'
|
3819
|
+
property :uid, as: 'uid'
|
3820
|
+
end
|
3821
|
+
end
|
3822
|
+
|
3823
|
+
class GoogleCloudApigeeV1RuntimeAnalyticsConfig
|
3824
|
+
# @private
|
3825
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3826
|
+
property :billing_pipeline_enabled, as: 'billingPipelineEnabled'
|
3827
|
+
property :enabled, as: 'enabled'
|
3828
|
+
end
|
3829
|
+
end
|
3830
|
+
|
3831
|
+
class GoogleCloudApigeeV1RuntimeApiSecurityConfig
|
3832
|
+
# @private
|
3833
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3834
|
+
property :enabled, as: 'enabled'
|
3835
|
+
end
|
3836
|
+
end
|
3837
|
+
|
3574
3838
|
class GoogleCloudApigeeV1RuntimeConfig
|
3575
3839
|
# @private
|
3576
3840
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3698,6 +3962,73 @@ module Google
|
|
3698
3962
|
end
|
3699
3963
|
end
|
3700
3964
|
|
3965
|
+
class GoogleCloudApigeeV1SecurityAction
|
3966
|
+
# @private
|
3967
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3968
|
+
property :allow, as: 'allow', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityActionAllow, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityActionAllow::Representation
|
3969
|
+
|
3970
|
+
property :condition_config, as: 'conditionConfig', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityActionConditionConfig, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityActionConditionConfig::Representation
|
3971
|
+
|
3972
|
+
property :create_time, as: 'createTime'
|
3973
|
+
property :deny, as: 'deny', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityActionDeny, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityActionDeny::Representation
|
3974
|
+
|
3975
|
+
property :description, as: 'description'
|
3976
|
+
property :expire_time, as: 'expireTime'
|
3977
|
+
property :flag, as: 'flag', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityActionFlag, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityActionFlag::Representation
|
3978
|
+
|
3979
|
+
property :name, as: 'name'
|
3980
|
+
property :state, as: 'state'
|
3981
|
+
property :ttl, as: 'ttl'
|
3982
|
+
property :update_time, as: 'updateTime'
|
3983
|
+
end
|
3984
|
+
end
|
3985
|
+
|
3986
|
+
class GoogleCloudApigeeV1SecurityActionAllow
|
3987
|
+
# @private
|
3988
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3989
|
+
end
|
3990
|
+
end
|
3991
|
+
|
3992
|
+
class GoogleCloudApigeeV1SecurityActionConditionConfig
|
3993
|
+
# @private
|
3994
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3995
|
+
collection :bot_reasons, as: 'botReasons'
|
3996
|
+
collection :ip_address_ranges, as: 'ipAddressRanges'
|
3997
|
+
end
|
3998
|
+
end
|
3999
|
+
|
4000
|
+
class GoogleCloudApigeeV1SecurityActionDeny
|
4001
|
+
# @private
|
4002
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4003
|
+
property :response_code, as: 'responseCode'
|
4004
|
+
end
|
4005
|
+
end
|
4006
|
+
|
4007
|
+
class GoogleCloudApigeeV1SecurityActionFlag
|
4008
|
+
# @private
|
4009
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4010
|
+
collection :headers, as: 'headers', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityActionHttpHeader, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityActionHttpHeader::Representation
|
4011
|
+
|
4012
|
+
end
|
4013
|
+
end
|
4014
|
+
|
4015
|
+
class GoogleCloudApigeeV1SecurityActionHttpHeader
|
4016
|
+
# @private
|
4017
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4018
|
+
property :name, as: 'name'
|
4019
|
+
property :value, as: 'value'
|
4020
|
+
end
|
4021
|
+
end
|
4022
|
+
|
4023
|
+
class GoogleCloudApigeeV1SecurityActionsConfig
|
4024
|
+
# @private
|
4025
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4026
|
+
property :enabled, as: 'enabled'
|
4027
|
+
property :name, as: 'name'
|
4028
|
+
property :update_time, as: 'updateTime'
|
4029
|
+
end
|
4030
|
+
end
|
4031
|
+
|
3701
4032
|
class GoogleCloudApigeeV1SecurityIncident
|
3702
4033
|
# @private
|
3703
4034
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3721,6 +4052,8 @@ module Google
|
|
3721
4052
|
property :max_score, as: 'maxScore'
|
3722
4053
|
property :min_score, as: 'minScore'
|
3723
4054
|
property :name, as: 'name'
|
4055
|
+
property :profile_config, as: 'profileConfig', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ProfileConfig, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ProfileConfig::Representation
|
4056
|
+
|
3724
4057
|
property :revision_create_time, as: 'revisionCreateTime'
|
3725
4058
|
property :revision_id, :numeric_string => true, as: 'revisionId'
|
3726
4059
|
property :revision_publish_time, as: 'revisionPublishTime'
|
@@ -3854,6 +4187,14 @@ module Google
|
|
3854
4187
|
end
|
3855
4188
|
end
|
3856
4189
|
|
4190
|
+
class GoogleCloudApigeeV1SetAddonEnablementRequest
|
4191
|
+
# @private
|
4192
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4193
|
+
property :analytics_enabled, as: 'analyticsEnabled'
|
4194
|
+
property :api_security_enabled, as: 'apiSecurityEnabled'
|
4195
|
+
end
|
4196
|
+
end
|
4197
|
+
|
3857
4198
|
class GoogleCloudApigeeV1SetAddonsRequest
|
3858
4199
|
# @private
|
3859
4200
|
class Representation < Google::Apis::Core::JsonRepresentation
|