Teams Rule Rule Settings
data class TeamsRuleRuleSettings(val addHeaders: Map<String, String>? = null, val allowChildBypass: Boolean? = null, val auditSsh: TeamsRuleRuleSettingsAuditSsh? = null, val bisoAdminControls: TeamsRuleRuleSettingsBisoAdminControls? = null, val blockPageEnabled: Boolean? = null, val blockPageReason: String? = null, val bypassParentRule: Boolean? = null, val checkSession: TeamsRuleRuleSettingsCheckSession? = null, val egress: TeamsRuleRuleSettingsEgress? = null, val insecureDisableDnssecValidation: Boolean? = null, val ipCategories: Boolean? = null, val l4override: TeamsRuleRuleSettingsL4override? = null, val overrideHost: String? = null, val overrideIps: List<String>? = null, val payloadLog: TeamsRuleRuleSettingsPayloadLog? = null, val untrustedCert: TeamsRuleRuleSettingsUntrustedCert? = null)
Constructors
Link copied to clipboard
fun TeamsRuleRuleSettings(addHeaders: Map<String, String>? = null, allowChildBypass: Boolean? = null, auditSsh: TeamsRuleRuleSettingsAuditSsh? = null, bisoAdminControls: TeamsRuleRuleSettingsBisoAdminControls? = null, blockPageEnabled: Boolean? = null, blockPageReason: String? = null, bypassParentRule: Boolean? = null, checkSession: TeamsRuleRuleSettingsCheckSession? = null, egress: TeamsRuleRuleSettingsEgress? = null, insecureDisableDnssecValidation: Boolean? = null, ipCategories: Boolean? = null, l4override: TeamsRuleRuleSettingsL4override? = null, overrideHost: String? = null, overrideIps: List<String>? = null, payloadLog: TeamsRuleRuleSettingsPayloadLog? = null, untrustedCert: TeamsRuleRuleSettingsUntrustedCert? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard