Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@
"type":"string",
"description":"Description of the rule."
},
"sourceAddresses":{
"sourceAddresses":{
"type":"array",
"description":"List of source IP addresses for this rule.",
"items":{
Expand All @@ -463,9 +463,9 @@
},
"description":"Array of ApplicationRuleProtocols."
},
"targetUrls":{
"targetFqdns":{
"type":"array",
"description":"List of URLs for this rule.",
"description":"List of FQDNs for this rule.",
"items":{
"type":"string"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"port":443
}
],
"targetUrls":[
"targetFqdns":[
"www.test.com"
],
"sourceAddresses":[
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"port":443
}
],
"targetUrls":[
"targetFqdns":[
"www.test.com"
],
"sourceAddresses":[
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"port":443
}
],
"targetUrls":[
"targetFqdns":[
"www.test.com"
],
"sourceAddresses":[
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"port":443
}
],
"targetUrls":[
"targetFqdns":[
"www.test.com"
],
"sourceAddresses":[
Expand Down Expand Up @@ -129,7 +129,7 @@
"port":443
}
],
"targetUrls":[
"targetFqdns":[
"www.test.com"
],
"sourceAddresses":[
Expand Down Expand Up @@ -219,7 +219,7 @@
"port":443
}
],
"targetUrls":[
"targetFqdns":[
"www.test.com"
],
"sourceAddresses":[
Expand Down