GetGroupPlainArgs

data class GetGroupPlainArgs(val name: String, val realmId: String) : ConvertibleToJava<GetGroupPlainArgs>

A collection of arguments for invoking getGroup.

Constructors

Link copied to clipboard
constructor(name: String, realmId: String)

Properties

Link copied to clipboard

The name of the group. If there are multiple groups match name, the first result will be returned.

Link copied to clipboard

The realm this group exists within.

Functions

Link copied to clipboard
open override fun toJava(): GetGroupPlainArgs