GoogleCloudIdentitytoolkitAdminV2Tenant constructor

GoogleCloudIdentitytoolkitAdminV2Tenant({
  1. bool? allowPasswordSignup,
  2. bool? autodeleteAnonymousUsers,
  3. GoogleCloudIdentitytoolkitAdminV2ClientPermissionConfig? client,
  4. bool? disableAuth,
  5. String? displayName,
  6. GoogleCloudIdentitytoolkitAdminV2EmailPrivacyConfig? emailPrivacyConfig,
  7. bool? enableAnonymousUser,
  8. bool? enableEmailLinkSignin,
  9. GoogleCloudIdentitytoolkitAdminV2HashConfig? hashConfig,
  10. GoogleCloudIdentitytoolkitAdminV2Inheritance? inheritance,
  11. GoogleCloudIdentitytoolkitAdminV2MultiFactorAuthConfig? mfaConfig,
  12. GoogleCloudIdentitytoolkitAdminV2MonitoringConfig? monitoring,
  13. String? name,
  14. GoogleCloudIdentitytoolkitAdminV2PasswordPolicyConfig? passwordPolicyConfig,
  15. GoogleCloudIdentitytoolkitAdminV2RecaptchaConfig? recaptchaConfig,
  16. GoogleCloudIdentitytoolkitAdminV2SmsRegionConfig? smsRegionConfig,
  17. Map<String, String>? testPhoneNumbers,
})

Implementation

GoogleCloudIdentitytoolkitAdminV2Tenant({
  this.allowPasswordSignup,
  this.autodeleteAnonymousUsers,
  this.client,
  this.disableAuth,
  this.displayName,
  this.emailPrivacyConfig,
  this.enableAnonymousUser,
  this.enableEmailLinkSignin,
  this.hashConfig,
  this.inheritance,
  this.mfaConfig,
  this.monitoring,
  this.name,
  this.passwordPolicyConfig,
  this.recaptchaConfig,
  this.smsRegionConfig,
  this.testPhoneNumbers,
});