Class: Aws::FSx::Types::SelfManagedActiveDirectoryAttributes
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::FSx::Types::SelfManagedActiveDirectoryAttributes
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-fsx/types.rb
 
Overview
The configuration of the self-managed Microsoft Active Directory (AD) directory to which the Windows File Server or ONTAP storage virtual machine (SVM) instance is joined.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #dns_ips  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of up to three IP addresses of DNS servers or domain controllers in the self-managed AD directory.
 - 
  
    
      #domain_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The fully qualified domain name of the self-managed AD directory.
 - 
  
    
      #file_system_administrators_group  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the domain group whose members have administrative privileges for the FSx file system.
 - 
  
    
      #organizational_unit_distinguished_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The fully qualified distinguished name of the organizational unit within the self-managed AD directory to which the Windows File Server or ONTAP storage virtual machine (SVM) instance is joined.
 - 
  
    
      #user_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The user name for the service account on your self-managed AD domain that FSx uses to join to your AD domain.
 
Instance Attribute Details
#dns_ips ⇒ Array<String>
A list of up to three IP addresses of DNS servers or domain controllers in the self-managed AD directory.
      8000 8001 8002 8003 8004 8005 8006 8007 8008  | 
    
      # File 'lib/aws-sdk-fsx/types.rb', line 8000 class SelfManagedActiveDirectoryAttributes < Struct.new( :domain_name, :organizational_unit_distinguished_name, :file_system_administrators_group, :user_name, :dns_ips) SENSITIVE = [] include Aws::Structure end  | 
  
#domain_name ⇒ String
The fully qualified domain name of the self-managed AD directory.
      8000 8001 8002 8003 8004 8005 8006 8007 8008  | 
    
      # File 'lib/aws-sdk-fsx/types.rb', line 8000 class SelfManagedActiveDirectoryAttributes < Struct.new( :domain_name, :organizational_unit_distinguished_name, :file_system_administrators_group, :user_name, :dns_ips) SENSITIVE = [] include Aws::Structure end  | 
  
#file_system_administrators_group ⇒ String
The name of the domain group whose members have administrative privileges for the FSx file system.
      8000 8001 8002 8003 8004 8005 8006 8007 8008  | 
    
      # File 'lib/aws-sdk-fsx/types.rb', line 8000 class SelfManagedActiveDirectoryAttributes < Struct.new( :domain_name, :organizational_unit_distinguished_name, :file_system_administrators_group, :user_name, :dns_ips) SENSITIVE = [] include Aws::Structure end  | 
  
#organizational_unit_distinguished_name ⇒ String
The fully qualified distinguished name of the organizational unit within the self-managed AD directory to which the Windows File Server or ONTAP storage virtual machine (SVM) instance is joined.
      8000 8001 8002 8003 8004 8005 8006 8007 8008  | 
    
      # File 'lib/aws-sdk-fsx/types.rb', line 8000 class SelfManagedActiveDirectoryAttributes < Struct.new( :domain_name, :organizational_unit_distinguished_name, :file_system_administrators_group, :user_name, :dns_ips) SENSITIVE = [] include Aws::Structure end  | 
  
#user_name ⇒ String
The user name for the service account on your self-managed AD domain that FSx uses to join to your AD domain.
      8000 8001 8002 8003 8004 8005 8006 8007 8008  | 
    
      # File 'lib/aws-sdk-fsx/types.rb', line 8000 class SelfManagedActiveDirectoryAttributes < Struct.new( :domain_name, :organizational_unit_distinguished_name, :file_system_administrators_group, :user_name, :dns_ips) SENSITIVE = [] include Aws::Structure end  |