Class: Aws::AppStream::Types::CreateDirectoryConfigRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::CreateDirectoryConfigRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appstream/types.rb
Overview
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.
-
#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.
1062 1063 1064 1065 1066 1067 1068 1069 |
# File 'lib/aws-sdk-appstream/types.rb', line 1062 class CreateDirectoryConfigRequest < Struct.new( :directory_name, :organizational_unit_distinguished_names, :service_account_credentials, :certificate_based_auth_properties) SENSITIVE = [] include Aws::Structure end |
#directory_name ⇒ String
The fully qualified name of the directory (for example, corp.example.com).
1062 1063 1064 1065 1066 1067 1068 1069 |
# File 'lib/aws-sdk-appstream/types.rb', line 1062 class CreateDirectoryConfigRequest < Struct.new( :directory_name, :organizational_unit_distinguished_names, :service_account_credentials, :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.
1062 1063 1064 1065 1066 1067 1068 1069 |
# File 'lib/aws-sdk-appstream/types.rb', line 1062 class CreateDirectoryConfigRequest < Struct.new( :directory_name, :organizational_unit_distinguished_names, :service_account_credentials, :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.
1062 1063 1064 1065 1066 1067 1068 1069 |
# File 'lib/aws-sdk-appstream/types.rb', line 1062 class CreateDirectoryConfigRequest < Struct.new( :directory_name, :organizational_unit_distinguished_names, :service_account_credentials, :certificate_based_auth_properties) SENSITIVE = [] include Aws::Structure end |