Class PostDashboardsInfoResponse
java.lang.Object
org.opensearch.client.opensearch.security.PostDashboardsInfoResponse
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,ToCopyableBuilder<PostDashboardsInfoResponse.Builder,PostDashboardsInfoResponse>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class PostDashboardsInfoResponse
extends Object
implements PlainJsonSerializable, ToCopyableBuilder<PostDashboardsInfoResponse.Builder,PostDashboardsInfoResponse>
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<PostDashboardsInfoResponse> Json deserializer forPostDashboardsInfoResponse -
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 PostDashboardsInfoResponsefinal 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 voidsetupPostDashboardsInfoResponseDeserializer(ObjectDeserializer<PostDashboardsInfoResponse.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 forPostDashboardsInfoResponse
-
-
Method Details
-
of
public static PostDashboardsInfoResponse of(Function<PostDashboardsInfoResponse.Builder, ObjectBuilder<PostDashboardsInfoResponse>> 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<PostDashboardsInfoResponse.Builder,PostDashboardsInfoResponse> - Returns:
- a new builder instance.
-
builder
-
setupPostDashboardsInfoResponseDeserializer
protected static void setupPostDashboardsInfoResponseDeserializer(ObjectDeserializer<PostDashboardsInfoResponse.Builder> op) -
hashCode
public int hashCode() -
equals
-