NotifyEmailType

The template for email messages that threat protection sends to a user when your threat protection automated response has a Notify action.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The body of an email notification formatted in HTML. Choose an HtmlBody or a TextBody to send an HTML-formatted or plaintext message, respectively.

Link copied to clipboard

The subject of the threat protection email notification.

Link copied to clipboard

The body of an email notification formatted in plaintext. Choose an HtmlBody or a TextBody to send an HTML-formatted or plaintext message, respectively.

Functions

Link copied to clipboard
inline fun copy(block: NotifyEmailType.Builder.() -> Unit = {}): NotifyEmailType
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String