Show / Hide Table of Contents

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 Source

TfaChangeStatusDetails(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 Source

NewValue

The new two factor authentication configuration.

Declaration
public TfaConfiguration NewValue { get; protected set; }
Property Value
Type Description
TfaConfiguration
| Improve this Doc View Source

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
| Improve this Doc View Source

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>
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • TfaChangeStatusDetails(TfaConfiguration, TfaConfiguration, Nullable<Boolean>)
  • Properties
    • NewValue
    • PreviousValue
    • UsedRescueCode
Back to top Generated by DocFX