Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 1008 Bytes

Statement.md

File metadata and controls

26 lines (14 loc) · 1008 Bytes

Statement

Properties

Name Type Description Notes
resources List<String> Resource specifier strings [optional]
notResources List<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 List<String> Actions to perform on a resource [optional]
notActions List<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 EffectEnum Whether this statement should allow or deny actions on the resources.

Enum: EffectEnum

Name Value
ALLOW "allow"
DENY "deny"