FirewallRulesResponse

data class FirewallRulesResponse(val azureServices: String? = null, val callerClientIP: String? = null, val ipRanges: List<String>? = null)

Target service's firewall rules. to allow connections from source service.

Constructors

Link copied to clipboard
constructor(azureServices: String? = null, callerClientIP: String? = null, ipRanges: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val azureServices: String? = null

Allow Azure services to access the target service if true.

Link copied to clipboard
val callerClientIP: String? = null

Allow caller client IP to access the target service if true. the property is used when connecting local application to target service.

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

This value specifies the set of IP addresses or IP address ranges in CIDR form to be included as the allowed list of client IPs for a given database account.