Class GetServiceCredentialsResponse
java.lang.Object
co.elastic.clients.elasticsearch.security.GetServiceCredentialsResponse
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable
public class GetServiceCredentialsResponse
extends Object
implements JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<GetServiceCredentialsResponse>Json deserializer forGetServiceCredentialsResponse -
Method Summary
Modifier and TypeMethodDescriptionfinal intcount()Required - API name:countfinal NodesCredentialsRequired - Service account credentials collected from all nodes of the cluster.voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) final StringRequired - API name:service_accountprotected static voidsetupGetServiceCredentialsResponseDeserializer(ObjectDeserializer<GetServiceCredentialsResponse.Builder> op) tokens()Required - API name:tokenstoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forGetServiceCredentialsResponse
-
-
Method Details
-
of
-
serviceAccount
Required - API name:service_account -
count
public final int count()Required - API name:count -
tokens
Required - API name:tokens -
nodesCredentials
Required - Service account credentials collected from all nodes of the cluster.API name:
nodes_credentials -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupGetServiceCredentialsResponseDeserializer
protected static void setupGetServiceCredentialsResponseDeserializer(ObjectDeserializer<GetServiceCredentialsResponse.Builder> op)
-