Map<String, dynamic> toJson() => {'identity': identity, 'api': api?.toJson(), if (role != null) 'role': role};