Show / Hide Table of Contents

Class IapCredential

Describes authentication configuration for Identity-Aware-Proxy (IAP).

Inheritance
object
IapCredential
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.v1.Data
Assembly: Google.Apis.WebSecurityScanner.v1.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX