@@ -3989,6 +3989,7 @@ components:
3989
3989
description: The ID of the AWS account.
3990
3990
example: '123456789012'
3991
3991
type: string
3992
+ x-model-simple-name: AccountId
3992
3993
AwsCURConfig:
3993
3994
description: AWS CUR config.
3994
3995
properties:
@@ -4223,6 +4224,7 @@ components:
4223
4224
example: QUEUED
4224
4225
type: string
4225
4226
type: object
4227
+ x-model-simple-name: OnDemandAttributes
4226
4228
AwsOnDemandCreateAttributes:
4227
4229
description: Attributes for the AWS on demand task.
4228
4230
properties:
@@ -4234,6 +4236,7 @@ components:
4234
4236
required:
4235
4237
- arn
4236
4238
type: object
4239
+ x-model-simple-name: OnDemandCreateAttributes
4237
4240
AwsOnDemandCreateData:
4238
4241
description: Object for a single AWS on demand task.
4239
4242
properties:
@@ -4245,6 +4248,7 @@ components:
4245
4248
- type
4246
4249
- attributes
4247
4250
type: object
4251
+ x-model-simple-name: OnDemandCreateData
4248
4252
AwsOnDemandCreateRequest:
4249
4253
description: Request object that includes the on demand task to submit.
4250
4254
properties:
@@ -4253,6 +4257,7 @@ components:
4253
4257
required:
4254
4258
- data
4255
4259
type: object
4260
+ x-model-simple-name: OnDemandCreateRequest
4256
4261
AwsOnDemandData:
4257
4262
description: Single AWS on demand task.
4258
4263
properties:
@@ -4265,6 +4270,7 @@ components:
4265
4270
type:
4266
4271
$ref: '#/components/schemas/AwsOnDemandType'
4267
4272
type: object
4273
+ x-model-simple-name: OnDemandData
4268
4274
AwsOnDemandListResponse:
4269
4275
description: Response object that includes a list of AWS on demand tasks.
4270
4276
properties:
@@ -4274,12 +4280,14 @@ components:
4274
4280
$ref: '#/components/schemas/AwsOnDemandData'
4275
4281
type: array
4276
4282
type: object
4283
+ x-model-simple-name: OnDemandListResponse
4277
4284
AwsOnDemandResponse:
4278
4285
description: Response object that includes an AWS on demand task.
4279
4286
properties:
4280
4287
data:
4281
4288
$ref: '#/components/schemas/AwsOnDemandData'
4282
4289
type: object
4290
+ x-model-simple-name: OnDemandResponse
4283
4291
AwsOnDemandType:
4284
4292
default: aws_resource
4285
4293
description: The type of the on demand task. The value should always be `aws_resource`.
@@ -4289,6 +4297,7 @@ components:
4289
4297
type: string
4290
4298
x-enum-varnames:
4291
4299
- AWS_RESOURCE
4300
+ x-model-simple-name: OnDemandType
4292
4301
AwsScanOptionsAttributes:
4293
4302
description: Attributes for the AWS scan options.
4294
4303
properties:
@@ -4310,6 +4319,7 @@ components:
4310
4319
example: true
4311
4320
type: boolean
4312
4321
type: object
4322
+ x-model-simple-name: ScanOptionsAttributes
4313
4323
AwsScanOptionsCreateAttributes:
4314
4324
description: Attributes for the AWS scan options to create.
4315
4325
properties:
@@ -4336,6 +4346,7 @@ components:
4336
4346
- vuln_containers_os
4337
4347
- vuln_host_os
4338
4348
type: object
4349
+ x-model-simple-name: ScanOptionsCreateAttributes
4339
4350
AwsScanOptionsCreateData:
4340
4351
description: Object for the scan options of a single AWS account.
4341
4352
properties:
@@ -4350,6 +4361,7 @@ components:
4350
4361
- type
4351
4362
- attributes
4352
4363
type: object
4364
+ x-model-simple-name: ScanOptionsCreateData
4353
4365
AwsScanOptionsCreateRequest:
4354
4366
description: Request object that includes the scan options to create.
4355
4367
properties:
@@ -4358,6 +4370,7 @@ components:
4358
4370
required:
4359
4371
- data
4360
4372
type: object
4373
+ x-model-simple-name: ScanOptionsCreateRequest
4361
4374
AwsScanOptionsData:
4362
4375
description: Single AWS Scan Options entry.
4363
4376
properties:
@@ -4370,6 +4383,7 @@ components:
4370
4383
type:
4371
4384
$ref: '#/components/schemas/AwsScanOptionsType'
4372
4385
type: object
4386
+ x-model-simple-name: ScanOptionsData
4373
4387
AwsScanOptionsListResponse:
4374
4388
description: Response object that includes a list of AWS scan options.
4375
4389
properties:
@@ -4379,12 +4393,14 @@ components:
4379
4393
$ref: '#/components/schemas/AwsScanOptionsData'
4380
4394
type: array
4381
4395
type: object
4396
+ x-model-simple-name: ScanOptionsListResponse
4382
4397
AwsScanOptionsResponse:
4383
4398
description: Response object that includes the scan options of an AWS account.
4384
4399
properties:
4385
4400
data:
4386
4401
$ref: '#/components/schemas/AwsScanOptionsData'
4387
4402
type: object
4403
+ x-model-simple-name: ScanOptionsResponse
4388
4404
AwsScanOptionsType:
4389
4405
default: aws_scan_options
4390
4406
description: The type of the resource. The value should always be `aws_scan_options`.
@@ -4394,6 +4410,7 @@ components:
4394
4410
type: string
4395
4411
x-enum-varnames:
4396
4412
- AWS_SCAN_OPTIONS
4413
+ x-model-simple-name: ScanOptionsType
4397
4414
AwsScanOptionsUpdateAttributes:
4398
4415
description: Attributes for the AWS scan options to update.
4399
4416
properties:
@@ -4415,6 +4432,7 @@ components:
4415
4432
example: true
4416
4433
type: boolean
4417
4434
type: object
4435
+ x-model-simple-name: ScanOptionsUpdateAttributes
4418
4436
AwsScanOptionsUpdateData:
4419
4437
description: Object for the scan options of a single AWS account.
4420
4438
properties:
@@ -4429,6 +4447,7 @@ components:
4429
4447
- type
4430
4448
- attributes
4431
4449
type: object
4450
+ x-model-simple-name: ScanOptionsUpdateData
4432
4451
AwsScanOptionsUpdateRequest:
4433
4452
description: Request object that includes the scan options to update.
4434
4453
properties:
@@ -4437,6 +4456,7 @@ components:
4437
4456
required:
4438
4457
- data
4439
4458
type: object
4459
+ x-model-simple-name: ScanOptionsUpdateRequest
4440
4460
AzureStorageDestination:
4441
4461
description: The `azure_storage` destination forwards logs to an Azure Blob
4442
4462
Storage container.
0 commit comments