class Azure::Security::Mgmt::V2015_06_01_preview::Models::ExternalSecuritySolutionKind1
Describes an Azure
resource with kind
Attributes
kind[RW]
@return [ExternalSecuritySolutionKind] The kind of the external solution. Possible values include: 'CEF', 'ATA', 'AAD'
Public Class Methods
mapper()
click to toggle source
Mapper for ExternalSecuritySolutionKind1
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2015-06-01-preview/generated/azure_mgmt_security/models/external_security_solution_kind1.rb, line 24 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ExternalSecuritySolutionKind', type: { name: 'Composite', class_name: 'ExternalSecuritySolutionKind1', model_properties: { kind: { client_side_validation: true, required: false, serialized_name: 'kind', type: { name: 'String' } } } } } end