Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 40.3 KB

SiteCredential.md

File metadata and controls

15 lines (12 loc) · 40.3 KB

Rapid7VmConsole::SiteCredential

Properties

Name Type Description Notes
account Account Specify the type of service to authenticate as well as all of the information required by that service. <div class=&quot;properties&quot;> <div class=&quot;property-info&quot;> <span class=&quot;property-name&quot;>service</span> <span class=&quot;param-type&quot;>string</span> <div class=&quot;param-enum&quot;> <span class=&quot;param-enum-value string&quot;>&quot;as400&quot;</span> <span class=&quot;param-enum-value string&quot;>&quot;cifs&quot;</span> <span class=&quot;param-enum-value string&quot;>&quot;cifshash&quot;</span> <span class=&quot;param-enum-value string&quot;>&quot;cvs&quot;</span> <span class=&quot;param-enum-value string&quot;>&quot;db2&quot;</span> <span class=&quot;param-enum-value string&quot;>&quot;ftp&quot;</span> <span class=&quot;param-enum-value string&quot;>&quot;http&quot;</span> <span class=&quot;param-enum-value string&quot;>&quot;ms-sql&quot;</span> <span class=&quot;param-enum-value string&quot;>&quot;mysql&quot;</span> <span class=&quot;param-enum-value string&quot;>&quot;notes&quot;</span> <span class=&quot;param-enum-value string&quot;>&quot;oracle&quot;</span> <span class=&quot;param-enum-value string&quot;>&quot;pop&quot;</span> <span class=&quot;param-enum-value string&quot;>&quot;postgresql&quot;</span> <span class=&quot;param-enum-value string&quot;>&quot;remote-exec&quot;</span> <span class=&quot;param-enum-value string&quot;>&quot;snmp&quot;</span> <span class=&quot;param-enum-value string&quot;>&quot;snmpv3&quot;</span> <span class=&quot;param-enum-value string&quot;>&quot;ssh&quot;</span> <span class=&quot;param-enum-value string&quot;>&quot;ssh-key&quot;</span> <span class=&quot;param-enum-value string&quot;>&quot;sybase&quot;</span> <span class=&quot;param-enum-value string&quot;>&quot;telnet&quot;</span> </div> <div class=&quot;redoc-markdown-block&quot;>The type of service to authenticate with.</div> </div> </div> The following are the names of the valid values for service: Value
description String The description of the credential. [optional]
enabled BOOLEAN Flag indicating whether the credential is enabled for use during the scan. [optional]
host_restriction String The host name or IP address that you want to restrict the credentials to. [optional]
id Integer The identifier of the credential. [optional]
links Array<Link> [optional]
name String The name of the credential.
port_restriction Integer Further restricts the credential to attempt to authenticate on a specific port. The port can only be restricted if the property `hostRestriction` is specified. [optional]