Sha256: a8a36fb5260f5c3f1c2ce677902d6d6d555498bca336237cdc4678986eb98c4a
Contents?: true
Size: 1.18 KB
Versions: 1
Compression:
Stored size: 1.18 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_scheduler-0.10.0 | lib/generated/azure_mgmt_scheduler/models/http_authentication.rb |