SignalRNetworkACLsArgs

data class SignalRNetworkACLsArgs(val defaultAction: Output<Either<String, ACLAction>>? = null, val ipRules: Output<List<IPRuleArgs>>? = null, val privateEndpoints: Output<List<PrivateEndpointACLArgs>>? = null, val publicNetwork: Output<NetworkACLArgs>? = null) : ConvertibleToJava<SignalRNetworkACLsArgs>

Network ACLs for the resource

Constructors

Link copied to clipboard
constructor(defaultAction: Output<Either<String, ACLAction>>? = null, ipRules: Output<List<IPRuleArgs>>? = null, privateEndpoints: Output<List<PrivateEndpointACLArgs>>? = null, publicNetwork: Output<NetworkACLArgs>? = null)

Properties

Link copied to clipboard
val defaultAction: Output<Either<String, ACLAction>>? = null

Azure Networking ACL Action.

Link copied to clipboard
val ipRules: Output<List<IPRuleArgs>>? = null

IP rules for filtering public traffic

Link copied to clipboard

ACLs for requests from private endpoints

Link copied to clipboard
val publicNetwork: Output<NetworkACLArgs>? = null

Network ACL

Functions

Link copied to clipboard
open override fun toJava(): SignalRNetworkACLsArgs