TeamsRuleRuleSettingsAuditSshArgs

data class TeamsRuleRuleSettingsAuditSshArgs(val commandLogging: Output<Boolean>? = null) : ConvertibleToJava<TeamsRuleRuleSettingsAuditSshArgs>

Constructors

Link copied to clipboard
constructor(commandLogging: Output<Boolean>? = null)

Properties

Link copied to clipboard
val commandLogging: Output<Boolean>? = null

Enable to turn on SSH command logging.

Functions

Link copied to clipboard
open override fun toJava(): TeamsRuleRuleSettingsAuditSshArgs