Class SsoChangeSamlIdentityModeDetails
Changed SAML identity mode for SSO.
Inheritance
System.Object
    SsoChangeSamlIdentityModeDetails
  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 SsoChangeSamlIdentityModeDetails
  Constructors
| Improve this Doc View SourceSsoChangeSamlIdentityModeDetails(Int64, Int64)
Initializes a new instance of the SsoChangeSamlIdentityModeDetails class.
Declaration
public SsoChangeSamlIdentityModeDetails(long previousValue, long newValue)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Int64 | previousValue | Previous single sign-on identity mode.  | 
      
| System.Int64 | newValue | New single sign-on identity mode.  | 
      
Properties
| Improve this Doc View SourceNewValue
New single sign-on identity mode.
Declaration
public long NewValue { get; protected set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int64 | 
PreviousValue
Previous single sign-on identity mode.
Declaration
public long PreviousValue { get; protected set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int64 |