Class SsoChangeSamlIdentityModeDetails
Changed SAML identity mode for SSO.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class SsoChangeSamlIdentityModeDetails
Constructors
View SourceSsoChangeSamlIdentityModeDetails(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 SourceNewValue
New single sign-on identity mode.
Declaration
public long NewValue { get; protected set; }
Property Value
| Type | Description |
|---|---|
| long |
PreviousValue
Previous single sign-on identity mode.
Declaration
public long PreviousValue { get; protected set; }
Property Value
| Type | Description |
|---|---|
| long |