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.
Implements
IMessageScanConfigTypesAuthenticationTypesCustomAccount, IEquatableScanConfigTypesAuthenticationTypesCustomAccount, IDeepCloneableScanConfigTypesAuthenticationTypesCustomAccount, IBufferMessage, IMessageNamespace
Google.Cloud.WebSecurityScanner.V1Assembly
Google.Cloud.WebSecurityScanner.V1.dll
Constructors
CustomAccount()
public CustomAccount()
CustomAccount(CustomAccount)
public CustomAccount(ScanConfig.Types.Authentication.Types.CustomAccount other)
Parameter | |
---|---|
Name | Description |
other | ScanConfigTypesAuthenticationTypesCustomAccount |
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 |