Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::LicenseManagerUserSubscriptions::Types::ActiveDirectorySettings

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

Overview

Contains network access and credential details that are needed for user administration in the Active Directory.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_credentials_providerTypes::CredentialsProvider

Points to the CredentialsProvider resource that contains information about the credential provider for user administration.


78
79
80
81
82
83
84
85
# File 'gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 78

class ActiveDirectorySettings < Struct.new(
  :domain_credentials_provider,
  :domain_ipv_4_list,
  :domain_name,
  :domain_network_settings)
  SENSITIVE = []
  include Aws::Structure
end

#domain_ipv_4_listArray<String>

A list of domain IPv4 addresses that are used for the Active Directory.

Returns:

  • (Array<String>)

78
79
80
81
82
83
84
85
# File 'gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 78

class ActiveDirectorySettings < Struct.new(
  :domain_credentials_provider,
  :domain_ipv_4_list,
  :domain_name,
  :domain_network_settings)
  SENSITIVE = []
  include Aws::Structure
end

#domain_nameString

The domain name for the Active Directory.

Returns:

  • (String)

78
79
80
81
82
83
84
85
# File 'gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 78

class ActiveDirectorySettings < Struct.new(
  :domain_credentials_provider,
  :domain_ipv_4_list,
  :domain_name,
  :domain_network_settings)
  SENSITIVE = []
  include Aws::Structure
end

#domain_network_settingsTypes::DomainNetworkSettings

The DomainNetworkSettings resource contains an array of subnets that apply for the Active Directory.


78
79
80
81
82
83
84
85
# File 'gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 78

class ActiveDirectorySettings < Struct.new(
  :domain_credentials_provider,
  :domain_ipv_4_list,
  :domain_name,
  :domain_network_settings)
  SENSITIVE = []
  include Aws::Structure
end