Class GetDashboardsInfoResponse
java.lang.Object
org.opensearch.client.opensearch.security.GetDashboardsInfoResponse
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,ToCopyableBuilder<GetDashboardsInfoResponse.Builder,GetDashboardsInfoResponse>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class GetDashboardsInfoResponse
extends Object
implements PlainJsonSerializable, ToCopyableBuilder<GetDashboardsInfoResponse.Builder,GetDashboardsInfoResponse>
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<GetDashboardsInfoResponse> Json deserializer forGetDashboardsInfoResponse -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final StringThe default tenant setting for the dashboard.booleaninthashCode()final BooleanIndicates whether multi-tenancy is enabled.final BooleanIndicates whetherDNFOFis enabled.static GetDashboardsInfoResponsefinal StringThe name of the dashboard's index.final BooleanIndicates whether multi-tenancy is enabled.final StringThe name of the user used to connect dashboard's to the server.final StringThe error message when a password validation fails.final StringThe regular expression used perform password validation.final BooleanIndicates whether a private tenant is enabled for all users.voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidsetupGetDashboardsInfoResponseDeserializer(ObjectDeserializer<GetDashboardsInfoResponse.Builder> op) A list of available sign-in options.Create a new builderToCopyableBuilderthat is initialised with the current state of this object.final StringuserName()User's nameMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.json.PlainJsonSerializable
toJsonStringMethods inherited from interface org.opensearch.client.util.ToCopyableBuilder
copy
-
Field Details
-
_DESERIALIZER
Json deserializer forGetDashboardsInfoResponse
-
-
Method Details
-
of
public static GetDashboardsInfoResponse of(Function<GetDashboardsInfoResponse.Builder, ObjectBuilder<GetDashboardsInfoResponse>> fn) -
defaultTenant
The default tenant setting for the dashboard.API name:
default_tenant -
multitenancyEnabled
Indicates whether multi-tenancy is enabled.API name:
multitenancy_enabled -
notFailOnForbiddenEnabled
Indicates whetherDNFOFis enabled.API name:
not_fail_on_forbidden_enabled -
opensearchDashboardsIndex
The name of the dashboard's index.API name:
opensearch_dashboards_index -
opensearchDashboardsMtEnabled
Indicates whether multi-tenancy is enabled.API name:
opensearch_dashboards_mt_enabled -
opensearchDashboardsServerUser
The name of the user used to connect dashboard's to the server.API name:
opensearch_dashboards_server_user -
passwordValidationErrorMessage
The error message when a password validation fails.API name:
password_validation_error_message -
passwordValidationRegex
The regular expression used perform password validation.API name:
password_validation_regex -
privateTenantEnabled
Indicates whether a private tenant is enabled for all users.API name:
private_tenant_enabled -
signInOptions
A list of available sign-in options.API name:
sign_in_options -
userName
User's nameAPI name:
user_name -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<GetDashboardsInfoResponse.Builder,GetDashboardsInfoResponse> - Returns:
- a new builder instance.
-
builder
-
setupGetDashboardsInfoResponseDeserializer
protected static void setupGetDashboardsInfoResponseDeserializer(ObjectDeserializer<GetDashboardsInfoResponse.Builder> op) -
hashCode
public int hashCode() -
equals
-