Ip Security Restriction Response
data class IpSecurityRestrictionResponse(val action: String? = null, val description: String? = null, val headers: Map<String, List<String>>? = null, val ipAddress: String? = null, val name: String? = null, val priority: Int? = null, val subnetMask: String? = null, val subnetTrafficTag: Int? = null, val tag: String? = null, val vnetSubnetResourceId: String? = null, val vnetTrafficTag: Int? = null)
IP security restriction on an app.
Constructors
Link copied to clipboard
fun IpSecurityRestrictionResponse(action: String? = null, description: String? = null, headers: Map<String, List<String>>? = null, ipAddress: String? = null, name: String? = null, priority: Int? = null, subnetMask: String? = null, subnetTrafficTag: Int? = null, tag: String? = null, vnetSubnetResourceId: String? = null, vnetTrafficTag: Int? = null)