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 SourceGoogleSsoChangePolicyDetails(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 SourceNewValue
New Google single sign-on policy.
Declaration
public GoogleSsoPolicy NewValue { get; protected set; }
Property Value
Type | Description |
---|---|
GoogleSsoPolicy |
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 |