Class TfaChangeStatusDetails
Enabled/disabled/changed two-factor authentication setting.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class TfaChangeStatusDetails
Constructors
View SourceTfaChangeStatusDetails(TfaConfiguration, TfaConfiguration, bool?)
Initializes a new instance of the TfaChangeStatusDetails class.
Declaration
public TfaChangeStatusDetails(TfaConfiguration newValue, TfaConfiguration previousValue = null, bool? usedRescueCode = null)
Parameters
| Type | Name | Description |
|---|---|---|
| TfaConfiguration | newValue | The new two factor authentication configuration. |
| TfaConfiguration | previousValue | The previous two factor authentication configuration. Might be missing due to historical data gap. |
| bool? | usedRescueCode | Used two factor authentication rescue code. This flag is relevant when the two factor authentication configuration is disabled. |
Properties
View SourceNewValue
The new two factor authentication configuration.
Declaration
public TfaConfiguration NewValue { get; protected set; }
Property Value
| Type | Description |
|---|---|
| TfaConfiguration |
PreviousValue
The previous two factor authentication configuration. Might be missing due to historical data gap.
Declaration
public TfaConfiguration PreviousValue { get; protected set; }
Property Value
| Type | Description |
|---|---|
| TfaConfiguration |
UsedRescueCode
Used two factor authentication rescue code. This flag is relevant when the two factor authentication configuration is disabled.
Declaration
public bool? UsedRescueCode { get; protected set; }
Property Value
| Type | Description |
|---|---|
| bool? |