Dropbox .NET SDK

Class SsoChangePolicyDetails

Changed single sign-on setting for team.

Inheritance
object
SsoChangePolicyDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class SsoChangePolicyDetails

Constructors

View Source

SsoChangePolicyDetails(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

View Source

NewValue

New single sign-on policy.

Declaration
public SsoPolicy NewValue { get; protected set; }
Property Value
Type Description
SsoPolicy
View Source

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
  • View Source
In this article
Back to top Dropbox .NET SDK