ServerVulnerabilityAssessmentProperties interface
Properties of a server Vulnerability Assessment.
Properties
| recurring |
The recurring scans settings |
| storage |
Specifies the identifier key of the storage account for vulnerability assessment scan results. If 'StorageContainerSasKey' isn't specified, storageAccountAccessKey is required. Applies only if the storage account is not behind a Vnet or a firewall |
| storage |
A blob storage container path to hold the scan results (e.g. |
| storage |
A shared access signature (SAS Key) that has write access to the blob container specified in 'storageContainerPath' parameter. If 'storageAccountAccessKey' isn't specified, StorageContainerSasKey is required. Applies only if the storage account is not behind a Vnet or a firewall |
Property Details
recurringScans
The recurring scans settings
recurringScans?: VulnerabilityAssessmentRecurringScansProperties
Property Value
storageAccountAccessKey
Specifies the identifier key of the storage account for vulnerability assessment scan results. If 'StorageContainerSasKey' isn't specified, storageAccountAccessKey is required. Applies only if the storage account is not behind a Vnet or a firewall
storageAccountAccessKey?: string
Property Value
string
storageContainerPath
A blob storage container path to hold the scan results (e.g. https://myStorage.blob.core.windows.net/VaScans/).
storageContainerPath: string
Property Value
string
storageContainerSasKey
A shared access signature (SAS Key) that has write access to the blob container specified in 'storageContainerPath' parameter. If 'storageAccountAccessKey' isn't specified, StorageContainerSasKey is required. Applies only if the storage account is not behind a Vnet or a firewall
storageContainerSasKey?: string
Property Value
string