tactics

@JvmName(name = "wyfvucwrbvmroclh")
suspend fun tactics(value: Output<List<String>>)
@JvmName(name = "egoiavotmthuuita")
suspend fun tactics(value: List<String>?)

Parameters

value

A list of categories of attacks by which to classify the rule. Possible values are Collection, CommandAndControl, CredentialAccess, DefenseEvasion, Discovery, Execution, Exfiltration, ImpairProcessControl, InhibitResponseFunction, Impact, InitialAccess, LateralMovement, Persistence, PrivilegeEscalation, PreAttack, Reconnaissance and ResourceDevelopment.


@JvmName(name = "xeihngrbygxqqedc")
suspend fun tactics(vararg values: Output<String>)


@JvmName(name = "iqrtexclpmtneluc")
suspend fun tactics(values: List<Output<String>>)
@JvmName(name = "hgodjdfetqowfeyp")
suspend fun tactics(vararg values: String)

Parameters

values

A list of categories of attacks by which to classify the rule. Possible values are Collection, CommandAndControl, CredentialAccess, DefenseEvasion, Discovery, Execution, Exfiltration, ImpairProcessControl, InhibitResponseFunction, Impact, InitialAccess, LateralMovement, Persistence, PrivilegeEscalation, PreAttack, Reconnaissance and ResourceDevelopment.