Interface protos.google.cloud.websecurityscanner.v1.ScanConfig.Authentication.ICustomAccount (1.0.7)

Properties of a CustomAccount.

Package

@google-cloud/web-security-scanner!

Properties

loginUrl

loginUrl?: (string|null);

CustomAccount loginUrl

Property Value
TypeDescription
(string|null)

password

password?: (string|null);

CustomAccount password

Property Value
TypeDescription
(string|null)

username

username?: (string|null);

CustomAccount username

Property Value
TypeDescription
(string|null)