Ip Security Restriction Args
data class IpSecurityRestrictionArgs(val action: Output<String>? = null, val description: Output<String>? = null, val headers: Output<Map<String, List<String>>>? = null, val ipAddress: Output<String>? = null, val name: Output<String>? = null, val priority: Output<Int>? = null, val subnetMask: Output<String>? = null, val subnetTrafficTag: Output<Int>? = null, val tag: Output<Either<String, IpFilterTag>>? = null, val vnetSubnetResourceId: Output<String>? = null, val vnetTrafficTag: Output<Int>? = null) : ConvertibleToJava<IpSecurityRestrictionArgs>
IP security restriction on an app.
Constructors
Link copied to clipboard
constructor(action: Output<String>? = null, description: Output<String>? = null, headers: Output<Map<String, List<String>>>? = null, ipAddress: Output<String>? = null, name: Output<String>? = null, priority: Output<Int>? = null, subnetMask: Output<String>? = null, subnetTrafficTag: Output<Int>? = null, tag: Output<Either<String, IpFilterTag>>? = null, vnetSubnetResourceId: Output<String>? = null, vnetTrafficTag: Output<Int>? = null)
Properties
Link copied to clipboard
IP restriction rule description.
Link copied to clipboard
Link copied to clipboard
Subnet mask for the range of IP addresses the restriction is valid for.
Link copied to clipboard
(internal) Subnet traffic tag
Link copied to clipboard
Defines what this IP filter will be used for. This is to support IP filtering on proxies.
Link copied to clipboard
Virtual network resource id
Link copied to clipboard
(internal) Vnet traffic tag