Class AdminConsoleAppPermission
The admin console app permission object
Inheritance
AdminConsoleAppPermission
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class AdminConsoleAppPermission
Constructors
View SourceAdminConsoleAppPermission()
Initializes a new instance of the AdminConsoleAppPermission class.
Declaration
public AdminConsoleAppPermission()
Properties
View SourceAsDefaultForListedApps
Gets this instance as a DefaultForListedApps, or null.
Declaration
public AdminConsoleAppPermission.DefaultForListedApps AsDefaultForListedApps { get; }
Property Value
| Type | Description |
|---|---|
| AdminConsoleAppPermission.DefaultForListedApps |
AsDefaultForUnlistedApps
Gets this instance as a DefaultForUnlistedApps, or null.
Declaration
public AdminConsoleAppPermission.DefaultForUnlistedApps AsDefaultForUnlistedApps { get; }
Property Value
| Type | Description |
|---|---|
| AdminConsoleAppPermission.DefaultForUnlistedApps |
AsOther
Gets this instance as a Other, or null.
Declaration
public AdminConsoleAppPermission.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| AdminConsoleAppPermission.Other |
IsDefaultForListedApps
Gets a value indicating whether this instance is DefaultForListedApps
Declaration
public bool IsDefaultForListedApps { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsDefaultForUnlistedApps
Gets a value indicating whether this instance is DefaultForUnlistedApps
Declaration
public bool IsDefaultForUnlistedApps { 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 |