GoogleCloudIdentitytoolkitAdminV2Config class
Represents an Identity Toolkit project.
Constructors
-
GoogleCloudIdentitytoolkitAdminV2Config({List<
String> ? authorizedDomains, GoogleCloudIdentitytoolkitAdminV2BlockingFunctionsConfig? blockingFunctions, GoogleCloudIdentitytoolkitAdminV2ClientConfig? client, GoogleCloudIdentitytoolkitAdminV2MultiFactorAuthConfig? mfa, GoogleCloudIdentitytoolkitAdminV2MonitoringConfig? monitoring, GoogleCloudIdentitytoolkitAdminV2MultiTenantConfig? multiTenant, String? name, GoogleCloudIdentitytoolkitAdminV2NotificationConfig? notification, GoogleCloudIdentitytoolkitAdminV2QuotaConfig? quota, GoogleCloudIdentitytoolkitAdminV2SignInConfig? signIn, String? subtype}) - GoogleCloudIdentitytoolkitAdminV2Config.fromJson(Map _json)
Properties
-
List of domains authorized for OAuth redirects
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
- 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
- quota ↔ GoogleCloudIdentitytoolkitAdminV2QuotaConfig?
-
Configuration related to quotas.
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
- 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