class Azure::Security::Mgmt::V2020_01_01::Models::SecuritySolutionsReferenceData
Model object.
Attributes
alert_vendor_name[RW]
@return [String] The security solutions' vendor name
id[RW]
@return [String] Resource
Id
location[RW]
@return [String] Location
where the resource is stored
name[RW]
@return [String] Resource
name
package_info_url[RW]
@return [String] The security solutions' package info url
product_name[RW]
@return [String] The security solutions' product name
publisher[RW]
@return [String] The security solutions' publisher
publisher_display_name[RW]
@return [String] The security solutions' publisher display name
security_family[RW]
@return [SecurityFamily] The security family of the security solution. Possible values include: 'Waf', 'Ngfw', 'SaasWaf', 'Va'
template[RW]
@return [String] The security solutions' template
type[RW]
@return [String] Resource
type
Private Class Methods
mapper()
click to toggle source
Mapper for SecuritySolutionsReferenceData
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2020-01-01/generated/azure_mgmt_security/models/security_solutions_reference_data.rb, line 55 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'securitySolutionsReferenceData', type: { name: 'Composite', class_name: 'SecuritySolutionsReferenceData', 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' } }, location: { client_side_validation: true, required: false, read_only: true, serialized_name: 'location', type: { name: 'String' } }, security_family: { client_side_validation: true, required: true, serialized_name: 'properties.securityFamily', type: { name: 'String' } }, alert_vendor_name: { client_side_validation: true, required: true, serialized_name: 'properties.alertVendorName', type: { name: 'String' } }, package_info_url: { client_side_validation: true, required: true, serialized_name: 'properties.packageInfoUrl', type: { name: 'String' } }, product_name: { client_side_validation: true, required: true, serialized_name: 'properties.productName', type: { name: 'String' } }, publisher: { client_side_validation: true, required: true, serialized_name: 'properties.publisher', type: { name: 'String' } }, publisher_display_name: { client_side_validation: true, required: true, serialized_name: 'properties.publisherDisplayName', type: { name: 'String' } }, template: { client_side_validation: true, required: true, serialized_name: 'properties.template', type: { name: 'String' } } } } } end