Get Magic Transit Site Acl Result
data class GetMagicTransitSiteAclResult(val accountId: String, val aclId: String? = null, val description: String, val forwardLocally: Boolean, val id: String, val lan1: GetMagicTransitSiteAclLan1, val lan2: GetMagicTransitSiteAclLan2, val name: String, val protocols: List<String>, val siteId: String, val unidirectional: Boolean)
A collection of values returned by getMagicTransitSiteAcl.
Properties
Link copied to clipboard
Description for the ACL.
Link copied to clipboard
The desired forwarding action for this ACL policy. If set to "false", the policy will forward traffic to Cloudflare. If set to "true", the policy will forward traffic locally on the Magic Connector. If not included in request, will default to false.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The desired traffic direction for this ACL policy. If set to "false", the policy will allow bidirectional traffic. If set to "true", the policy will only allow traffic in one direction. If not included in request, will default to false.