Dropbox .NET SDK

Class GoogleSsoChangePolicyDetails

Enabled/disabled Google single sign-on for team.

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

Constructors

View Source

GoogleSsoChangePolicyDetails(GoogleSsoPolicy, GoogleSsoPolicy)

Initializes a new instance of the GoogleSsoChangePolicyDetails class.

Declaration
public GoogleSsoChangePolicyDetails(GoogleSsoPolicy newValue, GoogleSsoPolicy previousValue = null)
Parameters
Type Name Description
GoogleSsoPolicy newValue

New Google single sign-on policy.

GoogleSsoPolicy previousValue

Previous Google single sign-on policy. Might be missing due to historical data gap.

Properties

View Source

NewValue

New Google single sign-on policy.

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

PreviousValue

Previous Google single sign-on policy. Might be missing due to historical data gap.

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