GetWorkspaceManagedSqlServerVulnerabilityAssessmentResult

data class GetWorkspaceManagedSqlServerVulnerabilityAssessmentResult(val id: String, val name: String, val recurringScans: VulnerabilityAssessmentRecurringScansPropertiesResponse? = null, val storageContainerPath: String, val type: String)

A server vulnerability assessment.

Constructors

constructor(id: String, name: String, recurringScans: VulnerabilityAssessmentRecurringScansPropertiesResponse? = null, storageContainerPath: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

The name of the resource

Link copied to clipboard
Link copied to clipboard

A blob storage container path to hold the scan results (e.g. https://myStorage.blob.core.windows.net/VaScans/).

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"