public class SearchSettingsServerSideSearch
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
SearchSettingsServerSideSearch.AuthType
The authorization type that is used.
|
static class |
SearchSettingsServerSideSearch.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
String |
apikey()
Gets the apikey.
|
String |
authType()
Gets the authType.
|
String |
filter()
Gets the filter.
|
Map<String,Object> |
metadata()
Gets the metadata.
|
SearchSettingsServerSideSearch.Builder |
newBuilder()
New builder.
|
Boolean |
noAuth()
Gets the noAuth.
|
String |
password()
Gets the password.
|
String |
port()
Gets the port.
|
String |
url()
Gets the url.
|
String |
username()
Gets the username.
|
public SearchSettingsServerSideSearch.Builder newBuilder()
public String url()
The URL of the server-side search service.
public String port()
The port number of the server-side search service.
public String username()
The username of the basic authentication method.
public String password()
The password of the basic authentication method. The credentials are not returned due to security reasons.
public String filter()
The filter string that is applied to the search results.
public Map<String,Object> metadata()
The metadata object.
public String apikey()
The API key of the apiKey authentication method. The credentails are not returned due to security reasons.
public Boolean noAuth()
To clear previous auth, specify `no_auth = true`.
public String authType()
The authorization type that is used.
Copyright © 2024 IBM Cloud. All rights reserved.