Class: Mdm::TaskCred Deprecated

Inherits:
ApplicationRecord
  • Object
show all
Defined in:
app/models/mdm/task_cred.rb

Overview

Deprecated.

Task has and belongs to many Metasploit::Credential::Cores in Mdm::Task#credential_cores and has and belongs to many Metasploit::Credential::Logins in Mdm::Task#credential_logins when the Metasploit::Credential::Engine is installed.

Join model between Cred and Task that signifies that the #task found the #cred.

Instance Attribute Summary collapse

Instance Attribute Details

#created_atDateTime

When this task cred was created.

Returns:

  • (DateTime)


# File 'app/models/mdm/task_cred.rb', line 25

#updated_atDateTime

The last time this task cred was updated.

Returns:

  • (DateTime)


# File 'app/models/mdm/task_cred.rb', line 30