MHSMNetwork Rule Set Response
data class MHSMNetworkRuleSetResponse(val bypass: String? = null, val defaultAction: String? = null, val ipRules: List<MHSMIPRuleResponse>? = null, val virtualNetworkRules: List<MHSMVirtualNetworkRuleResponse>? = null)
A set of rules governing the network accessibility of a managed hsm pool.
Constructors
Link copied to clipboard
constructor(bypass: String? = null, defaultAction: String? = null, ipRules: List<MHSMIPRuleResponse>? = null, virtualNetworkRules: List<MHSMVirtualNetworkRuleResponse>? = null)