Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 939 Bytes

Statement.md

File metadata and controls

13 lines (10 loc) · 939 Bytes

# Statement

Properties

Name Type Description Notes
resources string[] Resource specifier strings [optional]
not_resources string[] Targeted resources are the resources NOT in this list. The <code>resources</code> and <code>notActions</code> fields must be empty to use this field. [optional]
actions string[] Actions to perform on a resource [optional]
not_actions string[] Targeted actions are the actions NOT in this list. The <code>actions</code> and <code>notResources</code> fields must be empty to use this field. [optional]
effect string Whether this statement should allow or deny actions on the resources.

[Back to Model list] [Back to API list] [Back to README]