Studio Component Active Directory Configuration
data class StudioComponentActiveDirectoryConfiguration(val computerAttributes: List<StudioComponentActiveDirectoryComputerAttribute>? = null, val directoryId: String? = null, val organizationalUnitDistinguishedName: String? = null)
Constructors
Link copied to clipboard
constructor(computerAttributes: List<StudioComponentActiveDirectoryComputerAttribute>? = null, directoryId: String? = null, organizationalUnitDistinguishedName: String? = null)
Properties
Link copied to clipboard
A collection of custom attributes for an Active Directory computer.
Link copied to clipboard
The directory ID of the AWS Directory Service for Microsoft Active Directory to access using this studio component.
Link copied to clipboard
The distinguished name (DN) and organizational unit (OU) of an Active Directory computer.