pca-connector-scep:DeleteChallenge

Write

pca-connector-scep:DeleteChallenge is a Write access-level action in the pca-connector-scep service. Grants permission to delete a Challenge for a Connector

Resource types

ARNs that pca-connector-scep:DeleteChallenge can be scoped to in an IAM policy.

arn:${Partition}:pca-connector-scep:${Region}:${Account}:connector/${ConnectorId}/challenge/${ChallengeId}
Challenge

Condition keys

Keys you can use in the Condition block of a policy that grants pca-connector-scep:DeleteChallenge.

aws:ResourceTag/${TagKey} String

Filters access by the tags associated with the resource

Example IAM policy

A minimal policy that allows pca-connector-scep:DeleteChallenge. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowPcaconnectorscepDeleteChallenge",
      "Effect": "Allow",
      "Action": "pca-connector-scep:DeleteChallenge",
      "Resource": "*"
    }
  ]
}

Related actions in pca-connector-scep

View all pca-connector-scep actions →