AlertRuleNrtAlertDetailsOverrideDynamicPropertyArgs

data class AlertRuleNrtAlertDetailsOverrideDynamicPropertyArgs(val name: Output<String>, val value: Output<String>) : ConvertibleToJava<AlertRuleNrtAlertDetailsOverrideDynamicPropertyArgs>

Constructors

constructor(name: Output<String>, value: Output<String>)

Properties

Link copied to clipboard
val name: Output<String>

The name of the dynamic property. Possible Values are AlertLink, ConfidenceLevel, ConfidenceScore, ExtendedLinks, ProductComponentName, ProductName, ProviderName, RemediationSteps and Techniques.

Link copied to clipboard
val value: Output<String>

The value of the dynamic property. Pssible Values are Caller, dcount_ResourceId and EventSubmissionTimestamp.

Functions

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