Class TfaChangePolicyDetails
Changed two-step verification setting for team.
Inheritance
System.Object
    TfaChangePolicyDetails
  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 TfaChangePolicyDetails
  Constructors
| Improve this Doc View SourceTfaChangePolicyDetails(TwoStepVerificationPolicy, TwoStepVerificationPolicy)
Initializes a new instance of the TfaChangePolicyDetails class.
Declaration
public TfaChangePolicyDetails(TwoStepVerificationPolicy newValue, TwoStepVerificationPolicy previousValue = null)
  Parameters
| Type | Name | Description | 
|---|---|---|
| TwoStepVerificationPolicy | newValue | New change policy.  | 
      
| TwoStepVerificationPolicy | previousValue | Previous change policy. Might be missing due to historical data gap.  | 
      
Properties
| Improve this Doc View SourceNewValue
New change policy.
Declaration
public TwoStepVerificationPolicy NewValue { get; protected set; }
  Property Value
| Type | Description | 
|---|---|
| TwoStepVerificationPolicy | 
PreviousValue
Previous change policy. Might be missing due to historical data gap.
Declaration
public TwoStepVerificationPolicy PreviousValue { get; protected set; }
  Property Value
| Type | Description | 
|---|---|
| TwoStepVerificationPolicy |