Show / Hide Table of Contents

Class IapCredential

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

Inheritance
System.Object
IapCredential
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 IapCredential : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.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
Back to top