toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (attributeCondition != null) 'attributeCondition': attributeCondition!,
  if (attributeMapping != null) 'attributeMapping': attributeMapping!,
  if (description != null) 'description': description!,
  if (detailedAuditLogging != null)
    'detailedAuditLogging': detailedAuditLogging!,
  if (disabled != null) 'disabled': disabled!,
  if (displayName != null) 'displayName': displayName!,
  if (expireTime != null) 'expireTime': expireTime!,
  if (extendedAttributesOauth2Client != null)
    'extendedAttributesOauth2Client': extendedAttributesOauth2Client!,
  if (extraAttributesOauth2Client != null)
    'extraAttributesOauth2Client': extraAttributesOauth2Client!,
  if (name != null) 'name': name!,
  if (oidc != null) 'oidc': oidc!,
  if (saml != null) 'saml': saml!,
  if (state != null) 'state': state!,
};