Sha256: 1ce36e765ef50f46e52c650851f72c9000083658153fb3b64521678084482c35

Contents?: true

Size: 1.17 KB

Versions: 4

Compression:

Stored size: 1.17 KB

Contents

# encoding: utf-8
# Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.0
# Changes may cause incorrect behavior and will be lost if the code is
# regenerated.

module Azure::ARM::Scheduler
  module Models
    #
    # Model object.
    #
    class HttpAuthentication

      include MsRestAzure

      # @return [HttpAuthenticationType] Gets or sets the http authentication
      # type. Possible values include: 'NotSpecified', 'ClientCertificate',
      # 'ActiveDirectoryOAuth', 'Basic'
      attr_accessor :type


      #
      # Mapper for HttpAuthentication class as Ruby Hash.
      # This will be used for serialization/deserialization.
      #
      def self.mapper()
        {
          required: false,
          serialized_name: 'HttpAuthentication',
          type: {
            name: 'Composite',
            class_name: 'HttpAuthentication',
            model_properties: {
              type: {
                required: false,
                serialized_name: 'type',
                type: {
                  name: 'Enum',
                  module: 'HttpAuthenticationType'
                }
              }
            }
          }
        }
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
azure_mgmt_scheduler-0.7.0 lib/generated/azure_mgmt_scheduler/models/http_authentication.rb
azure_mgmt_scheduler-0.6.0 lib/generated/azure_mgmt_scheduler/models/http_authentication.rb
azure_mgmt_scheduler-0.5.0 lib/generated/azure_mgmt_scheduler/models/http_authentication.rb
azure_mgmt_scheduler-0.4.0 lib/generated/azure_mgmt_scheduler/models/http_authentication.rb