Web Security Scanner v1 API - Class ScanConfig.Types.Authentication.Types.IapCredential.Types.IapTestServiceAccountInfo (2.4.0)

public sealed class ScanConfig.Types.Authentication.Types.IapCredential.Types.IapTestServiceAccountInfo : IMessage<ScanConfig.Types.Authentication.Types.IapCredential.Types.IapTestServiceAccountInfo>, IEquatable<ScanConfig.Types.Authentication.Types.IapCredential.Types.IapTestServiceAccountInfo>, IDeepCloneable<ScanConfig.Types.Authentication.Types.IapCredential.Types.IapTestServiceAccountInfo>, IBufferMessage, IMessage

Reference documentation and code samples for the Web Security Scanner v1 API class ScanConfig.Types.Authentication.Types.IapCredential.Types.IapTestServiceAccountInfo.

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

Inheritance

object > ScanConfig.Types.Authentication.Types.IapCredential.Types.IapTestServiceAccountInfo

Namespace

Google.Cloud.WebSecurityScanner.V1

Assembly

Google.Cloud.WebSecurityScanner.V1.dll

Constructors

IapTestServiceAccountInfo()

public IapTestServiceAccountInfo()

IapTestServiceAccountInfo(IapTestServiceAccountInfo)

public IapTestServiceAccountInfo(ScanConfig.Types.Authentication.Types.IapCredential.Types.IapTestServiceAccountInfo other)
Parameter
NameDescription
otherScanConfigTypesAuthenticationTypesIapCredentialTypesIapTestServiceAccountInfo

Properties

TargetAudienceClientId

public string TargetAudienceClientId { get; set; }

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

Property Value
TypeDescription
string