GoogleCloudIdentitytoolkitAdminV2Config class
Represents an Identity Toolkit project.
Constructors
- 
          GoogleCloudIdentitytoolkitAdminV2Config({List<String> ? authorizedDomains, bool? autodeleteAnonymousUsers, GoogleCloudIdentitytoolkitAdminV2BlockingFunctionsConfig? blockingFunctions, GoogleCloudIdentitytoolkitAdminV2ClientConfig? client, GoogleCloudIdentitytoolkitAdminV2EmailPrivacyConfig? emailPrivacyConfig, GoogleCloudIdentitytoolkitAdminV2MultiFactorAuthConfig? mfa, GoogleCloudIdentitytoolkitAdminV2MonitoringConfig? monitoring, GoogleCloudIdentitytoolkitAdminV2MultiTenantConfig? multiTenant, String? name, GoogleCloudIdentitytoolkitAdminV2NotificationConfig? notification, GoogleCloudIdentitytoolkitAdminV2PasswordPolicyConfig? passwordPolicyConfig, GoogleCloudIdentitytoolkitAdminV2QuotaConfig? quota, GoogleCloudIdentitytoolkitAdminV2RecaptchaConfig? recaptchaConfig, GoogleCloudIdentitytoolkitAdminV2SignInConfig? signIn, GoogleCloudIdentitytoolkitAdminV2SmsRegionConfig? smsRegionConfig, String? subtype})
- GoogleCloudIdentitytoolkitAdminV2Config.fromJson(Map json_)
Properties
- 
  List of domains authorized for OAuth redirects
  getter/setter pair
- autodeleteAnonymousUsers ↔ bool?
- 
  Whether anonymous users will be auto-deleted after a period of 30 days.
  getter/setter pair
- blockingFunctions ↔ GoogleCloudIdentitytoolkitAdminV2BlockingFunctionsConfig?
- 
  Configuration related to blocking functions.
  getter/setter pair
- client ↔ GoogleCloudIdentitytoolkitAdminV2ClientConfig?
- 
  Options related to how clients making requests on behalf of a project
should be configured.
  getter/setter pair
- emailPrivacyConfig ↔ GoogleCloudIdentitytoolkitAdminV2EmailPrivacyConfig?
- 
  Configuration for settings related to email privacy and public visibility.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- mfa ↔ GoogleCloudIdentitytoolkitAdminV2MultiFactorAuthConfig?
- 
  Configuration for this project's multi-factor authentication, including
whether it is active and what factors can be used for the second factor
  getter/setter pair
- monitoring ↔ GoogleCloudIdentitytoolkitAdminV2MonitoringConfig?
- 
  Configuration related to monitoring project activity.
  getter/setter pair
- multiTenant ↔ GoogleCloudIdentitytoolkitAdminV2MultiTenantConfig?
- 
  Configuration related to multi-tenant functionality.
  getter/setter pair
- name ↔ String?
- 
  The name of the Config resource.
  getter/setter pair
- notification ↔ GoogleCloudIdentitytoolkitAdminV2NotificationConfig?
- 
  Configuration related to sending notifications to users.
  getter/setter pair
- passwordPolicyConfig ↔ GoogleCloudIdentitytoolkitAdminV2PasswordPolicyConfig?
- 
  The project level password policy configuration.
  getter/setter pair
- quota ↔ GoogleCloudIdentitytoolkitAdminV2QuotaConfig?
- 
  Configuration related to quotas.
  getter/setter pair
- recaptchaConfig ↔ GoogleCloudIdentitytoolkitAdminV2RecaptchaConfig?
- 
  The project-level reCAPTCHA config.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- signIn ↔ GoogleCloudIdentitytoolkitAdminV2SignInConfig?
- 
  Configuration related to local sign in methods.
  getter/setter pair
- smsRegionConfig ↔ GoogleCloudIdentitytoolkitAdminV2SmsRegionConfig?
- 
  Configures which regions are enabled for SMS verification code sending.
  getter/setter pair
- subtype ↔ String?
- 
  The subtype of this config.
  getter/setter pair
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toJson() → Map< String, dynamic> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited