Use case: Preventing users from updating a policy set - PingAuthorize - 9.3

PingAuthorize 9.3

bundle
pingauthorize-93
ft:publication_title
PingAuthorize 9.3
Product_Version_ce
PingAuthorize 9.3 (Latest)
category
ContentType
Product
Productdocumentation
paz-93
pingauthorize
ContentType_ce
Product documentation

The following are the general steps needed to prevent users from updating a policy set:

  1. Create a policy named Prevent users from updating a policy set in the System Policy Set of the Admin Point Governance branch.
  2. Add a rule that returns a Deny if Object.Existing.Name equals examplePolicySet.
  3. Select Components and drag the Core.PolicySet service to the Applies to section of the rule.
  4. Drag the Modify.Update action to the Applies to section of the rule.
  5. Save the policy.
  6. Commit the changes to the Admin Point Governance branch in Branch Manger > Version Control.

This self-governance policy returns a Deny response when a user tries to modify a policy set with the name examplePolicySet.