Notifications Source Attack Path Args
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>)