toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (identityProvider != null) 'identityProvider': identityProvider!,
if (issuer != null) 'issuer': issuer!,
if (oidcJwks != null) 'oidcJwks': oidcJwks!,
if (workloadIdentityPool != null)
'workloadIdentityPool': workloadIdentityPool!,
};