disabled property

bool? disabled
getter/setter pair

Whether the user will be disabled upon creation.

Disabled accounts are inaccessible except for requests bearing a Google OAuth2 credential with proper permissions.

Implementation

core.bool? disabled;