Returns The local_accounts Array that have Legacy FV enabled.
Returns:
The local_accounts Array that have Legacy FV enabled
1029 1030 1031 1032 1033
# File 'lib/jamf/api/classic/api_objects/computer.rb', line 1029 def filevault1_accounts return [] if filevault2_enabled? local_accounts.select { |a| a[:filevault_enabled] } end