Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 811 Bytes

writing.rst

File metadata and controls

22 lines (14 loc) · 811 Bytes

Writing Policies

The following are examples of how to leverage some of the functions available from Policy Sentry. The functions selected are likely to be of most interest to other developers.

These ones refer to leveraging Policy Sentry as a library to write IAM policies.

Actions Mode: Writing Policies by providing a list of Actions

../../../examples/library-usage/writing/write_policy_with_actions.py

CRUD Mode: Writing Policies by Access Levels and ARNs

../../../examples/library-usage/writing/write_policy_with_access_levels.py