mfaStatus property

  1. @TagNumber.new(15)
bool get mfaStatus

@description Security flag determining whether Multi-Factor Authentication (MFA) has been explicitly provisioned and enabled for this user account.

@example true

@format Boolean value (true or false).

Implementation

@$pb.TagNumber(15)
$core.bool get mfaStatus => $_getBF(6);
  1. @TagNumber.new(15)
set mfaStatus (bool value)

Implementation

@$pb.TagNumber(15)
set mfaStatus($core.bool value) => $_setBool(6, value);