Class Authentication
Scan authentication configuration.
Implements
Inherited Members
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 |