DirectoryConfigCertificateBasedAuthPropertiesArgs

data class DirectoryConfigCertificateBasedAuthPropertiesArgs(val certificateAuthorityArn: Output<String>? = null, val status: Output<String>? = null) : ConvertibleToJava<DirectoryConfigCertificateBasedAuthPropertiesArgs>

Constructors

constructor(certificateAuthorityArn: Output<String>? = null, status: Output<String>? = null)

Properties

Link copied to clipboard
val certificateAuthorityArn: Output<String>? = null

The ARN of the AWS Certificate Manager Private CA resource.

Link copied to clipboard
val status: Output<String>? = null

The status of the certificate-based authentication properties. 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.

Functions

Link copied to clipboard
open override fun toJava(): DirectoryConfigCertificateBasedAuthPropertiesArgs