Update the Resources Scan Config
PUT/config/v3/resource/configure
Returns the resource scan configs for those that have been updated.
Request
- application/json
Body
- Array [
- ]
enableScanning boolean
scanType stringnullable
Possible values: [not_selected
, backwardForward
, forward
, na
, systemResources
]
scanOption stringnullable
Possible values: [exposure_only
, sensitive_in_publicly_exposed
, all
, resource_level
]
resources object[]
resourceName string
resourceGroup string
accountId string
cloudType CloudType (string)
Possible values: [aws
, gcp
, azure
]
Responses
- 200
- 204
- 400
- 403
success
- application/json
- Schema
Schema
- any
no_content
bad_request
unauthorized_access
Loading...