Sha256: ff94c3fa28d40353478e163c54da0afb28f0580853435b73c84a8a70c0b4d229
Contents?: true
Size: 226 Bytes
Versions: 1
Compression:
Stored size: 226 Bytes
Contents
# frozen_string_literal: true module Rancher module Api class Localauthconfig include Her::Model include Helpers::Model attributes :accessMode, :enabled, :name, :password, :username 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/localauthconfig.rb |