Class SsoPolicy
The sso policy object
Inheritance
System.Object
SsoPolicy
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.TeamPolicies
Assembly: Dropbox.Api.dll
Syntax
public class SsoPolicy
Constructors
| Improve this Doc View SourceSsoPolicy()
Initializes a new instance of the SsoPolicy class.
Declaration
public SsoPolicy()
Properties
| Improve this Doc View SourceAsDisabled
Gets this instance as a Disabled, or null
.
Declaration
public SsoPolicy.Disabled AsDisabled { get; }
Property Value
Type | Description |
---|---|
SsoPolicy.Disabled |
AsOptional
Gets this instance as a Optional, or null
.
Declaration
public SsoPolicy.Optional AsOptional { get; }
Property Value
Type | Description |
---|---|
SsoPolicy.Optional |
AsOther
Gets this instance as a Other, or null
.
Declaration
public SsoPolicy.Other AsOther { get; }
Property Value
Type | Description |
---|---|
SsoPolicy.Other |
AsRequired
Gets this instance as a Required, or null
.
Declaration
public SsoPolicy.Required AsRequired { get; }
Property Value
Type | Description |
---|---|
SsoPolicy.Required |
IsDisabled
Gets a value indicating whether this instance is Disabled
Declaration
public bool IsDisabled { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOptional
Gets a value indicating whether this instance is Optional
Declaration
public bool IsOptional { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsRequired
Gets a value indicating whether this instance is Required
Declaration
public bool IsRequired { get; }
Property Value
Type | Description |
---|---|
System.Boolean |