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