All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
AwsOnDemandResponse |
createAwsOnDemandTask(AwsOnDemandCreateRequest body)
Create AWS on demand task.
|
CompletableFuture<AwsOnDemandResponse> |
createAwsOnDemandTaskAsync(AwsOnDemandCreateRequest body)
Create AWS on demand task.
|
ApiResponse<AwsOnDemandResponse> |
createAwsOnDemandTaskWithHttpInfo(AwsOnDemandCreateRequest body)
Trigger the scan of an AWS resource with a high priority.
|
CompletableFuture<ApiResponse<AwsOnDemandResponse>> |
createAwsOnDemandTaskWithHttpInfoAsync(AwsOnDemandCreateRequest body)
Create AWS on demand task.
|
AwsScanOptionsResponse |
createAwsScanOptions(AwsScanOptionsCreateRequest body)
Create AWS scan options.
|
CompletableFuture<AwsScanOptionsResponse> |
createAwsScanOptionsAsync(AwsScanOptionsCreateRequest body)
Create AWS scan options.
|
ApiResponse<AwsScanOptionsResponse> |
createAwsScanOptionsWithHttpInfo(AwsScanOptionsCreateRequest body)
Activate Agentless scan options for an AWS account.
|
CompletableFuture<ApiResponse<AwsScanOptionsResponse>> |
createAwsScanOptionsWithHttpInfoAsync(AwsScanOptionsCreateRequest body)
Create AWS scan options.
|
AzureScanOptions |
createAzureScanOptions(AzureScanOptions body)
Create Azure scan options.
|
CompletableFuture<AzureScanOptions> |
createAzureScanOptionsAsync(AzureScanOptions body)
Create Azure scan options.
|
ApiResponse<AzureScanOptions> |
createAzureScanOptionsWithHttpInfo(AzureScanOptions body)
Activate Agentless scan options for an Azure subscription.
|
CompletableFuture<ApiResponse<AzureScanOptions>> |
createAzureScanOptionsWithHttpInfoAsync(AzureScanOptions body)
Create Azure scan options.
|
GcpScanOptions |
createGcpScanOptions(GcpScanOptions body)
Create GCP scan options.
|
CompletableFuture<GcpScanOptions> |
createGcpScanOptionsAsync(GcpScanOptions body)
Create GCP scan options.
|
ApiResponse<GcpScanOptions> |
createGcpScanOptionsWithHttpInfo(GcpScanOptions body)
Activate Agentless scan options for a GCP project.
|
CompletableFuture<ApiResponse<GcpScanOptions>> |
createGcpScanOptionsWithHttpInfoAsync(GcpScanOptions body)
Create GCP scan options.
|
void |
deleteAwsScanOptions(String accountId)
Delete AWS scan options.
|
CompletableFuture<Void> |
deleteAwsScanOptionsAsync(String accountId)
Delete AWS scan options.
|
ApiResponse<Void> |
deleteAwsScanOptionsWithHttpInfo(String accountId)
Delete Agentless scan options for an AWS account.
|
CompletableFuture<ApiResponse<Void>> |
deleteAwsScanOptionsWithHttpInfoAsync(String accountId)
Delete AWS scan options.
|
void |
deleteAzureScanOptions(String subscriptionId)
Delete Azure scan options.
|
CompletableFuture<Void> |
deleteAzureScanOptionsAsync(String subscriptionId)
Delete Azure scan options.
|
ApiResponse<Void> |
deleteAzureScanOptionsWithHttpInfo(String subscriptionId)
Delete Agentless scan options for an Azure subscription.
|
CompletableFuture<ApiResponse<Void>> |
deleteAzureScanOptionsWithHttpInfoAsync(String subscriptionId)
Delete Azure scan options.
|
void |
deleteGcpScanOptions(String projectId)
Delete GCP scan options.
|
CompletableFuture<Void> |
deleteGcpScanOptionsAsync(String projectId)
Delete GCP scan options.
|
ApiResponse<Void> |
deleteGcpScanOptionsWithHttpInfo(String projectId)
Delete Agentless scan options for a GCP project.
|
CompletableFuture<ApiResponse<Void>> |
deleteGcpScanOptionsWithHttpInfoAsync(String projectId)
Delete GCP scan options.
|
ApiClient |
getApiClient()
Get the API client.
|
AwsOnDemandResponse |
getAwsOnDemandTask(String taskId)
Get AWS on demand task.
|
CompletableFuture<AwsOnDemandResponse> |
getAwsOnDemandTaskAsync(String taskId)
Get AWS on demand task.
|
ApiResponse<AwsOnDemandResponse> |
getAwsOnDemandTaskWithHttpInfo(String taskId)
Fetch the data of a specific on demand task.
|
CompletableFuture<ApiResponse<AwsOnDemandResponse>> |
getAwsOnDemandTaskWithHttpInfoAsync(String taskId)
Get AWS on demand task.
|
AwsScanOptionsResponse |
getAwsScanOptions(String accountId)
Get AWS scan options.
|
CompletableFuture<AwsScanOptionsResponse> |
getAwsScanOptionsAsync(String accountId)
Get AWS scan options.
|
ApiResponse<AwsScanOptionsResponse> |
getAwsScanOptionsWithHttpInfo(String accountId)
Fetches the Agentless scan options for an activated account.
|
CompletableFuture<ApiResponse<AwsScanOptionsResponse>> |
getAwsScanOptionsWithHttpInfoAsync(String accountId)
Get AWS scan options.
|
AzureScanOptions |
getAzureScanOptions(String subscriptionId)
Get Azure scan options.
|
CompletableFuture<AzureScanOptions> |
getAzureScanOptionsAsync(String subscriptionId)
Get Azure scan options.
|
ApiResponse<AzureScanOptions> |
getAzureScanOptionsWithHttpInfo(String subscriptionId)
Fetches the Agentless scan options for an activated subscription.
|
CompletableFuture<ApiResponse<AzureScanOptions>> |
getAzureScanOptionsWithHttpInfoAsync(String subscriptionId)
Get Azure scan options.
|
GcpScanOptions |
getGcpScanOptions(String projectId)
Get GCP scan options.
|
CompletableFuture<GcpScanOptions> |
getGcpScanOptionsAsync(String projectId)
Get GCP scan options.
|
ApiResponse<GcpScanOptions> |
getGcpScanOptionsWithHttpInfo(String projectId)
Fetches the Agentless scan options for an activated GCP project.
|
CompletableFuture<ApiResponse<GcpScanOptions>> |
getGcpScanOptionsWithHttpInfoAsync(String projectId)
Get GCP scan options.
|
AwsOnDemandListResponse |
listAwsOnDemandTasks()
List AWS on demand tasks.
|
CompletableFuture<AwsOnDemandListResponse> |
listAwsOnDemandTasksAsync()
List AWS on demand tasks.
|
ApiResponse<AwsOnDemandListResponse> |
listAwsOnDemandTasksWithHttpInfo()
Fetches the most recent 1000 AWS on demand tasks.
|
CompletableFuture<ApiResponse<AwsOnDemandListResponse>> |
listAwsOnDemandTasksWithHttpInfoAsync()
List AWS on demand tasks.
|
AwsScanOptionsListResponse |
listAwsScanOptions()
List AWS scan options.
|
CompletableFuture<AwsScanOptionsListResponse> |
listAwsScanOptionsAsync()
List AWS scan options.
|
ApiResponse<AwsScanOptionsListResponse> |
listAwsScanOptionsWithHttpInfo()
Fetches the scan options configured for AWS accounts.
|
CompletableFuture<ApiResponse<AwsScanOptionsListResponse>> |
listAwsScanOptionsWithHttpInfoAsync()
List AWS scan options.
|
AzureScanOptionsArray |
listAzureScanOptions()
List Azure scan options.
|
CompletableFuture<AzureScanOptionsArray> |
listAzureScanOptionsAsync()
List Azure scan options.
|
ApiResponse<AzureScanOptionsArray> |
listAzureScanOptionsWithHttpInfo()
Fetches the scan options configured for Azure accounts.
|
CompletableFuture<ApiResponse<AzureScanOptionsArray>> |
listAzureScanOptionsWithHttpInfoAsync()
List Azure scan options.
|
GcpScanOptionsArray |
listGcpScanOptions()
List GCP scan options.
|
CompletableFuture<GcpScanOptionsArray> |
listGcpScanOptionsAsync()
List GCP scan options.
|
ApiResponse<GcpScanOptionsArray> |
listGcpScanOptionsWithHttpInfo()
Fetches the scan options configured for all GCP projects.
|
CompletableFuture<ApiResponse<GcpScanOptionsArray>> |
listGcpScanOptionsWithHttpInfoAsync()
List GCP scan options.
|
void |
setApiClient(ApiClient apiClient)
Set the API client.
|
void |
updateAwsScanOptions(String accountId,
AwsScanOptionsUpdateRequest body)
Update AWS scan options.
|
CompletableFuture<Void> |
updateAwsScanOptionsAsync(String accountId,
AwsScanOptionsUpdateRequest body)
Update AWS scan options.
|
ApiResponse<Void> |
updateAwsScanOptionsWithHttpInfo(String accountId,
AwsScanOptionsUpdateRequest body)
Update the Agentless scan options for an activated account.
|
CompletableFuture<ApiResponse<Void>> |
updateAwsScanOptionsWithHttpInfoAsync(String accountId,
AwsScanOptionsUpdateRequest body)
Update AWS scan options.
|
AzureScanOptions |
updateAzureScanOptions(String subscriptionId,
AzureScanOptionsInputUpdate body)
Update Azure scan options.
|
CompletableFuture<AzureScanOptions> |
updateAzureScanOptionsAsync(String subscriptionId,
AzureScanOptionsInputUpdate body)
Update Azure scan options.
|
ApiResponse<AzureScanOptions> |
updateAzureScanOptionsWithHttpInfo(String subscriptionId,
AzureScanOptionsInputUpdate body)
Update the Agentless scan options for an activated subscription.
|
CompletableFuture<ApiResponse<AzureScanOptions>> |
updateAzureScanOptionsWithHttpInfoAsync(String subscriptionId,
AzureScanOptionsInputUpdate body)
Update Azure scan options.
|
GcpScanOptions |
updateGcpScanOptions(String projectId,
GcpScanOptionsInputUpdate body)
Update GCP scan options.
|
CompletableFuture<GcpScanOptions> |
updateGcpScanOptionsAsync(String projectId,
GcpScanOptionsInputUpdate body)
Update GCP scan options.
|
ApiResponse<GcpScanOptions> |
updateGcpScanOptionsWithHttpInfo(String projectId,
GcpScanOptionsInputUpdate body)
Update the Agentless scan options for an activated GCP project.
|
CompletableFuture<ApiResponse<GcpScanOptions>> |
updateGcpScanOptionsWithHttpInfoAsync(String projectId,
GcpScanOptionsInputUpdate body)
Update GCP scan options.
|