Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 955 Bytes

Policy.md

File metadata and controls

16 lines (12 loc) · 955 Bytes

Policy

Properties

Name Type Description Notes
Actions []string Actions impacted by the policy. [optional] [default to null]
Conditions map[string]PolicyConditions Conditions under which the policy is active. [optional] [default to null]
Description string Description of the policy. [optional] [default to null]
Effect string Effect of the policy [optional] [default to null]
Id string ID of the policy. [optional] [default to null]
Resources []string Resources impacted by the policy. [optional] [default to null]
Subjects []string Subjects impacted by the policy. [optional] [default to null]

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