Sha256: 1a46f750d66366a130b3473ed5f1a5c73c2f3c105a1fc281a7d3ca840d1e8fd7

Contents?: true

Size: 1.67 KB

Versions: 4

Compression:

Stored size: 1.67 KB

Contents

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

module Azure::Web::Mgmt::V2016_06_01
  module Models
    #
    # Connection provider parameters
    #
    class ConnectionParameter

      include MsRestAzure

      # @return [ConnectionParameterType] Type of the parameter. Possible
      # values include: 'string', 'securestring', 'secureobject', 'int',
      # 'bool', 'object', 'array', 'oauthSetting', 'connection'
      attr_accessor :type

      # @return [ApiOAuthSettings]
      attr_accessor :o_auth_settings


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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
azure_mgmt_web-0.18.1 lib/2016-06-01/generated/azure_mgmt_web/models/connection_parameter.rb
azure_mgmt_web-0.18.0 lib/2016-06-01/generated/azure_mgmt_web/models/connection_parameter.rb
azure_mgmt_web-0.17.6 lib/2016-06-01/generated/azure_mgmt_web/models/connection_parameter.rb
azure_mgmt_web-0.17.5 lib/2016-06-01/generated/azure_mgmt_web/models/connection_parameter.rb