SAMLAccountSamlConnection constructor
SAMLAccountSamlConnection({
- required String id,
- required String name,
- String? domain,
- List<
String> domains = const [], - required bool active,
- required String provider,
- required bool syncUserAttributes,
- bool? allowSubdomains,
- bool? allowIdpInitiated,
- bool? disableAdditionalIdentifications,
- required int createdAt,
- required int updatedAt,
Returns a new SAMLAccountSamlConnection instance.
Implementation
SAMLAccountSamlConnection({
required this.id,
required this.name,
this.domain,
this.domains = const [],
required this.active,
required this.provider,
required this.syncUserAttributes,
this.allowSubdomains,
this.allowIdpInitiated,
this.disableAdditionalIdentifications,
required this.createdAt,
required this.updatedAt,
});