public sealed class CustomAccount : IMessage<ScanConfig.Types.Authentication.Types.CustomAccount>, IEquatable<ScanConfig.Types.Authentication.Types.CustomAccount>, IDeepCloneable<ScanConfig.Types.Authentication.Types.CustomAccount>, IBufferMessage, IMessage
Describes authentication configuration that uses a custom account.
Inheritance
System.Object > ScanConfig.Types.Authentication.Types.CustomAccountImplements
Google.Protobuf.IMessage<ScanConfig.Types.Authentication.Types.CustomAccount>, System.IEquatable<ScanConfig.Types.Authentication.Types.CustomAccount>, Google.Protobuf.IDeepCloneable<ScanConfig.Types.Authentication.Types.CustomAccount>, Google.Protobuf.IBufferMessage, Google.Protobuf.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 |
System.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 |
System.String |
Username
public string Username { get; set; }
Required. The user name of the custom account.
Property Value | |
---|---|
Type | Description |
System.String |