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