A trust provider is a third-party entity that creates, maintains, and manages identity
information for users and devices. When an application request is made, the identity
information sent by the trust provider will be evaluated by Amazon Web Services Verified Access, before allowing or
denying the application request.
example
Use a bare-bones client and the command you need to make an API call.
A trust provider is a third-party entity that creates, maintains, and manages identity information for users and devices. When an application request is made, the identity information sent by the trust provider will be evaluated by Amazon Web Services Verified Access, before allowing or denying the application request.
Use a bare-bones client and the command you need to make an API call.
import { EC2Client, CreateVerifiedAccessTrustProviderCommand } from "@aws-sdk/client-ec2"; // ES Modules import // const { EC2Client, CreateVerifiedAccessTrustProviderCommand } = require("@aws-sdk/client-ec2"); // CommonJS import const client = new EC2Client(config); const command = new CreateVerifiedAccessTrustProviderCommand(input); const response = await client.send(command);
CreateVerifiedAccessTrustProviderCommandInput for command's
input
shape.CreateVerifiedAccessTrustProviderCommandOutput for command's
response
shape.config for EC2Client's
config
shape.