Interface ScanConfig.Authentication.CustomAccountOrBuilder (2.41.0)

public static interface ScanConfig.Authentication.CustomAccountOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getLoginUrl()

public abstract String getLoginUrl()

Required. The login form URL of the website.

string login_url = 3;

Returns
TypeDescription
String

The loginUrl.

getLoginUrlBytes()

public abstract ByteString getLoginUrlBytes()

Required. The login form URL of the website.

string login_url = 3;

Returns
TypeDescription
ByteString

The bytes for loginUrl.

getPassword()

public abstract 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;

Returns
TypeDescription
String

The password.

getPasswordBytes()

public abstract 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;

Returns
TypeDescription
ByteString

The bytes for password.

getUsername()

public abstract String getUsername()

Required. The user name of the custom account.

string username = 1;

Returns
TypeDescription
String

The username.

getUsernameBytes()

public abstract ByteString getUsernameBytes()

Required. The user name of the custom account.

string username = 1;

Returns
TypeDescription
ByteString

The bytes for username.