public sealed class CustomAccount : IMessage<ScanConfig.Types.Authentication.Types.CustomAccount>, IEquatable<ScanConfig.Types.Authentication.Types.CustomAccount>, IDeepCloneable<ScanConfig.Types.Authentication.Types.CustomAccount>, IBufferMessage, IMessageReference 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.
Implements
IMessage<ScanConfig.Types.Authentication.Types.CustomAccount>, IEquatable<ScanConfig.Types.Authentication.Types.CustomAccount>, IDeepCloneable<ScanConfig.Types.Authentication.Types.CustomAccount>, IBufferMessage, IMessageNamespace
Google.Cloud.WebSecurityScanner.V1Assembly
Google.Cloud.WebSecurityScanner.V1.dll
Constructors
CustomAccount()
public CustomAccount()CustomAccount(ScanConfig.Types.Authentication.Types.CustomAccount)
public CustomAccount(ScanConfig.Types.Authentication.Types.CustomAccount other)| Parameter | |
|---|---|
| Name | Description | 
| other | ScanConfig.Types.Authentication.Types.CustomAccount | 
Properties
LoginUrl
public string LoginUrl { get; set; }Required. The login form URL of the website.
| Property Value | |
|---|---|
| Type | Description | 
| 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 | |
|---|---|
| Type | Description | 
| String | |
Username
public string Username { get; set; }Required. The user name of the custom account.
| Property Value | |
|---|---|
| Type | Description | 
| String | |