Show / Hide Table of Contents

Class CfnVerifiedAccessInstance.VerifiedAccessTrustProviderProperty

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

Inheritance
object
CfnVerifiedAccessInstance.VerifiedAccessTrustProviderProperty
Implements
CfnVerifiedAccessInstance.IVerifiedAccessTrustProviderProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnVerifiedAccessInstance.VerifiedAccessTrustProviderProperty : CfnVerifiedAccessInstance.IVerifiedAccessTrustProviderProperty
Syntax (vb)
Public Class CfnVerifiedAccessInstance.VerifiedAccessTrustProviderProperty Implements CfnVerifiedAccessInstance.IVerifiedAccessTrustProviderProperty
Remarks

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: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-verifiedaccessinstance-verifiedaccesstrustprovider.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.EC2;

             var verifiedAccessTrustProviderProperty = new VerifiedAccessTrustProviderProperty {
                 Description = "description",
                 DeviceTrustProviderType = "deviceTrustProviderType",
                 TrustProviderType = "trustProviderType",
                 UserTrustProviderType = "userTrustProviderType",
                 VerifiedAccessTrustProviderId = "verifiedAccessTrustProviderId"
             };

Synopsis

Constructors

VerifiedAccessTrustProviderProperty()

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

Properties

Description

A description for the AWS Verified Access trust provider.

DeviceTrustProviderType

The type of device-based trust provider.

TrustProviderType

The type of Verified Access trust provider.

UserTrustProviderType

The type of user-based trust provider.

VerifiedAccessTrustProviderId

The ID of the AWS Verified Access trust provider.

Constructors

VerifiedAccessTrustProviderProperty()

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

public VerifiedAccessTrustProviderProperty()
Remarks

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: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-verifiedaccessinstance-verifiedaccesstrustprovider.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.EC2;

             var verifiedAccessTrustProviderProperty = new VerifiedAccessTrustProviderProperty {
                 Description = "description",
                 DeviceTrustProviderType = "deviceTrustProviderType",
                 TrustProviderType = "trustProviderType",
                 UserTrustProviderType = "userTrustProviderType",
                 VerifiedAccessTrustProviderId = "verifiedAccessTrustProviderId"
             };

Properties

Description

A description for the AWS Verified Access trust provider.

public string? Description { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-verifiedaccessinstance-verifiedaccesstrustprovider.html#cfn-ec2-verifiedaccessinstance-verifiedaccesstrustprovider-description

DeviceTrustProviderType

The type of device-based trust provider.

public string? DeviceTrustProviderType { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-verifiedaccessinstance-verifiedaccesstrustprovider.html#cfn-ec2-verifiedaccessinstance-verifiedaccesstrustprovider-devicetrustprovidertype

TrustProviderType

The type of Verified Access trust provider.

public string? TrustProviderType { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-verifiedaccessinstance-verifiedaccesstrustprovider.html#cfn-ec2-verifiedaccessinstance-verifiedaccesstrustprovider-trustprovidertype

UserTrustProviderType

The type of user-based trust provider.

public string? UserTrustProviderType { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-verifiedaccessinstance-verifiedaccesstrustprovider.html#cfn-ec2-verifiedaccessinstance-verifiedaccesstrustprovider-usertrustprovidertype

VerifiedAccessTrustProviderId

The ID of the AWS Verified Access trust provider.

public string? VerifiedAccessTrustProviderId { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-verifiedaccessinstance-verifiedaccesstrustprovider.html#cfn-ec2-verifiedaccessinstance-verifiedaccesstrustprovider-verifiedaccesstrustproviderid

Implements

CfnVerifiedAccessInstance.IVerifiedAccessTrustProviderProperty
Back to top Generated by DocFX