class Conjur::Policy::Types::User
Public Instance Methods
custom_attribute_names()
click to toggle source
# File lib/conjur/policy/types/records.rb, line 240 def custom_attribute_names [ :uidnumber, :public_key ] end
id_attribute()
click to toggle source
# File lib/conjur/policy/types/records.rb, line 238 def id_attribute; 'login'; end