threats

@JvmName(name = "dobhpskapcmynxvk")
suspend fun threats(value: Output<List<String>>)
@JvmName(name = "gfrruuvnrpaxbmjs")
suspend fun threats(value: List<String>?)

Parameters

value

A list of the threat impacts for the Security Center Assessment. Possible values are AccountBreach, DataExfiltration, DataSpillage, DenialOfService, ElevationOfPrivilege, MaliciousInsider, MissingCoverage and ThreatResistance.


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


@JvmName(name = "wnxkcicudfxlcggt")
suspend fun threats(values: List<Output<String>>)
@JvmName(name = "alxwnhpygfegdbnr")
suspend fun threats(vararg values: String)

Parameters

values

A list of the threat impacts for the Security Center Assessment. Possible values are AccountBreach, DataExfiltration, DataSpillage, DenialOfService, ElevationOfPrivilege, MaliciousInsider, MissingCoverage and ThreatResistance.