interface AuthenticationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.SecurityAgent.CfnPentest.AuthenticationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awssecurityagent#CfnPentest_AuthenticationProperty |
Java | software.amazon.awscdk.services.securityagent.CfnPentest.AuthenticationProperty |
Python | aws_cdk.aws_securityagent.CfnPentest.AuthenticationProperty |
TypeScript | aws-cdk-lib » aws_securityagent » CfnPentest » AuthenticationProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_securityagent as securityagent } from 'aws-cdk-lib';
const authenticationProperty: securityagent.CfnPentest.AuthenticationProperty = {
providerType: 'providerType',
value: 'value',
};
Properties
| Name | Type | Description |
|---|---|---|
| provider | string | |
| value? | string |
providerType?
Type:
string
(optional)
value?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript