Show / Hide Table of Contents

Class Authentication

Scan authentication configuration.

Inheritance
object
Authentication
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 Authentication : IDirectResponseSchema

Properties

CustomAccount

Authentication using a custom account.

Declaration
[JsonProperty("customAccount")]
public virtual CustomAccount CustomAccount { get; set; }
Property Value
Type Description
CustomAccount

ETag

The ETag of the item.

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

GoogleAccount

Authentication using a Google account.

Declaration
[JsonProperty("googleAccount")]
public virtual GoogleAccount GoogleAccount { get; set; }
Property Value
Type Description
GoogleAccount

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX