Sha256: de7ae2b8152b367240bfeaab518eb0373d06af10c47770b7ed3e1073a1fbf0cd

Contents?: true

Size: 347 Bytes

Versions: 1

Compression:

Stored size: 347 Bytes

Contents

# frozen_string_literal: true

module Rancher
  module Api
    class Azureadconfig
      include Her::Model
      include Helpers::Model

      belongs_to :client
      belongs_to :tenant

      attributes :accessMode, :adminAccountPassword, :adminAccountUsername, :clientId, :domain,
                 :enabled, :name, :tenantId
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rancher-api-beta-0.8.1 lib/rancher/api/models/azureadconfig.rb