Security Device Group Allow Rule Args
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
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.