Class: Aws::AppStream::Types::CertificateBasedAuthProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::CertificateBasedAuthProperties
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appstream/types.rb
Overview
The certificate-based authentication properties used to authenticate SAML 2.0 Identity Provider (IdP) user identities to Active Directory domain-joined streaming instances. 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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#certificate_authority_arn ⇒ String
The ARN of the AWS Certificate Manager Private CA resource.
-
#status ⇒ String
The status of the certificate-based authentication properties.
Instance Attribute Details
#certificate_authority_arn ⇒ String
The ARN of the AWS Certificate Manager Private CA resource.
579 580 581 582 583 584 |
# File 'lib/aws-sdk-appstream/types.rb', line 579 class CertificateBasedAuthProperties < Struct.new( :status, :certificate_authority_arn) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the certificate-based authentication properties.
579 580 581 582 583 584 |
# File 'lib/aws-sdk-appstream/types.rb', line 579 class CertificateBasedAuthProperties < Struct.new( :status, :certificate_authority_arn) SENSITIVE = [] include Aws::Structure end |