Show / Hide Table of Contents

Interface CfnClientVpnEndpointPropsMixin.IFederatedAuthenticationRequestProperty

The IAM SAML identity provider used for federated authentication.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.EC2
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnClientVpnEndpointPropsMixin.IFederatedAuthenticationRequestProperty
Syntax (vb)
Public Interface CfnClientVpnEndpointPropsMixin.IFederatedAuthenticationRequestProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-clientvpnendpoint-federatedauthenticationrequest.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.CfnPropertyMixins.AWS.EC2;

             var federatedAuthenticationRequestProperty = new FederatedAuthenticationRequestProperty {
                 SamlProviderArn = "samlProviderArn",
                 SelfServiceSamlProviderArn = "selfServiceSamlProviderArn"
             };

Synopsis

Properties

SamlProviderArn

The Amazon Resource Name (ARN) of the IAM SAML identity provider.

SelfServiceSamlProviderArn

The Amazon Resource Name (ARN) of the IAM SAML identity provider for the self-service portal.

Properties

SamlProviderArn

The Amazon Resource Name (ARN) of the IAM SAML identity provider.

string? SamlProviderArn { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-clientvpnendpoint-federatedauthenticationrequest.html#cfn-ec2-clientvpnendpoint-federatedauthenticationrequest-samlproviderarn

SelfServiceSamlProviderArn

The Amazon Resource Name (ARN) of the IAM SAML identity provider for the self-service portal.

string? SelfServiceSamlProviderArn { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-clientvpnendpoint-federatedauthenticationrequest.html#cfn-ec2-clientvpnendpoint-federatedauthenticationrequest-selfservicesamlproviderarn

Back to top Generated by DocFX