Class: Aws::AppStream::Types::DirectoryConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb

Overview

Describes the configuration information required to join fleets and image builders to Microsoft Active Directory domains.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_based_auth_propertiesTypes::CertificateBasedAuthProperties

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.



2975
2976
2977
2978
2979
2980
2981
2982
2983
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2975

class DirectoryConfig < Struct.new(
  :directory_name,
  :organizational_unit_distinguished_names,
  :service_account_credentials,
  :created_time,
  :certificate_based_auth_properties)
  SENSITIVE = []
  include Aws::Structure
end

#created_timeTime

The time the directory configuration was created.

Returns:

  • (Time)


2975
2976
2977
2978
2979
2980
2981
2982
2983
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2975

class DirectoryConfig < Struct.new(
  :directory_name,
  :organizational_unit_distinguished_names,
  :service_account_credentials,
  :created_time,
  :certificate_based_auth_properties)
  SENSITIVE = []
  include Aws::Structure
end

#directory_nameString

The fully qualified name of the directory (for example, corp.example.com).

Returns:

  • (String)


2975
2976
2977
2978
2979
2980
2981
2982
2983
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2975

class DirectoryConfig < Struct.new(
  :directory_name,
  :organizational_unit_distinguished_names,
  :service_account_credentials,
  :created_time,
  :certificate_based_auth_properties)
  SENSITIVE = []
  include Aws::Structure
end

#organizational_unit_distinguished_namesArray<String>

The distinguished names of the organizational units for computer accounts.

Returns:

  • (Array<String>)


2975
2976
2977
2978
2979
2980
2981
2982
2983
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2975

class DirectoryConfig < Struct.new(
  :directory_name,
  :organizational_unit_distinguished_names,
  :service_account_credentials,
  :created_time,
  :certificate_based_auth_properties)
  SENSITIVE = []
  include Aws::Structure
end

#service_account_credentialsTypes::ServiceAccountCredentials

The credentials for the service account used by the fleet or image builder to connect to the directory.



2975
2976
2977
2978
2979
2980
2981
2982
2983
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2975

class DirectoryConfig < Struct.new(
  :directory_name,
  :organizational_unit_distinguished_names,
  :service_account_credentials,
  :created_time,
  :certificate_based_auth_properties)
  SENSITIVE = []
  include Aws::Structure
end