Show / Hide Table of Contents

Class CfnClientVpnEndpoint.FederatedAuthenticationRequestProperty

The IAM SAML identity provider used for federated authentication.

Inheritance
object
CfnClientVpnEndpoint.FederatedAuthenticationRequestProperty
Implements
CfnClientVpnEndpoint.IFederatedAuthenticationRequestProperty
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 CfnClientVpnEndpoint.FederatedAuthenticationRequestProperty : CfnClientVpnEndpoint.IFederatedAuthenticationRequestProperty
Syntax (vb)
Public Class CfnClientVpnEndpoint.FederatedAuthenticationRequestProperty Implements CfnClientVpnEndpoint.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.AWS.EC2;

             var federatedAuthenticationRequestProperty = new FederatedAuthenticationRequestProperty {
                 SamlProviderArn = "samlProviderArn",

                 // the properties below are optional
                 SelfServiceSamlProviderArn = "selfServiceSamlProviderArn"
             };

Synopsis

Constructors

FederatedAuthenticationRequestProperty()

The IAM SAML identity provider used for federated authentication.

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.

Constructors

FederatedAuthenticationRequestProperty()

The IAM SAML identity provider used for federated authentication.

public FederatedAuthenticationRequestProperty()
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.AWS.EC2;

             var federatedAuthenticationRequestProperty = new FederatedAuthenticationRequestProperty {
                 SamlProviderArn = "samlProviderArn",

                 // the properties below are optional
                 SelfServiceSamlProviderArn = "selfServiceSamlProviderArn"
             };

Properties

SamlProviderArn

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

public string SamlProviderArn { get; set; }
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.

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

string

Remarks

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

Implements

CfnClientVpnEndpoint.IFederatedAuthenticationRequestProperty
Back to top Generated by DocFX