Interface ScanConfig.Authentication.IapCredentialOrBuilder (2.41.0)

public static interface ScanConfig.Authentication.IapCredentialOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getIapCredentialsCase()

public abstract ScanConfig.Authentication.IapCredential.IapCredentialsCase getIapCredentialsCase()
Returns
TypeDescription
ScanConfig.Authentication.IapCredential.IapCredentialsCase

getIapTestServiceAccountInfo()

public abstract ScanConfig.Authentication.IapCredential.IapTestServiceAccountInfo getIapTestServiceAccountInfo()

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

.google.cloud.websecurityscanner.v1.ScanConfig.Authentication.IapCredential.IapTestServiceAccountInfo iap_test_service_account_info = 1;

Returns
TypeDescription
ScanConfig.Authentication.IapCredential.IapTestServiceAccountInfo

The iapTestServiceAccountInfo.

getIapTestServiceAccountInfoOrBuilder()

public abstract ScanConfig.Authentication.IapCredential.IapTestServiceAccountInfoOrBuilder getIapTestServiceAccountInfoOrBuilder()

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

.google.cloud.websecurityscanner.v1.ScanConfig.Authentication.IapCredential.IapTestServiceAccountInfo iap_test_service_account_info = 1;

Returns
TypeDescription
ScanConfig.Authentication.IapCredential.IapTestServiceAccountInfoOrBuilder

hasIapTestServiceAccountInfo()

public abstract boolean hasIapTestServiceAccountInfo()

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

.google.cloud.websecurityscanner.v1.ScanConfig.Authentication.IapCredential.IapTestServiceAccountInfo iap_test_service_account_info = 1;

Returns
TypeDescription
boolean

Whether the iapTestServiceAccountInfo field is set.