AccountNetworkProfileAccountAccess

data class AccountNetworkProfileAccountAccess(val defaultAction: String? = null, val ipRules: List<AccountNetworkProfileAccountAccessIpRule>? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val defaultAction: 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.