finspace-api:GetProgrammaticAccessCredentials

Read

finspace-api:GetProgrammaticAccessCredentials is a Read access-level action in the finspace-api service. Grants permission to retrieve FinSpace programmatic access credentials

Resource types

ARNs that finspace-api:GetProgrammaticAccessCredentials can be scoped to in an IAM policy.

arn:${Partition}:finspace-api:${Region}:${Account}:/credentials/programmatic
credential

Condition keys

No condition keys are documented for this action.

Example IAM policy

A minimal policy that allows finspace-api:GetProgrammaticAccessCredentials. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowFinspaceapiGetProgrammaticAccessCredentials",
      "Effect": "Allow",
      "Action": "finspace-api:GetProgrammaticAccessCredentials",
      "Resource": "*"
    }
  ]
}