Class AdminAlertingAlertConfiguration
Alert configurations
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class AdminAlertingAlertConfiguration
Constructors
View SourceAdminAlertingAlertConfiguration(AdminAlertingAlertStatePolicy, AdminAlertingAlertSensitivity, RecipientsConfiguration, string, string, MalwareExclusionState)
Initializes a new instance of the AdminAlertingAlertConfiguration class.
Declaration
public AdminAlertingAlertConfiguration(AdminAlertingAlertStatePolicy alertState = null, AdminAlertingAlertSensitivity sensitivityLevel = null, RecipientsConfiguration recipientsSettings = null, string text = null, string excludedFileExtensions = null, MalwareExclusionState malwareExclusionState = null)
Parameters
| Type | Name | Description |
|---|---|---|
| AdminAlertingAlertStatePolicy | alertState | Alert state. |
| AdminAlertingAlertSensitivity | sensitivityLevel | Sensitivity level. |
| RecipientsConfiguration | recipientsSettings | Recipient settings. |
| string | text | Text. |
| string | excludedFileExtensions | Excluded file extensions. |
| MalwareExclusionState | malwareExclusionState | Malware exclusion list state. |
Properties
View SourceAlertState
Alert state.
Declaration
public AdminAlertingAlertStatePolicy AlertState { get; protected set; }
Property Value
| Type | Description |
|---|---|
| AdminAlertingAlertStatePolicy |
ExcludedFileExtensions
Excluded file extensions.
Declaration
public string ExcludedFileExtensions { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
MalwareExclusionState
Malware exclusion list state.
Declaration
public MalwareExclusionState MalwareExclusionState { get; protected set; }
Property Value
| Type | Description |
|---|---|
| MalwareExclusionState |
RecipientsSettings
Recipient settings.
Declaration
public RecipientsConfiguration RecipientsSettings { get; protected set; }
Property Value
| Type | Description |
|---|---|
| RecipientsConfiguration |
SensitivityLevel
Sensitivity level.
Declaration
public AdminAlertingAlertSensitivity SensitivityLevel { get; protected set; }
Property Value
| Type | Description |
|---|---|
| AdminAlertingAlertSensitivity |
Text
Text.
Declaration
public string Text { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |