NotificationsSourceAttackPathArgs

data class NotificationsSourceAttackPathArgs(val minimalRiskLevel: Output<Either<String, MinimalRiskLevel>>? = null, val sourceType: Output<String>) : ConvertibleToJava<NotificationsSourceAttackPathArgs>

Attack path notification source

Constructors

Link copied to clipboard
constructor(minimalRiskLevel: Output<Either<String, MinimalRiskLevel>>? = null, sourceType: Output<String>)

Properties

Link copied to clipboard
val minimalRiskLevel: Output<Either<String, MinimalRiskLevel>>? = null

Defines the minimal attach path risk level which will be sent as email notifications

Link copied to clipboard
val sourceType: Output<String>

The source type that will trigger the notification Expected value is 'AttackPath'.

Functions

Link copied to clipboard
open override fun toJava(): NotificationsSourceAttackPathArgs