
com.pulumi.azure.sentinel.kotlin.outputs.ThreatIntelligenceIndicatorKillChainPhase.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azure.sentinel.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
*
* @property name The name which should be used for the Lockheed Martin cyber kill chain phase.
*/
public data class ThreatIntelligenceIndicatorKillChainPhase(
public val name: String? = null,
) {
public companion object {
public
fun toKotlin(javaType: com.pulumi.azure.sentinel.outputs.ThreatIntelligenceIndicatorKillChainPhase):
ThreatIntelligenceIndicatorKillChainPhase = ThreatIntelligenceIndicatorKillChainPhase(
name = javaType.name().map({ args0 -> args0 }).orElse(null),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy