SecurityDeviceGroupAllowRule

data class SecurityDeviceGroupAllowRule(val connectionFromIpsNotAlloweds: List<String>? = null, val connectionToIpsNotAlloweds: List<String>? = null, val localUsersNotAlloweds: List<String>? = null, val processesNotAlloweds: List<String>? = null)

Constructors

Link copied to clipboard
constructor(connectionFromIpsNotAlloweds: List<String>? = null, connectionToIpsNotAlloweds: List<String>? = null, localUsersNotAlloweds: List<String>? = null, processesNotAlloweds: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies which IP is not allowed to be connected to in current device group for inbound connection.

Link copied to clipboard

Specifies which IP is not allowed to be connected to in current device group for outbound connection.

Link copied to clipboard

Specifies which local user is not allowed to login in current device group.

Link copied to clipboard

Specifies which process is not allowed to be executed in current device group.