II.
MetaAttribute JSON
Structured · livemeta-attribute:sandbox--network-policy
Sandbox.networkPolicy json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "meta-attribute:sandbox--network-policy",
"_kind": "MetaAttribute",
"_file": "catalog-meta/meta-registry/meta-registry-surfacing-path.yaml",
"_cluster": "catalog-meta",
"attributes": {
"displayName": "Sandbox.networkPolicy",
"name": "networkPolicy",
"parentNodeKindId": "meta-node-kind:sandbox",
"type": "enum<none,egress-only,full,allowlist>",
"required": true,
"description": "network-egress posture for the sandbox."
},
"outgoingEdges": [
{
"from": "meta-attribute:sandbox--network-policy",
"to": "meta-node-kind:sandbox",
"kind": "defined_on",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "meta-node-kind:sandbox",
"to": "meta-attribute:sandbox--network-policy",
"kind": "contains_meta_attribute",
"attributes": {}
}
]
}