GetRoleResponse

case class GetRoleResponse(cluster: Seq[String], indices: Seq[IndexPrivileges], global: Seq[GlobalPrivileges], applications: Seq[ApplicationPrivileges], run_as: Seq[String], metadata: Option[RoleMetadata], transient_metadata: Option[RoleTransientMetadata])
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product