ec2_create_verified_access_trust_provider: A trust provider is a third-party entity that creates,...

View source: R/ec2_operations.R

ec2_create_verified_access_trust_providerR Documentation

A trust provider is a third-party entity that creates, maintains, and manages identity information for users and devices

Description

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.

Usage

ec2_create_verified_access_trust_provider(
  TrustProviderType,
  UserTrustProviderType = NULL,
  DeviceTrustProviderType = NULL,
  OidcOptions = NULL,
  DeviceOptions = NULL,
  PolicyReferenceName,
  Description = NULL,
  TagSpecifications = NULL,
  ClientToken = NULL,
  DryRun = NULL
)

Arguments

TrustProviderType

[required] The type of trust provider.

UserTrustProviderType

The type of user-based trust provider. This parameter is required when the provider type is user.

DeviceTrustProviderType

The type of device-based trust provider. This parameter is required when the provider type is device.

OidcOptions

The options for a OpenID Connect-compatible user-identity trust provider. This parameter is required when the provider type is user.

DeviceOptions

The options for a device-based trust provider. This parameter is required when the provider type is device.

PolicyReferenceName

[required] The identifier to be used when working with policy rules.

Description

A description for the Verified Access trust provider.

TagSpecifications

The tags to assign to the Verified Access trust provider.

ClientToken

A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.

DryRun

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.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.