purchase-orders:UpdateConsoleActionSetEnforced

Write

purchase-orders:UpdateConsoleActionSetEnforced is a Write access-level action in the purchase-orders service. Grants permission to change whether existing or fine-grained IAM actions will be used to control authorization to Billing, Cost Management, and Account consoles

Resource types

This action does not support resource-level permissions; use "Resource": "*" in your policy.

Condition keys

No condition keys are documented for this action.

Example IAM policy

A minimal policy that allows purchase-orders:UpdateConsoleActionSetEnforced. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowPurchaseordersUpdateConsoleActionSetEnforced",
      "Effect": "Allow",
      "Action": "purchase-orders:UpdateConsoleActionSetEnforced",
      "Resource": "*"
    }
  ]
}

Related actions in purchase-orders

View all purchase-orders actions →