Get Advanced Threat Protection Result
data class GetAdvancedThreatProtectionResult(val id: String, val isEnabled: Boolean? = null, val name: String, val type: String)
The Advanced Threat Protection resource.
Constructors
Link copied to clipboard
fun GetAdvancedThreatProtectionResult(id: String, isEnabled: Boolean? = null, name: String, type: String)