public static interface ScanConfig.AuthenticationOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
ScanConfig.Authentication.AuthenticationCase |
getAuthenticationCase() |
ScanConfig.Authentication.CustomAccount |
getCustomAccount()
Authentication using a custom account.
|
ScanConfig.Authentication.CustomAccountOrBuilder |
getCustomAccountOrBuilder()
Authentication using a custom account.
|
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
|
ScanConfig.Authentication.GoogleAccountOrBuilder |
getGoogleAccountOrBuilder()
Deprecated.
|
ScanConfig.Authentication.IapCredential |
getIapCredential()
Authentication using Identity-Aware-Proxy (IAP).
|
ScanConfig.Authentication.IapCredentialOrBuilder |
getIapCredentialOrBuilder()
Authentication using Identity-Aware-Proxy (IAP).
|
boolean |
hasCustomAccount()
Authentication using a custom account.
|
boolean |
hasGoogleAccount()
Deprecated.
google.cloud.websecurityscanner.v1.ScanConfig.Authentication.google_account is
deprecated. See google/cloud/websecurityscanner/v1/scan_config.proto;l=80
|
boolean |
hasIapCredential()
Authentication using Identity-Aware-Proxy (IAP).
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
@Deprecated boolean hasGoogleAccount()
Authentication using a Google account.
.google.cloud.websecurityscanner.v1.ScanConfig.Authentication.GoogleAccount google_account = 1 [deprecated = true];
@Deprecated ScanConfig.Authentication.GoogleAccount getGoogleAccount()
Authentication using a Google account.
.google.cloud.websecurityscanner.v1.ScanConfig.Authentication.GoogleAccount google_account = 1 [deprecated = true];
@Deprecated ScanConfig.Authentication.GoogleAccountOrBuilder getGoogleAccountOrBuilder()
Authentication using a Google account.
.google.cloud.websecurityscanner.v1.ScanConfig.Authentication.GoogleAccount google_account = 1 [deprecated = true];
boolean hasCustomAccount()
Authentication using a custom account.
.google.cloud.websecurityscanner.v1.ScanConfig.Authentication.CustomAccount custom_account = 2;
ScanConfig.Authentication.CustomAccount getCustomAccount()
Authentication using a custom account.
.google.cloud.websecurityscanner.v1.ScanConfig.Authentication.CustomAccount custom_account = 2;
ScanConfig.Authentication.CustomAccountOrBuilder getCustomAccountOrBuilder()
Authentication using a custom account.
.google.cloud.websecurityscanner.v1.ScanConfig.Authentication.CustomAccount custom_account = 2;
boolean hasIapCredential()
Authentication using Identity-Aware-Proxy (IAP).
.google.cloud.websecurityscanner.v1.ScanConfig.Authentication.IapCredential iap_credential = 4;
ScanConfig.Authentication.IapCredential getIapCredential()
Authentication using Identity-Aware-Proxy (IAP).
.google.cloud.websecurityscanner.v1.ScanConfig.Authentication.IapCredential iap_credential = 4;
ScanConfig.Authentication.IapCredentialOrBuilder getIapCredentialOrBuilder()
Authentication using Identity-Aware-Proxy (IAP).
.google.cloud.websecurityscanner.v1.ScanConfig.Authentication.IapCredential iap_credential = 4;
ScanConfig.Authentication.AuthenticationCase getAuthenticationCase()
Copyright © 2022 Google LLC. All rights reserved.