Method: Akeyless::CreateAuthMethodLDAP#valid?

Defined in:
lib/akeyless/models/create_auth_method_ldap.rb

#valid?Boolean

Check to see if the all the properties in the model are valid

Returns:

  • (Boolean)

    true if the model is valid



258
259
260
261
262
# File 'lib/akeyless/models/create_auth_method_ldap.rb', line 258

def valid?
  warn '[DEPRECATED] the `valid?` method is obsolete'
  return false if @name.nil?
  true
end