summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/share/authz/POLICY.md31
-rw-r--r--doc/share/authz/sns.dot5
-rw-r--r--doc/share/authz/sns.dot.pngbin20506 -> 0 bytes
3 files changed, 0 insertions, 36 deletions
diff --git a/doc/share/authz/POLICY.md b/doc/share/authz/POLICY.md
index 42b8579..669c0b9 100644
--- a/doc/share/authz/POLICY.md
+++ b/doc/share/authz/POLICY.md
@@ -109,37 +109,6 @@ for applying reasoning and assertions to domain-agnostic, structured data.
* [Go binding](https://github.com/microsoft/regorus/tree/main/bindings/go)
* [Ruby binding](https://github.com/microsoft/regorus/tree/main/bindings/ruby)
-## Security Context/Scope
-
-1. Single resource
-1. Nested resources
-1. Individual Attributes on a resource
-
-## Example
-
-The following hierarchy will be used as the basis for expression policy.
-
-```ruby
-class Organization
- has_many :groups
-end
-
-class Group
- belongs_to :organization
- has_many :projects
-end
-
-class Project
- belongs_to :group
- has_many :issues
-end
-
-class Issue
-end
-```
-
-[Social Network Graph](./sns.dot.png)
-
## See Also
* [Zanzibar](./ZANZIBAR.md)
diff --git a/doc/share/authz/sns.dot b/doc/share/authz/sns.dot
deleted file mode 100644
index 9197928..0000000
--- a/doc/share/authz/sns.dot
+++ /dev/null
@@ -1,5 +0,0 @@
-digraph {
- Group -> Organization[label="belongs_to"];
- Project -> Group[label="belongs_to"];
- Issue -> Project[label="belongs_to"];
-}
diff --git a/doc/share/authz/sns.dot.png b/doc/share/authz/sns.dot.png
deleted file mode 100644
index dc30092..0000000
--- a/doc/share/authz/sns.dot.png
+++ /dev/null
Binary files differ