Class: Aws::FSx::Types::SelfManagedActiveDirectoryAttributes

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#dns_ipsArray<String>

A list of up to three IP addresses of DNS servers or domain controllers in the self-managed AD directory.

Returns:

  • (Array<String>)


7933
7934
7935
7936
7937
7938
7939
7940
7941
# File 'lib/aws-sdk-fsx/types.rb', line 7933

class SelfManagedActiveDirectoryAttributes < Struct.new(
  :domain_name,
  :organizational_unit_distinguished_name,
  :file_system_administrators_group,
  :user_name,
  :dns_ips)
  SENSITIVE = []
  include Aws::Structure
end

#domain_nameString

The fully qualified domain name of the self-managed AD directory.

Returns:

  • (String)


7933
7934
7935
7936
7937
7938
7939
7940
7941
# File 'lib/aws-sdk-fsx/types.rb', line 7933

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_groupString

The name of the domain group whose members have administrative privileges for the FSx file system.

Returns:

  • (String)


7933
7934
7935
7936
7937
7938
7939
7940
7941
# File 'lib/aws-sdk-fsx/types.rb', line 7933

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_nameString

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.

Returns:

  • (String)


7933
7934
7935
7936
7937
7938
7939
7940
7941
# File 'lib/aws-sdk-fsx/types.rb', line 7933

class SelfManagedActiveDirectoryAttributes < Struct.new(
  :domain_name,
  :organizational_unit_distinguished_name,
  :file_system_administrators_group,
  :user_name,
  :dns_ips)
  SENSITIVE = []
  include Aws::Structure
end

#user_nameString

The user name for the service account on your self-managed AD domain that FSx uses to join to your AD domain.

Returns:

  • (String)


7933
7934
7935
7936
7937
7938
7939
7940
7941
# File 'lib/aws-sdk-fsx/types.rb', line 7933

class SelfManagedActiveDirectoryAttributes < Struct.new(
  :domain_name,
  :organizational_unit_distinguished_name,
  :file_system_administrators_group,
  :user_name,
  :dns_ips)
  SENSITIVE = []
  include Aws::Structure
end