Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1.02 KB

StatementPost.md

File metadata and controls

16 lines (11 loc) · 1.02 KB

StatementPost

Properties

Name Type Description Notes
effect str Whether this statement should allow or deny actions on the resources.
resources [str] Resource specifier strings [optional]
not_resources [str] Targeted resources are the resources NOT in this list. The <code>resources</code> field must be empty to use this field. [optional]
actions [str] Actions to perform on a resource [optional]
not_actions [str] Targeted actions are the actions NOT in this list. The <code>actions</code> field must be empty to use this field. [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

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