Class AdminAlertingTriggeredAlertDetails
Triggered security alert.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class AdminAlertingTriggeredAlertDetails
Constructors
View SourceAdminAlertingTriggeredAlertDetails(string, AdminAlertSeverityEnum, AdminAlertCategoryEnum, string)
Initializes a new instance of the AdminAlertingTriggeredAlertDetails class.
Declaration
public AdminAlertingTriggeredAlertDetails(string alertName, AdminAlertSeverityEnum alertSeverity, AdminAlertCategoryEnum alertCategory, string alertInstanceId)
Parameters
| Type | Name | Description |
|---|---|---|
| string | alertName | Alert name. |
| AdminAlertSeverityEnum | alertSeverity | Alert severity. |
| AdminAlertCategoryEnum | alertCategory | Alert category. |
| string | alertInstanceId | Alert ID. |
Properties
View SourceAlertCategory
Alert category.
Declaration
public AdminAlertCategoryEnum AlertCategory { get; protected set; }
Property Value
| Type | Description |
|---|---|
| AdminAlertCategoryEnum |
AlertInstanceId
Alert ID.
Declaration
public string AlertInstanceId { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
AlertName
Alert name.
Declaration
public string AlertName { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
AlertSeverity
Alert severity.
Declaration
public AdminAlertSeverityEnum AlertSeverity { get; protected set; }
Property Value
| Type | Description |
|---|---|
| AdminAlertSeverityEnum |