Uses of Class
org.openapitools.client.model.CloudStorageVirusScanResult
Packages that use CloudStorageVirusScanResult
-
Uses of CloudStorageVirusScanResult in org.openapitools.client.api
Methods in org.openapitools.client.api that return CloudStorageVirusScanResultModifier and TypeMethodDescriptionScanCloudStorageApi.scanCloudStorageScanAwsS3File(String accessKey, String secretKey, String bucketRegion, String bucketName, String keyName, String roleArn) Scan an AWS S3 file for viruses Scan the contents of a single AWS S3 file and its content for viruses.ScanCloudStorageApi.scanCloudStorageScanAzureBlob(String connectionString, String containerName, String blobPath) Scan an Azure Blob for viruses Scan the contents of a single Azure Blob and its content for viruses.ScanCloudStorageApi.scanCloudStorageScanGcpStorageFile(String bucketName, String objectName, File jsonCredentialFile) Scan an Google Cloud Platform (GCP) Storage file for viruses Scan the contents of a single Google Cloud Platform (GCP) Storage file and its content for viruses.ScanCloudStorageApi.scanCloudStorageScanSharePointOnlineFile(String clientID, String clientSecret, String sharepointDomainName, String siteID, String filePath, String tenantID, String itemID) Virus Scan a file in a SharePoint Online Site Drive Virus Scan the contents of a single SharePoint Online Site Drive file and its content for viruses.Methods in org.openapitools.client.api that return types with arguments of type CloudStorageVirusScanResultModifier and TypeMethodDescriptionScanCloudStorageApi.scanCloudStorageScanAwsS3FileWithHttpInfo(String accessKey, String secretKey, String bucketRegion, String bucketName, String keyName, String roleArn) Scan an AWS S3 file for viruses Scan the contents of a single AWS S3 file and its content for viruses.ScanCloudStorageApi.scanCloudStorageScanAzureBlobWithHttpInfo(String connectionString, String containerName, String blobPath) Scan an Azure Blob for viruses Scan the contents of a single Azure Blob and its content for viruses.ScanCloudStorageApi.scanCloudStorageScanGcpStorageFileWithHttpInfo(String bucketName, String objectName, File jsonCredentialFile) Scan an Google Cloud Platform (GCP) Storage file for viruses Scan the contents of a single Google Cloud Platform (GCP) Storage file and its content for viruses.ScanCloudStorageApi.scanCloudStorageScanSharePointOnlineFileWithHttpInfo(String clientID, String clientSecret, String sharepointDomainName, String siteID, String filePath, String tenantID, String itemID) Virus Scan a file in a SharePoint Online Site Drive Virus Scan the contents of a single SharePoint Online Site Drive file and its content for viruses.Method parameters in org.openapitools.client.api with type arguments of type CloudStorageVirusScanResultModifier and TypeMethodDescriptionokhttp3.CallScanCloudStorageApi.scanCloudStorageScanAwsS3FileAsync(String accessKey, String secretKey, String bucketRegion, String bucketName, String keyName, String roleArn, ApiCallback<CloudStorageVirusScanResult> _callback) Scan an AWS S3 file for viruses (asynchronously) Scan the contents of a single AWS S3 file and its content for viruses.okhttp3.CallScanCloudStorageApi.scanCloudStorageScanAzureBlobAsync(String connectionString, String containerName, String blobPath, ApiCallback<CloudStorageVirusScanResult> _callback) Scan an Azure Blob for viruses (asynchronously) Scan the contents of a single Azure Blob and its content for viruses.okhttp3.CallScanCloudStorageApi.scanCloudStorageScanGcpStorageFileAsync(String bucketName, String objectName, File jsonCredentialFile, ApiCallback<CloudStorageVirusScanResult> _callback) Scan an Google Cloud Platform (GCP) Storage file for viruses (asynchronously) Scan the contents of a single Google Cloud Platform (GCP) Storage file and its content for viruses.okhttp3.CallScanCloudStorageApi.scanCloudStorageScanSharePointOnlineFileAsync(String clientID, String clientSecret, String sharepointDomainName, String siteID, String filePath, String tenantID, String itemID, ApiCallback<CloudStorageVirusScanResult> _callback) Virus Scan a file in a SharePoint Online Site Drive (asynchronously) Virus Scan the contents of a single SharePoint Online Site Drive file and its content for viruses. -
Uses of CloudStorageVirusScanResult in org.openapitools.client.model
Methods in org.openapitools.client.model that return CloudStorageVirusScanResultModifier and TypeMethodDescriptionCloudStorageVirusScanResult.addFoundVirusesItem(CloudStorageVirusFound foundVirusesItem) CloudStorageVirusScanResult.cleanResult(Boolean cleanResult) CloudStorageVirusScanResult.containsContentModerationRejection(Boolean containsContentModerationRejection) CloudStorageVirusScanResult.containsExecutable(Boolean containsExecutable) CloudStorageVirusScanResult.containsHtml(Boolean containsHtml) CloudStorageVirusScanResult.containsInsecureDeserialization(Boolean containsInsecureDeserialization) CloudStorageVirusScanResult.containsInvalidFile(Boolean containsInvalidFile) CloudStorageVirusScanResult.containsMacros(Boolean containsMacros) CloudStorageVirusScanResult.containsOleEmbeddedObject(Boolean containsOleEmbeddedObject) CloudStorageVirusScanResult.containsPasswordProtectedFile(Boolean containsPasswordProtectedFile) CloudStorageVirusScanResult.containsRestrictedFileFormat(Boolean containsRestrictedFileFormat) CloudStorageVirusScanResult.containsScript(Boolean containsScript) CloudStorageVirusScanResult.containsUnsafeArchive(Boolean containsUnsafeArchive) CloudStorageVirusScanResult.containsXmlExternalEntities(Boolean containsXmlExternalEntities) CloudStorageVirusScanResult.errorDetailedDescription(String errorDetailedDescription) CloudStorageVirusScanResult.foundViruses(List<CloudStorageVirusFound> foundViruses) static CloudStorageVirusScanResultCreate an instance of CloudStorageVirusScanResult given an JSON stringCloudStorageVirusScanResult.successful(Boolean successful) CloudStorageVirusScanResult.verifiedFileFormat(String verifiedFileFormat)