GoogleCloudIdentitytoolkitAdminV2Config constructor
      
      GoogleCloudIdentitytoolkitAdminV2Config({ 
    
    
- List<
String> ? authorizedDomains, - bool? autodeleteAnonymousUsers,
 - GoogleCloudIdentitytoolkitAdminV2BlockingFunctionsConfig? blockingFunctions,
 - GoogleCloudIdentitytoolkitAdminV2ClientConfig? client,
 - String? defaultHostingSite,
 - GoogleCloudIdentitytoolkitAdminV2EmailPrivacyConfig? emailPrivacyConfig,
 - GoogleCloudIdentitytoolkitAdminV2MultiFactorAuthConfig? mfa,
 - GoogleCloudIdentitytoolkitAdminV2MobileLinksConfig? mobileLinksConfig,
 - GoogleCloudIdentitytoolkitAdminV2MonitoringConfig? monitoring,
 - GoogleCloudIdentitytoolkitAdminV2MultiTenantConfig? multiTenant,
 - String? name,
 - GoogleCloudIdentitytoolkitAdminV2NotificationConfig? notification,
 - GoogleCloudIdentitytoolkitAdminV2PasswordPolicyConfig? passwordPolicyConfig,
 - GoogleCloudIdentitytoolkitAdminV2QuotaConfig? quota,
 - GoogleCloudIdentitytoolkitAdminV2RecaptchaConfig? recaptchaConfig,
 - GoogleCloudIdentitytoolkitAdminV2SignInConfig? signIn,
 - GoogleCloudIdentitytoolkitAdminV2SmsRegionConfig? smsRegionConfig,
 - String? subtype,
 
Implementation
GoogleCloudIdentitytoolkitAdminV2Config({
  this.authorizedDomains,
  this.autodeleteAnonymousUsers,
  this.blockingFunctions,
  this.client,
  this.defaultHostingSite,
  this.emailPrivacyConfig,
  this.mfa,
  this.mobileLinksConfig,
  this.monitoring,
  this.multiTenant,
  this.name,
  this.notification,
  this.passwordPolicyConfig,
  this.quota,
  this.recaptchaConfig,
  this.signIn,
  this.smsRegionConfig,
  this.subtype,
});