Class GetServiceAccountCredentialsNodesResponse

All Implemented Interfaces:
Writeable, org.elasticsearch.core.RefCounted

public class GetServiceAccountCredentialsNodesResponse extends BaseNodesResponse<GetServiceAccountCredentialsNodesResponse.Node>
Unlike index-backed service account tokens, file-backed tokens are local to the node. This response is to fetch information about them from each node. Note the class is more generically named for the possible future expansion to cover other types of credentials that are local to the node.