Class: Aws::AppStream::Types::CertificateBasedAuthProperties

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appstream/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

Instance Attribute Details

#certificate_authority_arnString

The ARN of the AWS Certificate Manager Private CA resource.

Returns:

  • (String)


579
580
581
582
583
584
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 579

class CertificateBasedAuthProperties < Struct.new(
  :status,
  :certificate_authority_arn)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the certificate-based authentication properties.

Returns:

  • (String)


579
580
581
582
583
584
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 579

class CertificateBasedAuthProperties < Struct.new(
  :status,
  :certificate_authority_arn)
  SENSITIVE = []
  include Aws::Structure
end