Introduction
When you want to control who can do what in your cloud, you use policies. Policy evaluation logic decides if a user is allowed or denied an action based on these policies.
When you want to allow a user to read files from a storage bucket but not delete them
When you want to deny access to a service during certain hours
When you want to combine multiple policies to decide if an action is allowed
When you want to understand why a user was denied access
When you want to test if a policy change will allow or deny an action before applying it