public static interface ScanConfig.AuthenticationOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAuthenticationCase()
public abstract ScanConfig.Authentication.AuthenticationCase getAuthenticationCase()| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ScanConfig.Authentication.IapCredentialOrBuilder |
|
hasCustomAccount()
public abstract boolean hasCustomAccount()Authentication using a custom account.
.google.cloud.websecurityscanner.v1.ScanConfig.Authentication.CustomAccount custom_account = 2;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the iapCredential field is set. |