Class PrivilegesCheck
java.lang.Object
co.elastic.clients.elasticsearch.security.has_privileges_user_profile.PrivilegesCheck
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<PrivilegesCheck>Json deserializer forPrivilegesCheck -
Method Summary
Modifier and TypeMethodDescriptionfinal List<ApplicationPrivilegesCheck>API name:applicationcluster()A list of the cluster privileges that you want to check.final List<IndexPrivilegesCheck>index()API name:indexstatic PrivilegesCheckvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forPrivilegesCheck
-
-
Method Details
-
of
public static PrivilegesCheck of(Function<PrivilegesCheck.Builder, ObjectBuilder<PrivilegesCheck>> fn) -
application
API name:application -
cluster
A list of the cluster privileges that you want to check.API name:
cluster -
index
API name:index -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupPrivilegesCheckDeserializer
protected static void setupPrivilegesCheckDeserializer(ObjectDeserializer<PrivilegesCheck.Builder> op)
-