flex-auth/internal/policy/testdata/undeclared-ceiling/registry_snapshot.json

27 lines
445 B
JSON
Raw Normal View History

{
"systems": [
{
"id": "testdata",
"name": "Undeclared ceiling fixture"
}
],
"resource_manifests": [
{
"id": "testdata-secrets",
"system": "testdata",
"resources": [
{
"id": "secret:example",
"type": "secret",
"attributes": {
"actor_id": "example"
}
}
]
}
],
"subjects": [],
"groups": [],
"relationships": []
}