@@ -100,7 +100,9 @@ def create(
100
100
101
101
description: The description of the rule.
102
102
103
- device_posture: The wirefilter expression used for device posture check matching.
103
+ device_posture: The wirefilter expression used for device posture check matching. The API
104
+ automatically formats and sanitizes this expression. This returns a normalized
105
+ version that may differ from your input and cause Terraform state drift.
104
106
105
107
enabled: True if the rule is enabled.
106
108
@@ -112,7 +114,9 @@ def create(
112
114
filters: The protocol or layer to evaluate the traffic, identity, and device posture
113
115
expressions.
114
116
115
- identity: The wirefilter expression used for identity matching.
117
+ identity: The wirefilter expression used for identity matching. The API automatically
118
+ formats and sanitizes this expression. This returns a normalized version that
119
+ may differ from your input and cause Terraform state drift.
116
120
117
121
precedence: Precedence sets the order of your rules. Lower values indicate higher
118
122
precedence. At each processing phase, applicable rules are evaluated in
@@ -125,7 +129,9 @@ def create(
125
129
schedule: The schedule for activating DNS policies. This does not apply to HTTP or network
126
130
policies.
127
131
128
- traffic: The wirefilter expression used for traffic matching.
132
+ traffic: The wirefilter expression used for traffic matching. The API automatically
133
+ formats and sanitizes this expression. This returns a normalized version that
134
+ may differ from your input and cause Terraform state drift.
129
135
130
136
extra_headers: Send extra headers
131
137
@@ -220,7 +226,9 @@ def update(
220
226
221
227
description: The description of the rule.
222
228
223
- device_posture: The wirefilter expression used for device posture check matching.
229
+ device_posture: The wirefilter expression used for device posture check matching. The API
230
+ automatically formats and sanitizes this expression. This returns a normalized
231
+ version that may differ from your input and cause Terraform state drift.
224
232
225
233
enabled: True if the rule is enabled.
226
234
@@ -232,7 +240,9 @@ def update(
232
240
filters: The protocol or layer to evaluate the traffic, identity, and device posture
233
241
expressions.
234
242
235
- identity: The wirefilter expression used for identity matching.
243
+ identity: The wirefilter expression used for identity matching. The API automatically
244
+ formats and sanitizes this expression. This returns a normalized version that
245
+ may differ from your input and cause Terraform state drift.
236
246
237
247
precedence: Precedence sets the order of your rules. Lower values indicate higher
238
248
precedence. At each processing phase, applicable rules are evaluated in
@@ -245,7 +255,9 @@ def update(
245
255
schedule: The schedule for activating DNS policies. This does not apply to HTTP or network
246
256
policies.
247
257
248
- traffic: The wirefilter expression used for traffic matching.
258
+ traffic: The wirefilter expression used for traffic matching. The API automatically
259
+ formats and sanitizes this expression. This returns a normalized version that
260
+ may differ from your input and cause Terraform state drift.
249
261
250
262
extra_headers: Send extra headers
251
263
@@ -524,7 +536,9 @@ async def create(
524
536
525
537
description: The description of the rule.
526
538
527
- device_posture: The wirefilter expression used for device posture check matching.
539
+ device_posture: The wirefilter expression used for device posture check matching. The API
540
+ automatically formats and sanitizes this expression. This returns a normalized
541
+ version that may differ from your input and cause Terraform state drift.
528
542
529
543
enabled: True if the rule is enabled.
530
544
@@ -536,7 +550,9 @@ async def create(
536
550
filters: The protocol or layer to evaluate the traffic, identity, and device posture
537
551
expressions.
538
552
539
- identity: The wirefilter expression used for identity matching.
553
+ identity: The wirefilter expression used for identity matching. The API automatically
554
+ formats and sanitizes this expression. This returns a normalized version that
555
+ may differ from your input and cause Terraform state drift.
540
556
541
557
precedence: Precedence sets the order of your rules. Lower values indicate higher
542
558
precedence. At each processing phase, applicable rules are evaluated in
@@ -549,7 +565,9 @@ async def create(
549
565
schedule: The schedule for activating DNS policies. This does not apply to HTTP or network
550
566
policies.
551
567
552
- traffic: The wirefilter expression used for traffic matching.
568
+ traffic: The wirefilter expression used for traffic matching. The API automatically
569
+ formats and sanitizes this expression. This returns a normalized version that
570
+ may differ from your input and cause Terraform state drift.
553
571
554
572
extra_headers: Send extra headers
555
573
@@ -644,7 +662,9 @@ async def update(
644
662
645
663
description: The description of the rule.
646
664
647
- device_posture: The wirefilter expression used for device posture check matching.
665
+ device_posture: The wirefilter expression used for device posture check matching. The API
666
+ automatically formats and sanitizes this expression. This returns a normalized
667
+ version that may differ from your input and cause Terraform state drift.
648
668
649
669
enabled: True if the rule is enabled.
650
670
@@ -656,7 +676,9 @@ async def update(
656
676
filters: The protocol or layer to evaluate the traffic, identity, and device posture
657
677
expressions.
658
678
659
- identity: The wirefilter expression used for identity matching.
679
+ identity: The wirefilter expression used for identity matching. The API automatically
680
+ formats and sanitizes this expression. This returns a normalized version that
681
+ may differ from your input and cause Terraform state drift.
660
682
661
683
precedence: Precedence sets the order of your rules. Lower values indicate higher
662
684
precedence. At each processing phase, applicable rules are evaluated in
@@ -669,7 +691,9 @@ async def update(
669
691
schedule: The schedule for activating DNS policies. This does not apply to HTTP or network
670
692
policies.
671
693
672
- traffic: The wirefilter expression used for traffic matching.
694
+ traffic: The wirefilter expression used for traffic matching. The API automatically
695
+ formats and sanitizes this expression. This returns a normalized version that
696
+ may differ from your input and cause Terraform state drift.
673
697
674
698
extra_headers: Send extra headers
675
699
0 commit comments