SAMLConnection constructor
SAMLConnection({})
Returns a new SAMLConnection instance.
Implementation
SAMLConnection({
required this.id,
required this.name,
required this.domain,
required this.active,
required this.provider,
required this.syncUserAttributes,
this.allowSubdomains,
this.allowIdpInitiated,
this.disableAdditionalIdentifications,
required this.createdAt,
required this.updatedAt,
});