Class IapCredential
Describes authentication configuration for Identity-Aware-Proxy (IAP).
Implements
Inherited Members
Namespace: Google.Apis.WebSecurityScanner.v1beta.Data
Assembly: Google.Apis.WebSecurityScanner.v1beta.dll
Syntax
public class IapCredential : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IapTestServiceAccountInfo
Authentication configuration when Web-Security-Scanner service account is added in Identity-Aware-Proxy (IAP) access policies.
Declaration
[JsonProperty("iapTestServiceAccountInfo")]
public virtual IapTestServiceAccountInfo IapTestServiceAccountInfo { get; set; }
Property Value
Type | Description |
---|---|
IapTestServiceAccountInfo |