Class: Aws::LicenseManagerUserSubscriptions::Types::ActiveDirectorySettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManagerUserSubscriptions::Types::ActiveDirectorySettings
- 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
-
#domain_credentials_provider ⇒ Types::CredentialsProvider
Points to the
CredentialsProvider
resource that contains information about the credential provider for user administration. -
#domain_ipv_4_list ⇒ Array<String>
A list of domain IPv4 addresses that are used for the Active Directory.
-
#domain_name ⇒ String
The domain name for the Active Directory.
-
#domain_network_settings ⇒ Types::DomainNetworkSettings
The
DomainNetworkSettings
resource contains an array of subnets that apply for the Active Directory.
Instance Attribute Details
#domain_credentials_provider ⇒ Types::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_list ⇒ Array<String>
A list of domain IPv4 addresses that are used 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 |
#domain_name ⇒ String
The domain name 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 |
#domain_network_settings ⇒ Types::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 |