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