Class GetRoleMappingRequest

java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.security.GetRoleMappingRequest

public class GetRoleMappingRequest
extends RequestBase
Retrieves role mappings.
See Also:
API specification
  • Field Details

  • Method Details

    • of

      public static GetRoleMappingRequest of​(java.util.function.Function<GetRoleMappingRequest.Builder,​ObjectBuilder<GetRoleMappingRequest>> fn)
    • name

      public final java.util.List<java.lang.String> name()
      The distinct name that identifies the role mapping. The name is used solely as an identifier to facilitate interaction via the API; it does not affect the behavior of the mapping in any way. You can specify multiple mapping names as a comma-separated list. If you do not specify this parameter, the API returns information about all role mappings.

      API name: name