29 lines
655 B
JSON
29 lines
655 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"task": "M13-04D",
|
|
"operation": "SERVER_JOB_NETWORK_POLICY",
|
|
"defaultNetwork": "DENY",
|
|
"declaredOrigin": {
|
|
"status": "ALLOWED",
|
|
"code": "SERVER_NETWORK_ALLOWED_ORIGIN",
|
|
"origin": "https://example.com",
|
|
"network": "DECLARED_ORIGIN"
|
|
},
|
|
"denied": {
|
|
"missing": {
|
|
"status": "DENIED",
|
|
"code": "SERVER_NETWORK_DENIED",
|
|
"origin": null,
|
|
"network": "DISABLED"
|
|
},
|
|
"undeclared": {
|
|
"status": "DENIED",
|
|
"code": "SERVER_NETWORK_DENIED",
|
|
"origin": "https://other.example",
|
|
"network": "DISABLED"
|
|
}
|
|
},
|
|
"execution": "DISABLED",
|
|
"nextTask": "M13-04E"
|
|
}
|