Class: Mdm::TaskCred Deprecated
- Inherits:
-
ApplicationRecord
- Object
- ApplicationRecord
- Mdm::TaskCred
- 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
-
#created_at ⇒ DateTime
When this task cred was created.
-
#updated_at ⇒ DateTime
The last time this task cred was updated.
Instance Attribute Details
#created_at ⇒ DateTime
When this task cred was created.
|
# File 'app/models/mdm/task_cred.rb', line 25
|
#updated_at ⇒ DateTime
The last time this task cred was updated.
|
# File 'app/models/mdm/task_cred.rb', line 30
|