pca-connector-scep:GetChallengeMetadata

Read

pca-connector-scep:GetChallengeMetadata is a Read access-level action in the pca-connector-scep service. Grants permission to get a Challenge for a Connector

Resource types

ARNs that pca-connector-scep:GetChallengeMetadata 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:GetChallengeMetadata.

aws:ResourceTag/${TagKey} String

Filters access by the tags associated with the resource

Example IAM policy

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

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

Related actions in pca-connector-scep

View all pca-connector-scep actions →