

This is the new *CloudFormation Template Reference Guide*. Please update your bookmarks and links. For help getting started with CloudFormation, see the [AWS CloudFormation User Guide](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/Welcome.html).

# AWS::SecurityAgent::Pentest Authentication
<a name="aws-properties-securityagent-pentest-authentication"></a>

The authentication configuration for an actor, specifying the provider type and credentials.

## Syntax
<a name="aws-properties-securityagent-pentest-authentication-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-securityagent-pentest-authentication-syntax.json"></a>

```
{
  "[ProviderType](#cfn-securityagent-pentest-authentication-providertype)" : {{String}},
  "[Value](#cfn-securityagent-pentest-authentication-value)" : {{String}}
}
```

### YAML
<a name="aws-properties-securityagent-pentest-authentication-syntax.yaml"></a>

```
  [ProviderType](#cfn-securityagent-pentest-authentication-providertype): {{String}}
  [Value](#cfn-securityagent-pentest-authentication-value): {{String}}
```

## Properties
<a name="aws-properties-securityagent-pentest-authentication-properties"></a>

`ProviderType`  <a name="cfn-securityagent-pentest-authentication-providertype"></a>
The type of authentication provider. Valid values include SECRETS\_MANAGER, AWS\_LAMBDA, AWS\_IAM\_ROLE, and AWS\_INTERNAL.  
*Required*: No  
*Type*: String  
*Allowed values*: `SECRETS_MANAGER | AWS_LAMBDA | AWS_IAM_ROLE | AWS_INTERNAL`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Value`  <a name="cfn-securityagent-pentest-authentication-value"></a>
The authentication value, such as a secret ARN, Lambda function ARN, or IAM role ARN, depending on the provider type.  
*Required*: No  
*Type*: String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)