AccountNetworkProfileAccountAccessArgs

data class AccountNetworkProfileAccountAccessArgs(val defaultAction: Output<String>? = null, val ipRules: Output<List<AccountNetworkProfileAccountAccessIpRuleArgs>>? = null) : ConvertibleToJava<AccountNetworkProfileAccountAccessArgs>

Constructors

Link copied to clipboard
constructor(defaultAction: Output<String>? = null, ipRules: Output<List<AccountNetworkProfileAccountAccessIpRuleArgs>>? = null)

Properties

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

Specifies the default action for the account access. Possible values are Allow and Deny. Defaults to Deny.

Link copied to clipboard

One or more ip_rule blocks as defined below.

Functions

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