Class: Aws::FSx::Types::UpdateSvmActiveDirectoryConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::UpdateSvmActiveDirectoryConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fsx/types.rb
Overview
Updates the Microsoft Active Directory (AD) configuration of an SVM joined to an AD. Please note, account credentials are not returned in the response payload.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#self_managed_active_directory_configuration ⇒ Types::SelfManagedActiveDirectoryConfigurationUpdates
The configuration that Amazon FSx uses to join the Windows File Server instance to a self-managed Microsoft Active Directory (AD) directory.
Instance Attribute Details
#self_managed_active_directory_configuration ⇒ Types::SelfManagedActiveDirectoryConfigurationUpdates
The configuration that Amazon FSx uses to join the Windows File Server instance to a self-managed Microsoft Active Directory (AD) directory.
8363 8364 8365 8366 8367 |
# File 'lib/aws-sdk-fsx/types.rb', line 8363 class UpdateSvmActiveDirectoryConfiguration < Struct.new( :self_managed_active_directory_configuration) SENSITIVE = [] include Aws::Structure end |