GetWebLockConfigsConfig

data class GetWebLockConfigsConfig(val defenceMode: String, val dir: String, val exclusiveDir: String, val exclusiveFile: String, val exclusiveFileType: String, val id: String, val inclusiveFileType: String, val localBackupDir: String, val mode: String, val uuid: String)

Constructors

Link copied to clipboard
constructor(defenceMode: String, dir: String, exclusiveDir: String, exclusiveFile: String, exclusiveFileType: String, id: String, inclusiveFileType: String, localBackupDir: String, mode: String, uuid: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The prevention mode.

Link copied to clipboard
val dir: String

The directory that has web tamper proofing enabled.

Link copied to clipboard

The directory that has web tamper proofing disabled.

Link copied to clipboard

The file that has web tamper proofing disabled. Note: If the value of mode is blacklist, this parameter is returned.

Link copied to clipboard

The type of the file that has web tamper proofing disabled. Note: If the value of mode is blacklist, this parameter is returned.

Link copied to clipboard
val id: String

The ID of the resource.

Link copied to clipboard

The type of the file that has web tamper proofing enabled. Note: If the value of mode is whitelist, this parameter is returned.

Link copied to clipboard

The local path to the backup files of the protected directory.

Link copied to clipboard

The protection mode of web tamper proofing.

Link copied to clipboard

The UUID of the server that has web tamper proofing enabled.