Class TwoStepVerificationPolicy
The two step verification policy object
Inheritance
TwoStepVerificationPolicy
Inherited Members
Namespace: Dropbox.Api.TeamPolicies
Assembly: Dropbox.Api.dll
Syntax
public class TwoStepVerificationPolicy
Constructors
View SourceTwoStepVerificationPolicy()
Initializes a new instance of the TwoStepVerificationPolicy class.
Declaration
public TwoStepVerificationPolicy()
Properties
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 |
|---|---|
| bool |
IsRequireTfaDisable
Gets a value indicating whether this instance is RequireTfaDisable
Declaration
public bool IsRequireTfaDisable { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsRequireTfaEnable
Gets a value indicating whether this instance is RequireTfaEnable
Declaration
public bool IsRequireTfaEnable { get; }
Property Value
| Type | Description |
|---|---|
| bool |