class Conjur::DSL2::Types::User
Public Instance Methods
custom_attribute_names()
click to toggle source
# File lib/conjur/dsl2/types/records.rb, line 148 def custom_attribute_names [ :uidnumber ] end
id_attribute()
click to toggle source
# File lib/conjur/dsl2/types/records.rb, line 146 def id_attribute; 'login'; end