Show / Hide Table of Contents

Class CfnDirectoryConfig.CertificateBasedAuthPropertiesProperty

The certificate-based authentication properties used to authenticate SAML 2.0 Identity Provider (IdP) user identities to Active Directory domain-joined streaming instances.

Inheritance
System.Object
CfnDirectoryConfig.CertificateBasedAuthPropertiesProperty
Implements
CfnDirectoryConfig.ICertificateBasedAuthPropertiesProperty
Namespace: Amazon.CDK.AWS.AppStream
Assembly: Amazon.CDK.AWS.AppStream.dll
Syntax (csharp)
public class CertificateBasedAuthPropertiesProperty : Object, CfnDirectoryConfig.ICertificateBasedAuthPropertiesProperty
Syntax (vb)
Public Class CertificateBasedAuthPropertiesProperty
    Inherits Object
    Implements CfnDirectoryConfig.ICertificateBasedAuthPropertiesProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-directoryconfig-certificatebasedauthproperties.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.AppStream;

var certificateBasedAuthPropertiesProperty = new CertificateBasedAuthPropertiesProperty {
    CertificateAuthorityArn = "certificateAuthorityArn",
    Status = "status"
};

Synopsis

Constructors

CertificateBasedAuthPropertiesProperty()

Properties

CertificateAuthorityArn

The ARN of the AWS Certificate Manager Private CA resource.

Status

The status of the certificate-based authentication properties.

Constructors

CertificateBasedAuthPropertiesProperty()

public CertificateBasedAuthPropertiesProperty()

Properties

CertificateAuthorityArn

The ARN of the AWS Certificate Manager Private CA resource.

public string CertificateAuthorityArn { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-directoryconfig-certificatebasedauthproperties.html#cfn-appstream-directoryconfig-certificatebasedauthproperties-certificateauthorityarn

Status

The status of the certificate-based authentication properties.

public string Status { get; set; }
Property Value

System.String

Remarks

Fallback is turned on by default when certificate-based authentication is Enabled . Fallback allows users to log in using their AD domain password if certificate-based authentication is unsuccessful, or to unlock a desktop lock screen. Enabled_no_directory_login_fallback enables certificate-based authentication, but does not allow users to log in using their AD domain password. Users will be disconnected to re-authenticate using certificates.

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-directoryconfig-certificatebasedauthproperties.html#cfn-appstream-directoryconfig-certificatebasedauthproperties-status

Implements

CfnDirectoryConfig.ICertificateBasedAuthPropertiesProperty
Back to top Generated by DocFX