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 is evaluated by Verified Access before allowing or denying the application request.
See https://www.paws-r-sdk.com/docs/ec2_create_verified_access_trust_provider/ for full documentation.
ec2_create_verified_access_trust_provider(
TrustProviderType,
UserTrustProviderType = NULL,
DeviceTrustProviderType = NULL,
OidcOptions = NULL,
DeviceOptions = NULL,
PolicyReferenceName,
Description = NULL,
TagSpecifications = NULL,
ClientToken = NULL,
DryRun = NULL,
SseSpecification = NULL
)
[required] The type of trust provider.
The type of user-based trust provider. This parameter is required when
the provider type is user
.
The type of device-based trust provider. This parameter is required when
the provider type is device
.
The options for a OpenID Connect-compatible user-identity trust
provider. This parameter is required when the provider type is user
.
The options for a device-based trust provider. This parameter is
required when the provider type is device
.
[required] The identifier to be used when working with policy rules.
A description for the Verified Access trust provider.
The tags to assign to the Verified Access trust provider.
A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring idempotency.
Checks whether you have the required permissions for the action, without
actually making the request, and provides an error response. If you have
the required permissions, the error response is DryRunOperation
.
Otherwise, it is UnauthorizedOperation
.
The options for server side encryption.