Show / Hide Table of Contents

Class Authentication

Scan authentication configuration.

Inheritance
System.Object
Authentication
Implements
IDirectResponseSchema
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 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
System.String

GoogleAccount

Authentication using a Google account.

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

IapCredential

Authentication using Identity-Aware-Proxy (IAP).

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

Implements

IDirectResponseSchema
Back to top