EndpointAccessProfileResponse

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

Network access profile for Batch endpoint.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Default action for endpoint access. It is only applicable when publicNetworkAccess is enabled.

Link copied to clipboard

Array of IP ranges to filter client IP address.