Class AdminAlertCategoryEnum
Alert category
Inheritance
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class AdminAlertCategoryEnum
Constructors
| Improve this Doc View SourceAdminAlertCategoryEnum()
Initializes a new instance of the AdminAlertCategoryEnum class.
Declaration
public AdminAlertCategoryEnum()
Properties
| Improve this Doc View SourceAsAccountTakeover
Gets this instance as a AccountTakeover, or null
.
Declaration
public AdminAlertCategoryEnum.AccountTakeover AsAccountTakeover { get; }
Property Value
Type | Description |
---|---|
AdminAlertCategoryEnum.AccountTakeover |
AsDataLossProtection
Gets this instance as a DataLossProtection, or null
.
Declaration
public AdminAlertCategoryEnum.DataLossProtection AsDataLossProtection { get; }
Property Value
Type | Description |
---|---|
AdminAlertCategoryEnum.DataLossProtection |
AsInformationGovernance
Gets this instance as a InformationGovernance, or null
.
Declaration
public AdminAlertCategoryEnum.InformationGovernance AsInformationGovernance { get; }
Property Value
Type | Description |
---|---|
AdminAlertCategoryEnum.InformationGovernance |
AsMalwareSharing
Gets this instance as a MalwareSharing, or null
.
Declaration
public AdminAlertCategoryEnum.MalwareSharing AsMalwareSharing { get; }
Property Value
Type | Description |
---|---|
AdminAlertCategoryEnum.MalwareSharing |
AsMassiveFileOperation
Gets this instance as a MassiveFileOperation, or null
.
Declaration
public AdminAlertCategoryEnum.MassiveFileOperation AsMassiveFileOperation { get; }
Property Value
Type | Description |
---|---|
AdminAlertCategoryEnum.MassiveFileOperation |
AsNa
Gets this instance as a Na, or null
.
Declaration
public AdminAlertCategoryEnum.Na AsNa { get; }
Property Value
Type | Description |
---|---|
AdminAlertCategoryEnum.Na |
AsOther
Gets this instance as a Other, or null
.
Declaration
public AdminAlertCategoryEnum.Other AsOther { get; }
Property Value
Type | Description |
---|---|
AdminAlertCategoryEnum.Other |
AsThreatManagement
Gets this instance as a ThreatManagement, or null
.
Declaration
public AdminAlertCategoryEnum.ThreatManagement AsThreatManagement { get; }
Property Value
Type | Description |
---|---|
AdminAlertCategoryEnum.ThreatManagement |
IsAccountTakeover
Gets a value indicating whether this instance is AccountTakeover
Declaration
public bool IsAccountTakeover { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsDataLossProtection
Gets a value indicating whether this instance is DataLossProtection
Declaration
public bool IsDataLossProtection { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsInformationGovernance
Gets a value indicating whether this instance is InformationGovernance
Declaration
public bool IsInformationGovernance { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsMalwareSharing
Gets a value indicating whether this instance is MalwareSharing
Declaration
public bool IsMalwareSharing { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsMassiveFileOperation
Gets a value indicating whether this instance is MassiveFileOperation
Declaration
public bool IsMassiveFileOperation { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsNa
Gets a value indicating whether this instance is Na
Declaration
public bool IsNa { 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 |
IsThreatManagement
Gets a value indicating whether this instance is ThreatManagement
Declaration
public bool IsThreatManagement { get; }
Property Value
Type | Description |
---|---|
System.Boolean |