Dropbox .NET SDK

Class SsoChangeSamlIdentityModeDetails

Changed SAML identity mode for SSO.

Inheritance
object
SsoChangeSamlIdentityModeDetails
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 SsoChangeSamlIdentityModeDetails

Constructors

View Source

SsoChangeSamlIdentityModeDetails(long, long)

Initializes a new instance of the SsoChangeSamlIdentityModeDetails class.

Declaration
public SsoChangeSamlIdentityModeDetails(long previousValue, long newValue)
Parameters
Type Name Description
long previousValue

Previous single sign-on identity mode.

long newValue

New single sign-on identity mode.

Properties

View Source

NewValue

New single sign-on identity mode.

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

PreviousValue

Previous single sign-on identity mode.

Declaration
public long PreviousValue { get; protected set; }
Property Value
Type Description
long
  • View Source
In this article
Back to top Dropbox .NET SDK