AdminAlertingAlertConfiguration
public class AdminAlertingAlertConfiguration : CustomStringConvertible, JSONRepresentable
Alert configurations
-
Alert state.
Declaration
Swift
public let alertState: TeamLog.AdminAlertingAlertStatePolicy?
-
Sensitivity level.
Declaration
Swift
public let sensitivityLevel: TeamLog.AdminAlertingAlertSensitivity?
-
Recipient settings.
Declaration
Swift
public let recipientsSettings: TeamLog.RecipientsConfiguration?
-
Text.
Declaration
Swift
public let text: String?
-
Excluded file extensions.
Declaration
Swift
public let excludedFileExtensions: String?
-
Declaration
Swift
public var description: String { get }