toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (displayName != null) 'displayName': displayName!,
if (enabled != null) 'enabled': enabled!,
if (idpConfig != null) 'idpConfig': idpConfig!,
if (name != null) 'name': name!,
if (spConfig != null) 'spConfig': spConfig!,
};