class Azure::Security::Mgmt::V2020_01_01::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'

Private Class Methods

mapper() click to toggle source

Mapper for ExternalSecuritySolutionKind1 class as Ruby Hash. This will be used for serialization/deserialization.

# File lib/2020-01-01/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