Interface ScanConfig.Authentication.IapCredentialOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ScanConfig.Authentication.IapCredential
,ScanConfig.Authentication.IapCredential.Builder
- Enclosing class:
- ScanConfig.Authentication
public static interface ScanConfig.Authentication.IapCredentialOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ScanConfig.Authentication.IapCredential.IapCredentialsCase
getIapCredentialsCase()
ScanConfig.Authentication.IapCredential.IapTestServiceAccountInfo
getIapTestServiceAccountInfo()
Authentication configuration when Web-Security-Scanner service account is added in Identity-Aware-Proxy (IAP) access policies.ScanConfig.Authentication.IapCredential.IapTestServiceAccountInfoOrBuilder
getIapTestServiceAccountInfoOrBuilder()
Authentication configuration when Web-Security-Scanner service account is added in Identity-Aware-Proxy (IAP) access policies.boolean
hasIapTestServiceAccountInfo()
Authentication configuration when Web-Security-Scanner service account is added in Identity-Aware-Proxy (IAP) access policies.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasIapTestServiceAccountInfo
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:
- Whether the iapTestServiceAccountInfo field is set.
-
getIapTestServiceAccountInfo
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:
- The iapTestServiceAccountInfo.
-
getIapTestServiceAccountInfoOrBuilder
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;
-
getIapCredentialsCase
ScanConfig.Authentication.IapCredential.IapCredentialsCase getIapCredentialsCase()
-
-