GoogleCloudIdentitytoolkitAdminV2SmsRegionConfig class

Configures the regions where users are allowed to send verification SMS for the project or tenant.

This is based on the calling code of the destination phone number.

Properties

allowByDefault GoogleCloudIdentitytoolkitAdminV2AllowByDefault?
A policy of allowing SMS to every region by default and adding disallowed regions to a disallow list.
getter/setter pair
allowlistOnly GoogleCloudIdentitytoolkitAdminV2AllowlistOnly?
A policy of only allowing regions by explicitly adding them to an allowlist.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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