

# Authentication
<a name="API_Authentication"></a>

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

## Contents
<a name="API_Authentication_Contents"></a>

 ** providerType **   <a name="securityagent-Type-Authentication-providerType"></a>
The type of authentication provider. Valid values include SECRETS\$1MANAGER, AWS\$1LAMBDA, AWS\$1IAM\$1ROLE, and AWS\$1INTERNAL.  
Type: String  
Valid Values: `SECRETS_MANAGER | AWS_LAMBDA | AWS_IAM_ROLE | AWS_INTERNAL`   
Required: No

 ** value **   <a name="securityagent-Type-Authentication-value"></a>
The authentication value, such as a secret ARN, Lambda function ARN, or IAM role ARN, depending on the provider type.  
Type: String  
Required: No

## See Also
<a name="API_Authentication_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/securityagent-2025-09-06/Authentication) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/securityagent-2025-09-06/Authentication) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/securityagent-2025-09-06/Authentication) 