class Azure::Synapse::Mgmt::V2019_06_01_preview::Models::SqlPoolVulnerabilityAssessmentScansExport
A Sql pool Vulnerability Assessment scan export resource.
Attributes
exported_report_location[RW]
@return [String] Location of the exported report (e.g. myStorage.blob.core.windows.net/VaScans/scans/serverName/databaseName/scan_scanId.xlsx).
Private Class Methods
mapper()
click to toggle source
Mapper for SqlPoolVulnerabilityAssessmentScansExport
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2019-06-01-preview/generated/azure_mgmt_synapse/models/sql_pool_vulnerability_assessment_scans_export.rb, line 25 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'SqlPoolVulnerabilityAssessmentScansExport', type: { name: 'Composite', class_name: 'SqlPoolVulnerabilityAssessmentScansExport', model_properties: { id: { client_side_validation: true, required: false, read_only: true, serialized_name: 'id', type: { name: 'String' } }, name: { client_side_validation: true, required: false, read_only: true, serialized_name: 'name', type: { name: 'String' } }, type: { client_side_validation: true, required: false, read_only: true, serialized_name: 'type', type: { name: 'String' } }, exported_report_location: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.exportedReportLocation', type: { name: 'String' } } } } } end