toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (allowedDomainsSettings != null)
    'allowedDomainsSettings': allowedDomainsSettings!,
  if (corsSettings != null) 'corsSettings': corsSettings!,
  if (gcipSettings != null) 'gcipSettings': gcipSettings!,
  if (identitySources != null) 'identitySources': identitySources!,
  if (oauthSettings != null) 'oauthSettings': oauthSettings!,
  if (policyDelegationSettings != null)
    'policyDelegationSettings': policyDelegationSettings!,
  if (reauthSettings != null) 'reauthSettings': reauthSettings!,
  if (workforceIdentitySettings != null)
    'workforceIdentitySettings': workforceIdentitySettings!,
};