Show / Hide Table of Contents

Class AdminAlertingTriggeredAlertDetails

Triggered security alert.

Inheritance
System.Object
AdminAlertingTriggeredAlertDetails
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.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class AdminAlertingTriggeredAlertDetails

Constructors

| Improve this Doc View Source

AdminAlertingTriggeredAlertDetails(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
System.String alertName

Alert name.

AdminAlertSeverityEnum alertSeverity

Alert severity.

AdminAlertCategoryEnum alertCategory

Alert category.

System.String alertInstanceId

Alert ID.

Properties

| Improve this Doc View Source

AlertCategory

Alert category.

Declaration
public AdminAlertCategoryEnum AlertCategory { get; protected set; }
Property Value
Type Description
AdminAlertCategoryEnum
| Improve this Doc View Source

AlertInstanceId

Alert ID.

Declaration
public string AlertInstanceId { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

AlertName

Alert name.

Declaration
public string AlertName { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

AlertSeverity

Alert severity.

Declaration
public AdminAlertSeverityEnum AlertSeverity { get; protected set; }
Property Value
Type Description
AdminAlertSeverityEnum
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • AdminAlertingTriggeredAlertDetails(String, AdminAlertSeverityEnum, AdminAlertCategoryEnum, String)
  • Properties
    • AlertCategory
    • AlertInstanceId
    • AlertName
    • AlertSeverity
Back to top Generated by DocFX