Sha256: 8c9acc19c908b5a6e07b3b3df9d9d428149971597a6233f66299874ac2cc9ce2

Contents?: true

Size: 1.36 KB

Versions: 12

Compression:

Stored size: 1.36 KB

Contents

# Copyright 2018 Tristan Robert

# This file is part of Fog::Proxmox.

# Fog::Proxmox is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.

# Fog::Proxmox is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.

# You should have received a copy of the GNU General Public License
# along with Fog::Proxmox. If not, see <http://www.gnu.org/licenses/>.

module Fog
  module Proxmox
    class Identity
      # class Domain type model authentication
      class DomainType < Fog::Model
        identity :type
        attribute :id
        attribute :key
        attribute :url
        attribute :base_dn
        attribute :bind_dn
        attribute :capath
        attribute :cert
        attribute :certkey
        attribute :comment
        attribute :default
        attribute :domain
        attribute :port
        attribute :secure
        attribute :server1
        attribute :server2
        attribute :tfa
        attribute :user_attr
        attribute :verify
        attribute :step
        attribute :digits

      end
    end
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
fog-proxmox-0.14.0 lib/fog/proxmox/identity/models/domain_type.rb
fog-proxmox-0.13.0 lib/fog/identity/proxmox/models/domain_type.rb
fog-proxmox-0.12.0 lib/fog/identity/proxmox/models/domain_type.rb
fog-proxmox-0.11.1 lib/fog/identity/proxmox/models/domain_type.rb
fog-proxmox-0.11.0 lib/fog/identity/proxmox/models/domain_type.rb
fog-proxmox-0.10.0 lib/fog/identity/proxmox/models/domain_type.rb
fog-proxmox-0.9.0 lib/fog/identity/proxmox/models/domain_type.rb
fog-proxmox-0.8.3 lib/fog/identity/proxmox/models/domain_type.rb
fog-proxmox-0.8.2 lib/fog/identity/proxmox/models/domain_type.rb
fog-proxmox-0.8.1 lib/fog/identity/proxmox/models/domain_type.rb
fog-proxmox-0.8.0 lib/fog/identity/proxmox/models/domain_type.rb
fog-proxmox-0.7.0 lib/fog/identity/proxmox/models/domain_type.rb