Show / Hide Table of Contents

Class IapTestServiceAccountInfo

Describes authentication configuration when Web-Security-Scanner service account is added in Identity- Aware-Proxy (IAP) access policies.

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

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

TargetAudienceClientId

Required. Describes OAuth2 client id of resources protected by Identity-Aware-Proxy (IAP).

Declaration
[JsonProperty("targetAudienceClientId")]
public virtual string TargetAudienceClientId { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
Back to top