Policies
REST API operations for policies
Last updated
Was this helpful?
REST API operations for policies
Last updated
Was this helpful?
Use these API operations to interact with in Panther.
To call the API, see the instructionsโincluding .
For GET
operations, your API token must have the View Policies
permission.
For POST
, PUT
, and DELETE
operations, your API token must have the Manage Policies
permission.
put creates or updates a policy
the id of the policy
set this field to false to exclude running tests prior to saving
true
set this field to true if you want to run tests without saving
false
The python body of the policy
The description of the policy
The display name of the policy
Determines whether or not the policy is active
The id of the policy
Determines if the policy is managed by panther
Resource types
Resources to ignore via a pattern that matches the resource id
["aws::s3::*"]
The tags for the policy
set this field to false to exclude running tests prior to saving
true
set this field to true if you want to run tests without saving
false
The python body of the policy
The description of the policy
The display name of the policy
Determines whether or not the policy is active
The id of the policy
Determines if the policy is managed by panther
Resource types
Resources to ignore via a pattern that matches the resource id
["aws::s3::*"]
The tags for the policy