Class SsoRemoveLogoutUrlDetails
Removed sign-out URL for SSO.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class SsoRemoveLogoutUrlDetails
Constructors
View SourceSsoRemoveLogoutUrlDetails(string)
Initializes a new instance of the SsoRemoveLogoutUrlDetails class.
Declaration
public SsoRemoveLogoutUrlDetails(string previousValue)
Parameters
| Type | Name | Description |
|---|---|---|
| string | previousValue | Previous single sign-on logout URL. |
Properties
View SourcePreviousValue
Previous single sign-on logout URL.
Declaration
public string PreviousValue { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |