Class TwoStepVerificationPolicy
The two step verification policy object
Inheritance
System.Object
    TwoStepVerificationPolicy
      
      
      
  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.TeamPolicies
Assembly: Dropbox.Api.dll
Syntax
public class TwoStepVerificationPolicy
  Constructors
| Improve this Doc View SourceTwoStepVerificationPolicy()
Initializes a new instance of the TwoStepVerificationPolicy class.
Declaration
public TwoStepVerificationPolicy()
  Properties
| Improve this Doc View SourceAsOther
Gets this instance as a Other, or null.
Declaration
public TwoStepVerificationPolicy.Other AsOther { get; }
  Property Value
| Type | Description | 
|---|---|
| TwoStepVerificationPolicy.Other | 
AsRequireTfaDisable
Gets this instance as a RequireTfaDisable, or null.
Declaration
public TwoStepVerificationPolicy.RequireTfaDisable AsRequireTfaDisable { get; }
  Property Value
| Type | Description | 
|---|---|
| TwoStepVerificationPolicy.RequireTfaDisable | 
AsRequireTfaEnable
Gets this instance as a RequireTfaEnable, or null.
Declaration
public TwoStepVerificationPolicy.RequireTfaEnable AsRequireTfaEnable { get; }
  Property Value
| Type | Description | 
|---|---|
| TwoStepVerificationPolicy.RequireTfaEnable | 
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsRequireTfaDisable
Gets a value indicating whether this instance is RequireTfaDisable
Declaration
public bool IsRequireTfaDisable { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsRequireTfaEnable
Gets a value indicating whether this instance is RequireTfaEnable
Declaration
public bool IsRequireTfaEnable { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean |