Class: Aws::AppStream::Types::UpdateDirectoryConfigRequest

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

Overview

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.



5037
5038
5039
5040
5041
5042
5043
5044
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 5037

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

#directory_nameString

The name of the Directory Config object.

Returns:

  • (String)


5037
5038
5039
5040
5041
5042
5043
5044
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 5037

class UpdateDirectoryConfigRequest < Struct.new(
  :directory_name,
  :organizational_unit_distinguished_names,
  :service_account_credentials,
  :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>)


5037
5038
5039
5040
5041
5042
5043
5044
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 5037

class UpdateDirectoryConfigRequest < Struct.new(
  :directory_name,
  :organizational_unit_distinguished_names,
  :service_account_credentials,
  :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.



5037
5038
5039
5040
5041
5042
5043
5044
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 5037

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