Web Security Scanner v1 API - Class ScanConfig.Types.Authentication.Types.CustomAccount (2.4.0)

public sealed class ScanConfig.Types.Authentication.Types.CustomAccount : IMessage<ScanConfig.Types.Authentication.Types.CustomAccount>, IEquatable<ScanConfig.Types.Authentication.Types.CustomAccount>, IDeepCloneable<ScanConfig.Types.Authentication.Types.CustomAccount>, IBufferMessage, IMessage

Reference documentation and code samples for the Web Security Scanner v1 API class ScanConfig.Types.Authentication.Types.CustomAccount.

Describes authentication configuration that uses a custom account.

Inheritance

object > ScanConfig.Types.Authentication.Types.CustomAccount

Namespace

Google.Cloud.WebSecurityScanner.V1

Assembly

Google.Cloud.WebSecurityScanner.V1.dll

Constructors

CustomAccount()

public CustomAccount()

CustomAccount(CustomAccount)

public CustomAccount(ScanConfig.Types.Authentication.Types.CustomAccount other)
Parameter
NameDescription
otherScanConfigTypesAuthenticationTypesCustomAccount

Properties

LoginUrl

public string LoginUrl { get; set; }

Required. The login form URL of the website.

Property Value
TypeDescription
string

Password

public string Password { get; set; }

Required. Input only. The password of the custom account. The credential is stored encrypted and not returned in any response nor included in audit logs.

Property Value
TypeDescription
string

Username

public string Username { get; set; }

Required. The user name of the custom account.

Property Value
TypeDescription
string