toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (azureadConfig != null) 'azureadConfig': azureadConfig!,
if (googleConfig != null) 'googleConfig': googleConfig!,
if (ldapConfig != null) 'ldapConfig': ldapConfig!,
if (name != null) 'name': name!,
if (oidcConfig != null) 'oidcConfig': oidcConfig!,
if (proxy != null) 'proxy': proxy!,
if (samlConfig != null) 'samlConfig': samlConfig!,
};