class Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseVulnerabilityAssessmentScansExport
A database 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 DatabaseVulnerabilityAssessmentScansExport
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2017-10-01-preview/generated/azure_mgmt_sql/models/database_vulnerability_assessment_scans_export.rb, line 25 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'DatabaseVulnerabilityAssessmentScansExport', type: { name: 'Composite', class_name: 'DatabaseVulnerabilityAssessmentScansExport', 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