Interface CfnVerifiedAccessInstance.IVerifiedAccessTrustProviderProperty
A trust provider is a third-party entity that creates, maintains, and manages identity information for users and devices.
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IVerifiedAccessTrustProviderProperty
Syntax (vb)
Public Interface 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.
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
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. |
Properties
Description
A description for the AWS Verified Access trust provider.
virtual string Description { get; }
Property Value
System.String
Remarks
DeviceTrustProviderType
The type of device-based trust provider.
virtual string DeviceTrustProviderType { get; }
Property Value
System.String
Remarks
TrustProviderType
The type of Verified Access trust provider.
virtual string TrustProviderType { get; }
Property Value
System.String
Remarks
UserTrustProviderType
The type of user-based trust provider.
virtual string UserTrustProviderType { get; }
Property Value
System.String
Remarks
VerifiedAccessTrustProviderId
The ID of the AWS Verified Access trust provider.
virtual string VerifiedAccessTrustProviderId { get; }
Property Value
System.String