disableAuth property

bool? disableAuth
getter/setter pair

Whether authentication is disabled for the tenant.

If true, the users under the disabled tenant are not allowed to sign-in. Admins of the disabled tenant are not able to manage its users.

Implementation

core.bool? disableAuth;