Interface ScanConfig.AuthenticationOrBuilder (2.13.0)

public static interface ScanConfig.AuthenticationOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAuthenticationCase()

public abstract ScanConfig.Authentication.AuthenticationCase getAuthenticationCase()
Returns
TypeDescription
ScanConfig.Authentication.AuthenticationCase

getCustomAccount()

public abstract ScanConfig.Authentication.CustomAccount getCustomAccount()

Authentication using a custom account.

.google.cloud.websecurityscanner.v1.ScanConfig.Authentication.CustomAccount custom_account = 2;

Returns
TypeDescription
ScanConfig.Authentication.CustomAccount

The customAccount.

getCustomAccountOrBuilder()

public abstract ScanConfig.Authentication.CustomAccountOrBuilder getCustomAccountOrBuilder()

Authentication using a custom account.

.google.cloud.websecurityscanner.v1.ScanConfig.Authentication.CustomAccount custom_account = 2;

Returns
TypeDescription
ScanConfig.Authentication.CustomAccountOrBuilder

getGoogleAccount() (deprecated)

public abstract ScanConfig.Authentication.GoogleAccount getGoogleAccount()

Deprecated. google.cloud.websecurityscanner.v1.ScanConfig.Authentication.google_account is deprecated. See google/cloud/websecurityscanner/v1/scan_config.proto;l=80

Authentication using a Google account.

.google.cloud.websecurityscanner.v1.ScanConfig.Authentication.GoogleAccount google_account = 1 [deprecated = true];

Returns
TypeDescription
ScanConfig.Authentication.GoogleAccount

The googleAccount.

getGoogleAccountOrBuilder()

public abstract ScanConfig.Authentication.GoogleAccountOrBuilder getGoogleAccountOrBuilder()

Authentication using a Google account.

.google.cloud.websecurityscanner.v1.ScanConfig.Authentication.GoogleAccount google_account = 1 [deprecated = true];

Returns
TypeDescription
ScanConfig.Authentication.GoogleAccountOrBuilder

getIapCredential()

public abstract ScanConfig.Authentication.IapCredential getIapCredential()

Authentication using Identity-Aware-Proxy (IAP).

.google.cloud.websecurityscanner.v1.ScanConfig.Authentication.IapCredential iap_credential = 4;

Returns
TypeDescription
ScanConfig.Authentication.IapCredential

The iapCredential.

getIapCredentialOrBuilder()

public abstract ScanConfig.Authentication.IapCredentialOrBuilder getIapCredentialOrBuilder()

Authentication using Identity-Aware-Proxy (IAP).

.google.cloud.websecurityscanner.v1.ScanConfig.Authentication.IapCredential iap_credential = 4;

Returns
TypeDescription
ScanConfig.Authentication.IapCredentialOrBuilder

hasCustomAccount()

public abstract boolean hasCustomAccount()

Authentication using a custom account.

.google.cloud.websecurityscanner.v1.ScanConfig.Authentication.CustomAccount custom_account = 2;

Returns
TypeDescription
boolean

Whether the customAccount field is set.

hasGoogleAccount() (deprecated)

public abstract boolean hasGoogleAccount()

Deprecated. google.cloud.websecurityscanner.v1.ScanConfig.Authentication.google_account is deprecated. See google/cloud/websecurityscanner/v1/scan_config.proto;l=80

Authentication using a Google account.

.google.cloud.websecurityscanner.v1.ScanConfig.Authentication.GoogleAccount google_account = 1 [deprecated = true];

Returns
TypeDescription
boolean

Whether the googleAccount field is set.

hasIapCredential()

public abstract boolean hasIapCredential()

Authentication using Identity-Aware-Proxy (IAP).

.google.cloud.websecurityscanner.v1.ScanConfig.Authentication.IapCredential iap_credential = 4;

Returns
TypeDescription
boolean

Whether the iapCredential field is set.