• Home
  • API Documentation
  • API Documentation
Show / Hide Table of Contents

Class GoogleSsoChangePolicyDetails

Enabled/disabled Google single sign-on for team.

Inheritance
System.Object
GoogleSsoChangePolicyDetails
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 GoogleSsoChangePolicyDetails

Constructors

| Improve this Doc 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

| Improve this Doc View Source

NewValue

New Google single sign-on policy.

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