Show / Hide Table of Contents

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

| Improve this Doc View Source

NewValue

New single sign-on policy.

Declaration
public SsoPolicy NewValue { get; protected set; }
Property Value
Type Description
SsoPolicy
| Improve this Doc 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
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • SsoChangePolicyDetails(SsoPolicy, SsoPolicy)
  • Properties
    • NewValue
    • PreviousValue
Back to top Generated by DocFX