Get Role Plain Args
data class GetRolePlainArgs(val clientId: String? = null, val name: String, val realmId: String) : ConvertibleToJava<GetRolePlainArgs>
A collection of arguments for invoking getRole.
A collection of arguments for invoking getRole.