disabled property

bool? disabled
getter/setter pair

Whether the account is disabled.

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

Implementation

core.bool? disabled;