Class SsoPolicy
The sso policy object
Inheritance
SsoPolicy
Inherited Members
Namespace: Dropbox.Api.TeamPolicies
Assembly: Dropbox.Api.dll
Syntax
public class SsoPolicy
Constructors
View SourceSsoPolicy()
Initializes a new instance of the SsoPolicy class.
Declaration
public SsoPolicy()
Properties
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 |
|---|---|
| bool |
IsOptional
Gets a value indicating whether this instance is Optional
Declaration
public bool IsOptional { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsRequired
Gets a value indicating whether this instance is Required
Declaration
public bool IsRequired { get; }
Property Value
| Type | Description |
|---|---|
| bool |