SecurityDeviceGroupAllowRuleArgs

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

Constructors

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

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
val connectionToIpsNotAlloweds: Output<List<String>>? = null

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

Link copied to clipboard
val localUsersNotAlloweds: Output<List<String>>? = null

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

Link copied to clipboard
val processesNotAlloweds: Output<List<String>>? = null

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

Functions

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