public static interface ScanConfig.Authentication.CustomAccountOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getLoginUrl()
Required.
|
ByteString |
getLoginUrlBytes()
Required.
|
String |
getPassword()
Required.
|
ByteString |
getPasswordBytes()
Required.
|
String |
getUsername()
Required.
|
ByteString |
getUsernameBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getUsername()
Required. The user name of the custom account.
string username = 1 [(.google.api.field_behavior) = REQUIRED];
ByteString getUsernameBytes()
Required. The user name of the custom account.
string username = 1 [(.google.api.field_behavior) = REQUIRED];
String getPassword()
Required. Input only. The password of the custom account. The credential is stored encrypted and not returned in any response nor included in audit logs.
string password = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = INPUT_ONLY];
ByteString getPasswordBytes()
Required. Input only. The password of the custom account. The credential is stored encrypted and not returned in any response nor included in audit logs.
string password = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = INPUT_ONLY];
String getLoginUrl()
Required. The login form URL of the website.
string login_url = 3 [(.google.api.field_behavior) = REQUIRED];
ByteString getLoginUrlBytes()
Required. The login form URL of the website.
string login_url = 3 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2022 Google LLC. All rights reserved.