Class CustomAccount
Describes authentication configuration that uses a custom account.
Inheritance
System.Object
CustomAccount
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.WebSecurityScanner.v1.Data
Assembly: Google.Apis.WebSecurityScanner.v1.dll
Syntax
public class CustomAccount : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
LoginUrl
Required. The login form URL of the website.
Declaration
[JsonProperty("loginUrl")]
public virtual string LoginUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Password
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.
Declaration
[JsonProperty("password")]
public virtual string Password { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Username
Required. The user name of the custom account.
Declaration
[JsonProperty("username")]
public virtual string Username { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |