public static interface CfnDirectoryConfig.CertificateBasedAuthPropertiesProperty
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.appstream.*; CertificateBasedAuthPropertiesProperty certificateBasedAuthPropertiesProperty = CertificateBasedAuthPropertiesProperty.builder() .certificateAuthorityArn("certificateAuthorityArn") .status("status") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnDirectoryConfig.CertificateBasedAuthPropertiesProperty.Builder
|
static class |
CfnDirectoryConfig.CertificateBasedAuthPropertiesProperty.Jsii$Proxy
An implementation for
CfnDirectoryConfig.CertificateBasedAuthPropertiesProperty |
Modifier and Type | Method and Description |
---|---|
static CfnDirectoryConfig.CertificateBasedAuthPropertiesProperty.Builder |
builder() |
default java.lang.String |
getCertificateAuthorityArn()
The ARN of the AWS Certificate Manager Private CA resource.
|
default java.lang.String |
getStatus()
The status of the certificate-based authentication properties.
|
default java.lang.String getCertificateAuthorityArn()
default java.lang.String getStatus()
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.