Class TfaChangeStatusDetails
Enabled/disabled/changed two-step verification setting.
Inheritance
System.Object
TfaChangeStatusDetails
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class TfaChangeStatusDetails
Constructors
| Improve this Doc View SourceTfaChangeStatusDetails(TfaConfiguration, TfaConfiguration, Nullable<Boolean>)
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. |
System.Nullable<System.Boolean> | usedRescueCode | Used two factor authentication rescue code. This flag is relevant when the two factor authentication configuration is disabled. |
Properties
| Improve this Doc 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 |
---|---|
System.Nullable<System.Boolean> |