Object

LoginCredential

A set of login credentials associated with a site. This set of credentials is used by scans to crawl areas of the site that are only accessible to registered users. Note that login credentials are not automatically synced with the user account on the actual website. If, for example, the password is changed, you need to manually update the login credentials in Burp Suite Enterprise Edition to reflect this.

Fields

id(): ID!
The unique identifier of the set of login credentials.
label(): String
A name for the set of login credentials to help you identify it.
username(): String
The username that the Burp Scanner should use to log in to the site.
password(): String
The password that the Burp Scanner should use to log in to the site.