Class: Aws::AppStream::Types::DirectoryConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::DirectoryConfig
- Includes:
- Structure
- Defined in:
- 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
-
#certificate_based_auth_properties ⇒ Types::CertificateBasedAuthProperties
The certificate-based authentication properties used to authenticate SAML 2.0 Identity Provider (IdP) user identities to Active Directory domain-joined streaming instances.
-
#created_time ⇒ Time
The time the directory configuration was created.
-
#directory_name ⇒ String
The fully qualified name of the directory (for example, corp.example.com).
-
#organizational_unit_distinguished_names ⇒ Array<String>
The distinguished names of the organizational units for computer accounts.
-
#service_account_credentials ⇒ Types::ServiceAccountCredentials
The credentials for the service account used by the fleet or image builder to connect to the directory.
Instance Attribute Details
#certificate_based_auth_properties ⇒ Types::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 '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_time ⇒ Time
The time the directory configuration was created.
2975 2976 2977 2978 2979 2980 2981 2982 2983 |
# File '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_name ⇒ String
The fully qualified name of the directory (for example, corp.example.com).
2975 2976 2977 2978 2979 2980 2981 2982 2983 |
# File '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_names ⇒ Array<String>
The distinguished names of the organizational units for computer accounts.
2975 2976 2977 2978 2979 2980 2981 2982 2983 |
# File '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_credentials ⇒ Types::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 '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 |