Show / Hide Table of Contents

Class CustomAccount

Describes authentication configuration that uses a custom account.

Inheritance
object
CustomAccount
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.WebSecurityScanner.v1alpha.Data
Assembly: Google.Apis.WebSecurityScanner.v1alpha.dll
Syntax
public class CustomAccount : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

LoginUrl

Required. The login form URL of the website.

Declaration
[JsonProperty("loginUrl")]
public virtual string LoginUrl { get; set; }
Property Value
Type Description
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
string

Username

Required. The user name of the custom account.

Declaration
[JsonProperty("username")]
public virtual string Username { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX